Skip to content

Commit

Permalink
incremental (#1010)
Browse files Browse the repository at this point in the history
* incremental

* add deleted stuff

* revert incremental

---------

Co-authored-by: jmzwar <[email protected]>
  • Loading branch information
jmzwar and jmzwar authored Nov 6, 2023
1 parent 6bbb8dd commit 2549e81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions v2/lib/formatters/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@snx-v2/formatters",
"private": false,
"main": "dist/index.js",
"version": "0.0.1-0",
"scripts": {
"build": "tsc"
},
"dependencies": {
"date-fns": "^2.29.3"
"date-fns": "^2.29.3",
"typescript": "^4.9.5"
},
"stableVersion": "0.0.0"
"stableVersion": "0.0.1-0"
}
6 changes: 3 additions & 3 deletions v2/lib/useGlobalProvidersWithFallback/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@snx-v2/useGlobalProvidersWithFallback",
"private": false,
"main": "dist/index.js",
"version": "0.0.1-0",
"scripts": {
"build": "tsc"
},
"dependencies": {
"ethers": "^5.7.2",
"react": "^18.2.0"
"react": "^18.2.0",
"typescript": "^4.9.5"
},
"stableVersion": "0.0.0"
"stableVersion": "0.0.1-0"
}
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6917,6 +6917,7 @@ __metadata:
resolution: "@snx-v2/formatters@workspace:v2/lib/formatters"
dependencies:
date-fns: ^2.29.3
typescript: ^4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7281,6 +7282,7 @@ __metadata:
dependencies:
ethers: ^5.7.2
react: ^18.2.0
typescript: ^4.9.5
languageName: unknown
linkType: soft

Expand Down

1 comment on commit 2549e81

@vercel
Copy link

@vercel vercel bot commented on 2549e81 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v2-storybook – ./v2/ui

v2-storybook-git-master-synthetixio.vercel.app
v2-storybook-synthetixio.vercel.app
staking-storybook.vercel.app

Please sign in to comment.