Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2023
1 parent 8bb8b9d commit 1763331
Show file tree
Hide file tree
Showing 46 changed files with 2,799 additions and 5,258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.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.2.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
16 changes: 8 additions & 8 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"serve": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.1",
"@react-three/drei": "^9.56.18",
"@react-three/fiber": "^8.11.0",
"@stitches/react": "^1.2.8",
"@use-gesture/react": "^10.2.22",
"@use-gesture/react": "^10.2.24",
"easing-coordinates": "2.0.2",
"leva": "0.9.34",
"lodash-move": "1.1.1",
Expand All @@ -27,15 +27,15 @@
"react-use-gesture": "^9.1.3",
"react-use-measure": "^2.1.1",
"react95": "^4.0.0",
"sass": "^1.56.1",
"sass": "^1.58.0",
"styled-components": "^5.3.6",
"three": "^0.146.0",
"three-stdlib": "^2.17.3",
"three": "^0.149.0",
"three-stdlib": "^2.21.8",
"vec-la": "^1.5.0",
"wouter": "^2.8.1"
"wouter": "^2.10.0"
},
"devDependencies": {
"@types/lodash.clamp": "^4.0.7",
"@types/lodash.shuffle": "^4.2.6"
"@types/lodash.shuffle": "^4.2.7"
}
}
12 changes: 6 additions & 6 deletions demo/src/sandboxes/animating-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-measure": "2.0.4"
"react-use-measure": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3"
},
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/cards-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3"
},
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/css-gradients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@react-spring/web": "*",
"easing-coordinates": "2.0.2",
"leva": "0.9.34",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -31,8 +31,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/css-keyframes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/css-variables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -31,8 +31,8 @@
],
"bic": false,
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
12 changes: 6 additions & 6 deletions demo/src/sandboxes/draggable-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@react-spring/web": "*",
"lodash.clamp": "4.0.3",
"lodash-move": "1.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3"
},
Expand All @@ -32,9 +32,9 @@
"not op_mini all"
],
"devDependencies": {
"@types/lodash-es": "^4.17.4",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/exit-before-enter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -29,8 +29,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/flip-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
12 changes: 6 additions & 6 deletions demo/src/sandboxes/floating-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"dependencies": {
"@react-spring/web": "*",
"@stitches/react": "^1.2.8",
"@use-gesture/react": "^10.2.22",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@use-gesture/react": "^10.2.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
Expand Down
12 changes: 6 additions & 6 deletions demo/src/sandboxes/goo-blobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-measure": "2.0.4"
"react-use-measure": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/image-fade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
12 changes: 6 additions & 6 deletions demo/src/sandboxes/list-reordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@react-spring/web": "*",
"lodash.shuffle": "4.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3"
},
Expand All @@ -28,9 +28,9 @@
"not op_mini all"
],
"devDependencies": {
"@types/lodash.shuffle": "4.2.6",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/lodash.shuffle": "4.2.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}

0 comments on commit 1763331

Please sign in to comment.