Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2107)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
  • Loading branch information
renovate[bot] and joshuaellis committed Mar 7, 2023
1 parent d141595 commit 7384e97
Show file tree
Hide file tree
Showing 53 changed files with 814 additions and 461 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/dist/compiler/plugins/mdx.js b/dist/compiler/plugins/mdx.js
index 727fa32c7ff0db6fd1db6ab81aa9c6d9d819d4a4..51ab32cb5a62dfe54883d7004f5c3499f3dc2422 100644
index 651ba9dfe532b84c3f74e47c20e7b71b6b34e0dd..0184a5ad6ef5b1c68aeb2503f5d96537ec6bea2d 100644
--- a/dist/compiler/plugins/mdx.js
+++ b/dist/compiler/plugins/mdx.js
@@ -96,7 +96,8 @@ export const handle = typeof attributes !== "undefined" && attributes.handle;
Expand Down
11 changes: 6 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
"private": true,
"scripts": {
"dev": "vite",
"clean": "rm -rf .turbo && rm -rf node_modules",
"serve": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.56.18",
"@react-three/fiber": "^8.11.0",
"@react-three/drei": "^9.57.0",
"@react-three/fiber": "^8.11.9",
"@stitches/react": "^1.2.8",
"@use-gesture/react": "^10.2.24",
"easing-coordinates": "2.0.2",
Expand All @@ -27,9 +28,9 @@
"react-use-gesture": "^9.1.3",
"react-use-measure": "^2.1.1",
"react95": "^4.0.0",
"sass": "^1.58.0",
"styled-components": "^5.3.6",
"three": "^0.149.0",
"sass": "^1.58.3",
"styled-components": "^5.3.8",
"three": "^0.150.1",
"three-stdlib": "^2.21.8",
"vec-la": "^1.5.0",
"wouter": "^2.10.0"
Expand Down
4 changes: 2 additions & 2 deletions demo/src/sandboxes/animating-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/cards-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/css-gradients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/css-keyframes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/css-variables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
],
"bic": false,
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/draggable-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
],
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/exit-before-enter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/flip-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/floating-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions demo/src/sandboxes/goo-blobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/image-fade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/list-reordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
],
"devDependencies": {
"@types/lodash.shuffle": "4.2.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions demo/src/sandboxes/macos-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"sass": "1.58.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"sass": "1.58.3",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/masonry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
],
"devDependencies": {
"@types/lodash.shuffle": "4.2.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/multistage-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions demo/src/sandboxes/noise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "9.6.1",
"@react-spring/web": "9.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1"
},
"devDependencies": {
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"typescript": "4.9.5"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions demo/src/sandboxes/notification-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0",
"react-feather": "2.0.10",
"react-scripts": "5.0.1",
"styled-components": "^5.3.6"
"styled-components": "^5.3.8"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"typescript": "^4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions demo/src/sandboxes/parallax-sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/parallax-vert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/parallax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions demo/src/sandboxes/popup-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react95": "^4.0.0",
"styled-components": "^5.3.6"
"styled-components": "^5.3.8"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"typescript": "^4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions demo/src/sandboxes/rocket-decay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"vec-la": "1.5.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions demo/src/sandboxes/scrolling-wave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"sass": "1.58.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"sass": "1.58.3",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/simple-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions demo/src/sandboxes/slide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions demo/src/sandboxes/smile-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": "1.0.0",
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "9.6.1",
"@react-spring/web": "9.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1"
Expand All @@ -29,8 +29,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions demo/src/sandboxes/springy-boxes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"@react-spring/three": "*",
"three": "0.149.0"
"three": "0.150.1"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.5"
},
"scripts": {
Expand Down

0 comments on commit 7384e97

Please sign in to comment.