Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2023
1 parent a58ad5c commit 00446a8
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 419 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"dependencies": {
"@react-hook/window-size": "3.1.1",
"@react-three/drei": "9.66.1",
"@react-three/drei": "9.67.0",
"@react-three/fiber": "8.13.0",
"@types/lodash": "4.14.194",
"@types/platform": "1.3.4",
"@use-gesture/react": "10.2.26",
"@yarnpkg/pnpify": "4.0.0-rc.42",
"@yarnpkg/pnpify": "4.0.0-rc.43",
"cannon-es": "0.20.0",
"classnames": "2.3.2",
"framer-motion": "10.12.4",
"framer-motion": "10.12.10",
"lodash": "4.17.21",
"next": "13.3.2",
"next": "13.4.1",
"next-pwa": "5.6.0",
"next-seo": "6.0.0",
"normalize.css": "8.0.1",
Expand All @@ -33,18 +33,18 @@
"three": "0.152.2",
"use-resize-observer": "9.1.0",
"use-yarn": "2.4.0",
"zustand": "4.3.7"
"zustand": "4.3.8"
},
"devDependencies": {
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/three": "0.151.0",
"@types/node": "18.16.7",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/three": "0.152.0",
"http-proxy": "1.18.1",
"only-allow": "^1.1.1",
"pwa-asset-generator": "6.2.1",
"typescript": "5.0.4",
"webpack": "5.81.0"
"webpack": "5.82.1"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.5.1"
}

0 comments on commit 00446a8

Please sign in to comment.