Skip to content

Commit 860b1c4

Browse files
committed
chore: update deps
1 parent d8a2b1c commit 860b1c4

File tree

4 files changed

+1127
-705
lines changed

4 files changed

+1127
-705
lines changed

demo/package.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,27 @@
1111
"serve": "vite preview"
1212
},
1313
"dependencies": {
14-
"@react-three/drei": "^9.32.11",
15-
"@react-three/fiber": "^8.8.9",
14+
"@react-three/drei": "^9.40.0",
15+
"@react-three/fiber": "^8.9.1",
1616
"lodash-move": "1.1.1",
1717
"lodash.clamp": "^4.0.3",
1818
"lodash.shuffle": "^4.2.0",
19-
"lorem-ipsum": "^2.0.4",
19+
"lorem-ipsum": "^2.0.8",
2020
"react": "^18.1.0",
21-
"react-dom": "^18.1.0",
22-
"react-feather": "^2.0.9",
21+
"react-dom": "^18.2.0",
22+
"react-feather": "^2.0.10",
2323
"react-use-gesture": "^9.1.3",
2424
"react-use-measure": "^2.1.1",
25-
"styled-components": "^5.3.3",
26-
"three": "^0.145.0",
27-
"three-stdlib": "^2.17.0",
25+
"styled-components": "^5.3.6",
26+
"three": "^0.146.0",
27+
"three-stdlib": "^2.17.3",
2828
"vec-la": "^1.5.0",
29-
"wouter": "^2.8.0-alpha.2"
29+
"wouter": "^2.8.1"
30+
},
31+
"devDependencies": {
32+
"@types/lodash.clamp": "^4.0.7",
33+
"@types/lodash.shuffle": "^4.2.6",
34+
"@vitejs/plugin-react-refresh": "^1.3.6",
35+
"vite": "^3.2.3"
3036
}
3137
}

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"@next/mdx": "^12.0.10",
1111
"@react-spring/demo": "*",
1212
"@react-spring/parallax": "*",
13-
"clsx": "^1.1.1",
13+
"clsx": "^1.2.1",
1414
"lodash-move": "^1.1.1",
1515
"lodash.clamp": "^4.0.3",
1616
"lodash.shuffle": "^4.2.0",
17-
"lorem-ipsum": "^2.0.4",
17+
"lorem-ipsum": "^2.0.8",
1818
"next": "^12.1.6",
1919
"next-seo": "^5.1.0",
2020
"next-transpile-modules": "^9.0.0",
21-
"prism-react-renderer": "^1.3.1",
21+
"prism-react-renderer": "^1.3.5",
2222
"react": "^18.1.0",
23-
"react-dom": "^18.1.0",
24-
"react-feather": "^2.0.9",
23+
"react-dom": "^18.2.0",
24+
"react-feather": "^2.0.10",
2525
"react-lazyload": "^3.2.0",
2626
"react-live": "^2.4.1",
2727
"react-scroll-percentage": "^4.2.0",
@@ -33,7 +33,7 @@
3333
"remark-autolink-headings": "^7.0.1",
3434
"remark-slug": "^7.0.1",
3535
"resize-observer-polyfill": "^1.5.1",
36-
"styled-components": "^5.3.3",
36+
"styled-components": "^5.3.6",
3737
"vec-la": "^1.5.0"
3838
},
3939
"scripts": {

package.json

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -69,47 +69,43 @@
6969
"@babel/preset-env": "^7.19.0",
7070
"@babel/preset-react": "^7.18.6",
7171
"@babel/preset-typescript": "^7.18.6",
72-
"@changesets/cli": "^2.20.0",
73-
"@commitlint/cli": "^16.2.1",
74-
"@commitlint/config-conventional": "^16.2.1",
75-
"@preconstruct/cli": "^2.2.1",
72+
"@changesets/cli": "^2.25.2",
73+
"@commitlint/cli": "^17.2.0",
74+
"@commitlint/config-conventional": "^17.2.0",
75+
"@preconstruct/cli": "^2.2.2",
7676
"@react-three/fiber": "^7.0.26",
77-
"@testing-library/cypress": "^8.0.2",
78-
"@testing-library/jest-dom": "^5.16.3",
79-
"@testing-library/react": "^13.2.0",
77+
"@testing-library/cypress": "^8.0.3",
78+
"@testing-library/jest-dom": "^5.16.5",
79+
"@testing-library/react": "^13.4.0",
8080
"@types/jest": "^27.4.0",
81-
"@types/lodash.clamp": "^4.0.6",
82-
"@types/lodash.shuffle": "^4.2.6",
8381
"@types/mdx-js__react": "^1.5.5",
84-
"@types/react": "^18.0.8",
85-
"@types/react-dom": "^18.0.3",
86-
"@types/react-lazyload": "^3.1.1",
87-
"@types/react-native": "^0.67.6",
88-
"@types/styled-components": "^5.1.22",
82+
"@types/react": "^18.0.25",
83+
"@types/react-dom": "^18.0.8",
84+
"@types/react-lazyload": "^3.2.0",
85+
"@types/react-native": "^0.67.16",
86+
"@types/styled-components": "^5.1.26",
8987
"@types/three": "^0.137.0",
90-
"@vitejs/plugin-react-refresh": "^1.3.6",
91-
"cypress": "^9.6.0",
88+
"cypress": "^9.7.0",
9289
"cypress-image-snapshot": "^4.0.1",
9390
"flush-microtasks": "^1.0.1",
94-
"husky": "^7.0.4",
91+
"husky": "^8.0.2",
9592
"jest": "^27.5.1",
96-
"konva": "^8.3.2",
93+
"konva": "^8.3.14",
9794
"mock-raf": "npm:@react-spring/mock-raf@1.1.1",
98-
"patch-package": "^6.4.7",
95+
"patch-package": "^6.5.0",
9996
"postinstall-postinstall": "^2.1.0",
100-
"prettier": "^2.5.1",
97+
"prettier": "^2.7.1",
10198
"pretty-quick": "^3.1.3",
10299
"react": "^18.1.0",
103-
"react-dom": "^18.1.0",
104-
"react-konva": "^18.0.0-0",
105-
"react-native": "^0.68.1",
100+
"react-dom": "^18.2.0",
101+
"react-konva": "^18.2.3",
102+
"react-native": "^0.68.5",
106103
"react-zdog": "^1.0.11",
107104
"spec.ts": "^1.1.3",
108105
"start-server-and-test": "^1.14.0",
109-
"three": "^0.137.5",
110-
"ts-jest": "^27.1.3",
111-
"typescript": "4.8.3",
112-
"vite": "^3.1.0",
106+
"three": "^0.146.0",
107+
"ts-jest": "^27.1.5",
108+
"typescript": "4.8.4",
113109
"zdog": "^1.1.3"
114110
},
115111
"publishConfig": {

0 commit comments

Comments
 (0)