Skip to content

Commit

Permalink
Merge pull request #406 from swiiny/feature/packages
Browse files Browse the repository at this point in the history
chore: bump dependencies
  • Loading branch information
swiiny authored Mar 24, 2024
2 parents a53a996 + f620e7f commit 894102e
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 58 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
Expand Down
24 changes: 12 additions & 12 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"lint": "next lint"
},
"dependencies": {
"classnames": "^2.3.2",
"ethers": "^6.9.0",
"next": "14.0.4",
"classnames": "^2.5.1",
"ethers": "^6.11.1",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"sass": "^1.69.5",
"@web3-onboard/core": "^2.21.2",
"react-icons": "^5.0.1",
"sass": "^1.72.0",
"@web3-onboard/core": "^2.21.3",
"@web3-onboard/frame": "^2.0.2",
"@web3-onboard/injected-wallets": "^2.10.10",
"@web3-onboard/walletconnect": "^2.5.1"
"@web3-onboard/injected-wallets": "^2.10.12",
"@web3-onboard/walletconnect": "^2.5.4"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"eslint": "^8.55.0",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"prettier": "3.1.1",
"typescript": "5.3.3"
Expand Down
26 changes: 13 additions & 13 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"lint": "next lint"
},
"dependencies": {
"ethers": "^6.9.0",
"next": "14.0.4",
"ethers": "^6.11.1",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"@web3-onboard/core": "^2.21.2",
"react-icons": "^5.0.1",
"@web3-onboard/core": "^2.21.3",
"@web3-onboard/frame": "^2.0.2",
"@web3-onboard/injected-wallets": "^2.10.10",
"@web3-onboard/walletconnect": "^2.5.1"
"@web3-onboard/injected-wallets": "^2.10.12",
"@web3-onboard/walletconnect": "^2.5.4"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"eslint": "^8.55.0",
"eslint-config-next": "^13.5.6",
"prettier": "3.1.1",
"typescript": "5.3.3"
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"prettier": "3.2.5",
"typescript": "5.4.3"
}
}
26 changes: 13 additions & 13 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"@mui/base": "5.0.0-beta.27",
"@mui/styled-engine-sc": "^5.14.12",
"@mui/system": "^5.15.0",
"ethers": "^6.9.0",
"next": "14.0.4",
"ethers": "^6.11.1",
"next": "14.1.4",
"next-transpile-modules": "^10.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"styled-components": "5.3.1",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/core": "^2.21.3",
"@web3-onboard/frame": "^2.0.2",
"@web3-onboard/injected-wallets": "^2.10.10",
"@web3-onboard/walletconnect": "^2.5.1"
"@web3-onboard/injected-wallets": "^2.10.12",
"@web3-onboard/walletconnect": "^2.5.4"
},
"devDependencies": {
"@types/node": "20.8.1",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
"@types/styled-components": "^5.1.28",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"prettier": "3.0.3",
"typescript": "5.2.2"
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"prettier": "3.2.5",
"typescript": "5.4.3"
}
}
16 changes: 8 additions & 8 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.1.1",
"@web3-onboard/core": "^2.21.2",
"@vercel/analytics": "^1.2.2",
"@web3-onboard/core": "^2.21.3",
"@web3-onboard/frame": "^2.0.2",
"@web3-onboard/injected-wallets": "^2.10.10",
"@web3-onboard/walletconnect": "^2.5.1",
"ethers": "^6.9.0",
"next": "14.0.4",
"@web3-onboard/injected-wallets": "^2.10.12",
"@web3-onboard/walletconnect": "^2.5.4",
"ethers": "^6.11.1",
"next": "14.1.4",
"next-transpile-modules": "^10.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"styled-components": "^6.1.1"
"react-icons": "^5.0.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/styled-components": "^5.1.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@web3-onboard/frame": "^2.0.2",
"@web3-onboard/injected-wallets": "^2.10.12",
"@web3-onboard/walletconnect": "^2.5.4",
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"ethers": "^6.11.1",
"next": "14.1.4",
"react": "18.2.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.0.0",
"ethers": "^6.9.0",
"next": "14.0.4",
"postcss-import": "^15.1.0",
"clsx": "^2.1.0",
"ethers": "^6.11.1",
"next": "14.1.4",
"postcss-import": "^16.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"@web3-onboard/core": "^2.21.2",
"react-icons": "^5.0.1",
"@web3-onboard/core": "^2.21.3",
"@web3-onboard/frame": "^2.0.2",
"@web3-onboard/injected-wallets": "^2.10.10",
"@web3-onboard/walletconnect": "^2.5.1"
"@web3-onboard/injected-wallets": "^2.10.12",
"@web3-onboard/walletconnect": "^2.5.4"
},
"devDependencies": {
"@types/node": "20.10.4",
Expand Down

0 comments on commit 894102e

Please sign in to comment.