Skip to content

Commit

Permalink
Updating dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 24, 2024
1 parent 2fefc27 commit b885d78
Show file tree
Hide file tree
Showing 8 changed files with 996 additions and 2,762 deletions.
16 changes: 8 additions & 8 deletions examples/react-waas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"0xsequence": "^1.9.19",
"@0xsequence/kit": "workspace:*",
"@tanstack/react-query": "^4.36.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.5.7",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"typescript": "^5.4.5",
"vite": "^5.2.10"
}
}
16 changes: 8 additions & 8 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"@0xsequence/kit-wallet": "workspace:*",
"@0xsequence/network": "^1.9.19",
"@tanstack/react-query": "^4.36.1",
"@vanilla-extract/css": "^1.9.3",
"@vanilla-extract/css": "^1.14.2",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"viem": "^2.5.7",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vanilla-extract/vite-plugin": "^4.0.4",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vanilla-extract/vite-plugin": "^4.0.7",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.1.1",
"vite": "^5.2.10",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^4.3.2"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"devDependencies": {
"@0xsequence/kit": "workspace:*",
"@0xsequence/kit-connectors": "workspace:*",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.18.6",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.23.9",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.25.2",
"@preconstruct/cli": "^2.8.3",
"@types/node": "^18.11.17",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vanilla-extract/babel-plugin": "^1.2.0",
Expand All @@ -51,8 +51,8 @@
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.1.2",
"typescript": "~5.3.3",
"rimraf": "^5.0.5",
"typescript": "~5.4.5",
"wagmi": "^2.5.7"
},
"resolutions": {},
Expand Down
18 changes: 9 additions & 9 deletions packages/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@
"@0xsequence/indexer": "^1.9.19",
"@0xsequence/metadata": "^1.9.19",
"@0xsequence/network": "^1.9.19",
"@paperxyz/react-client-sdk": "^1.1.3",
"@tanstack/react-query": "^4.29.5",
"react-copy-to-clipboard": "^5.1.0",
"@paperxyz/react-client-sdk": "^1.1.3"
"react-copy-to-clipboard": "^5.1.0"
},
"peerDependencies": {
"@0xsequence/design-system": ">=1.4.7",
"@0xsequence/kit": "workspace:*",
"@vanilla-extract/css": ">=1.9.3",
"@vanilla-extract/recipes": ">=0.3.0",
"ethers": ">=5.7.2",
"framer-motion": ">=8.5.2",
"react": ">=17",
"react-dom": ">=17",
"wagmi": ">=2.0.0",
"@0xsequence/kit": "workspace:*"
"wagmi": ">=2.0.0"
},
"devDependencies": {
"@0xsequence/design-system": "^1.4.7",
"@0xsequence/kit": "workspace:*",
"@types/react-copy-to-clipboard": "^5.0.4",
"@vanilla-extract/css": "^1.9.3",
"@vanilla-extract/recipes": "^0.3.0",
"babel-plugin-module-resolver": "^5.0.0",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/recipes": "^0.5.2",
"babel-plugin-module-resolver": "^5.0.2",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^2.5.7",
"@0xsequence/kit": "workspace:*"
"wagmi": "^2.5.7"
},
"files": [
"src",
Expand Down
10 changes: 5 additions & 5 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"react-apple-signin-auth": "^1.1.0"
},
"devDependencies": {
"@types/uuid": "^8.3.2",
"@0xsequence/kit": "workspace:*"
"@0xsequence/kit": "workspace:*",
"@types/uuid": "^9.0.8"
},
"peerDependencies": {
"0xsequence": ">=1.9.19",
"@0xsequence/kit": "workspace:*",
"ethers": ">=5.7.2",
"react": ">=17",
"react-dom": ">=17",
"uuid": ">=8.3.2",
"viem": ">=2.0.0",
"wagmi": ">=2.0.0",
"@0xsequence/kit": "workspace:*",
"uuid": ">=8.3.2"
"wagmi": ">=2.0.0"
},
"files": [
"src",
Expand Down
26 changes: 13 additions & 13 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@0xsequence/core": "^1.9.19",
"@0xsequence/auth": "^1.9.19",
"@0xsequence/api": "^1.9.19",
"@0xsequence/indexer": "^1.9.19",
"@0xsequence/metadata": "^1.9.19",
"@0xsequence/network": "^1.9.19",
"@0xsequence/provider": "^1.9.19",
"@0xsequence/auth": "^1.9.19",
"@0xsequence/core": "^1.9.19",
"@0xsequence/design-system": "^1.4.7",
"@0xsequence/ethauth": "^0.8.1",
"@0xsequence/indexer": "^1.9.19",
"@0xsequence/kit-connectors": "workspace:*",
"@0xsequence/kit-wallet": "workspace:*",
"@0xsequence/metadata": "^1.9.19",
"@0xsequence/network": "^1.9.19",
"@0xsequence/provider": "^1.9.19",
"@0xsequence/utils": "1.9.19",
"@vanilla-extract/css": "^1.9.3",
"@vanilla-extract/recipes": "^0.3.0",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/recipes": "^0.5.2",
"framer-motion": "^8.5.2"
},
"peerDependencies": {
"0xsequence": ">=1.9.19",
"@0xsequence/waas": ">=1.9.19",
"@react-oauth/google": ">=0.11.1",
"ethers": ">=5.7.2",
"react": ">=17",
"react-apple-signin-auth": ">=1.1.0",
"react-dom": ">=17",
"viem": ">=2.0.0",
"wagmi": ">=2.0.0",
"@0xsequence/waas": ">=1.9.19",
"react-apple-signin-auth": ">=1.1.0",
"@react-oauth/google": ">=0.11.1"
"wagmi": ">=2.0.0"
},
"devDependencies": {
"ethers": "5.7.2",
"0xsequence": "^1.9.19",
"ethers": "5.7.2",
"viem": "^2.5.7",
"wagmi": "^2.5.7"
},
Expand Down
7 changes: 3 additions & 4 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@
"devDependencies": {
"@0xsequence/design-system": "^1.4.7",
"@0xsequence/kit": "workspace:*",
"@types/lodash": "^4.14.196",
"@types/react-copy-to-clipboard": "^5.0.4",
"@vanilla-extract/css": "^1.9.3",
"@vanilla-extract/recipes": "^0.3.0",
"babel-plugin-module-resolver": "^5.0.0",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/recipes": "^0.5.2",
"babel-plugin-module-resolver": "^5.0.2",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit b885d78

Please sign in to comment.