Skip to content

Commit

Permalink
chore(deps): update minor and patch dependencies (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent 24cc2f2 commit 01089b3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3.5.3
- name: Setup Node
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3.5.3
- name: Setup Node
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3.5.3
- name: Setup Node
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
"dependencies": {
"@0xforkitall/ui-kit": "^0.4.1",
"@0xforkitall/ui-kit-nextjs": "^0.4.1",
"@react-three/drei": "^9.80.3",
"@react-three/fiber": "^8.13.6",
"@react-three/drei": "^9.80.4",
"@react-three/fiber": "^8.13.7",
"@vercel/analytics": "^1.0.2",
"classnames": "^2.3.2",
"gray-matter": "^4.0.3",
"next": "^13.4.13",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.65.1",
"sass": "^1.66.1",
"three": "^0.155.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@0xforkitall/eslint-config-nextjs": "^1.1.1",
"@0xforkitall/shared-config": "^1.1.0",
"@svgr/webpack": "^8.0.1",
"@types/node": "^20.5.0",
"@0xforkitall/eslint-config-nextjs": "^1.2.0",
"@0xforkitall/shared-config": "^1.2.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.155.0",
"eslint": "^8.47.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"prettier": "^3.0.1",
"vercel": "^31.2.3"
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"vercel": "^31.4.0"
},
"keywords": [
"nextjs",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@0xforkitall/eslint-config-nextjs@^1.1.1":
"@0xforkitall/eslint-config-nextjs@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@0xforkitall/eslint-config-nextjs/-/eslint-config-nextjs-1.2.0.tgz#2838873493fdfa850291e4c0b307b5e7f7fee73e"
integrity sha512-zVoj68M+UZobzEeZ1zObYKLltsOCLpR9l+G2b2IS34f9HgCJymCXypg4WVnAlfDHCzrDV6U6ek3ehWOvN4hBTQ==
Expand All @@ -24,7 +24,7 @@
eslint-plugin-react-hooks "^4.6.0"
eslint-plugin-testing-library "^6.0.0"

"@0xforkitall/shared-config@^1.1.0":
"@0xforkitall/shared-config@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@0xforkitall/shared-config/-/shared-config-1.2.0.tgz#6108d8c9a0fd66147600638fd4d1c37aca3089ff"
integrity sha512-jFrnUGfNV7R7+eslB3aP9PvUmvUNEXqLKXvjSN7nnTUbN+DB8DapGaitIb/g/E5Sstiw1lPDFPPJaZzOdHBPjQ==
Expand Down Expand Up @@ -1410,7 +1410,7 @@
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.6.1.tgz#913d3a68c5cbc1124fdb18eff919432f7b6abdde"
integrity sha512-POu8Mk0hIU3lRXB3bGIGe4VHIwwDsQyoD1F394OK7STTiX9w4dG3cTLljjYswkQN+hDSHRrj4O36kuVa7KPU8Q==

"@react-three/drei@^9.80.3":
"@react-three/drei@^9.80.4":
version "9.80.4"
resolved "https://registry.yarnpkg.com/@react-three/drei/-/drei-9.80.4.tgz#c0cd73c23c19e3ce22bb1b86d3344f0507825d32"
integrity sha512-DcD0AnWhRDvZKb/eoVVbRE/zZZEpw9EgeO2AZ1JzceluxsplkkPrvPweJFoc4egAGCE4PAGnnd7QxW8d7gNA3g==
Expand Down Expand Up @@ -1438,7 +1438,7 @@
utility-types "^3.10.0"
zustand "^3.5.13"

"@react-three/fiber@^8.13.6":
"@react-three/fiber@^8.13.7":
version "8.13.7"
resolved "https://registry.yarnpkg.com/@react-three/fiber/-/fiber-8.13.7.tgz#809f63c85effc7dddd3001ee10c2256c53a82b16"
integrity sha512-fH1wYi8+A2YZX8uYd9N4hfbAV+kHE565s7f62+SMNmpeynaUsN8NzXACmmJ6BpVKAKdxfvOde6dBGwG1BrWOKQ==
Expand Down Expand Up @@ -1557,7 +1557,7 @@
deepmerge "^4.3.1"
svgo "^3.0.2"

"@svgr/webpack@^8.0.1":
"@svgr/webpack@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-8.1.0.tgz#16f1b5346f102f89fda6ec7338b96a701d8be0c2"
integrity sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==
Expand Down Expand Up @@ -1667,7 +1667,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@^20.5.0":
"@types/node@*", "@types/node@^20.5.1":
version "20.5.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
Expand Down Expand Up @@ -4159,7 +4159,7 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==

lint-staged@^14.0.0:
lint-staged@^14.0.1:
version "14.0.1"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-14.0.1.tgz#57dfa3013a3d60762d9af5d9c83bdb51291a6232"
integrity sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==
Expand Down Expand Up @@ -4657,7 +4657,7 @@ next-seo@^6.1.0:
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-6.1.0.tgz#b60b06958cc77e7ed56f0a61b2d6cd0afed88ebb"
integrity sha512-iMBpFoJsR5zWhguHJvsoBDxDSmdYTHtnVPB1ij+CD0NReQCP78ZxxbdL9qkKIf4oEuZEqZkrjAQLB0bkII7RYA==

next@^13.4.13, next@^13.4.19:
next@^13.4.19:
version "13.4.19"
resolved "https://registry.yarnpkg.com/next/-/next-13.4.19.tgz#2326e02aeedee2c693d4f37b90e4f0ed6882b35f"
integrity sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw==
Expand Down Expand Up @@ -4985,7 +4985,7 @@ prettier-plugin-organize-imports@^3.2.3:
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.3.tgz#6b0141ac71f7ee9a673ce83e95456319e3a7cf0d"
integrity sha512-KFvk8C/zGyvUaE3RvxN2MhCLwzV6OBbFSkwZ2OamCrs9ZY4i5L77jQ/w4UmUr+lqX8qbaqVq6bZZkApn+IgJSg==

prettier@^3.0.1:
prettier@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b"
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==
Expand Down Expand Up @@ -5341,7 +5341,7 @@ safe-regex-test@^1.0.0:
get-intrinsic "^1.1.3"
is-regex "^1.1.4"

sass@^1.65.1:
sass@^1.66.1:
version "1.66.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1"
integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==
Expand Down Expand Up @@ -6013,7 +6013,7 @@ v8-compile-cache-lib@^3.0.1:
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==

vercel@^31.2.3:
vercel@^31.4.0:
version "31.4.0"
resolved "https://registry.yarnpkg.com/vercel/-/vercel-31.4.0.tgz#264740f14111a85f0fbaee5be806c10e59e8f937"
integrity sha512-jRzA3GyPiNckPN9aOiN63ulzgqEduTzALf4N8nh9UvCEzyEisCgtUxj2e+3xVWljdcGkj22VVij/DV4SnAXO6Q==
Expand Down

0 comments on commit 01089b3

Please sign in to comment.