From f620e7f711a5a33c40e4c384ba117cbccb75ce2a Mon Sep 17 00:00:00 2001 From: Jeremy Theintz <61942008+swiiny@users.noreply.github.com> Date: Sun, 24 Mar 2024 23:04:11 +0100 Subject: [PATCH] chore: bump dependencies --- .github/workflows/release.yml | 3 --- packages/base/package.json | 24 +++++++++++------------ packages/example/package.json | 26 ++++++++++++------------- packages/mui/package.json | 26 ++++++++++++------------- packages/styled-components/package.json | 16 +++++++-------- packages/stylex/package.json | 2 +- packages/tailwind/package.json | 16 +++++++-------- 7 files changed, 55 insertions(+), 58 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7def300c..2357943b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/packages/base/package.json b/packages/base/package.json index 1740b7f9..546a9d24 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -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" diff --git a/packages/example/package.json b/packages/example/package.json index 41cbb009..16f1da64 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -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" } } diff --git a/packages/mui/package.json b/packages/mui/package.json index 88186978..cfc93fbd 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -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" } } diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index b5780f7a..baa00cf2 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -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", diff --git a/packages/stylex/package.json b/packages/stylex/package.json index c2be2052..55bde40a 100644 --- a/packages/stylex/package.json +++ b/packages/stylex/package.json @@ -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", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 660ff924..07436608 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -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",