Skip to content

Commit 1a994b6

Browse files
author
v1rtl
committed
bump deps
1 parent ec95e71 commit 1a994b6

File tree

3 files changed

+20
-12042
lines changed

3 files changed

+20
-12042
lines changed

examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react": "^18.0.0",
1313
"react-dom": "^18.0.0",
1414
"react-scripts": "5.0.1",
15-
"three": "^0.138.3",
16-
"troika-three-text": "^0.46.2",
15+
"three": "^0.139.2",
16+
"troika-three-text": "^0.46.4",
1717
"zustand": "3.7.2"
1818
},
1919
"scripts": {

package.json

+18-17
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"build-storybook": "build-storybook"
5959
},
6060
"dependencies": {
61-
"@react-pdf/yoga": "^2.0.4"
61+
"@react-pdf/yoga": "^2.0.4",
62+
"react-merge-refs": "^1.1.0"
6263
},
6364
"devDependencies": {
6465
"@babel/core": "7.17.9",
@@ -70,23 +71,23 @@
7071
"@babel/preset-env": "7.16.11",
7172
"@babel/preset-react": "7.16.7",
7273
"@babel/preset-typescript": "^7.16.7",
73-
"@react-three/drei": "^9.1.7",
74-
"@react-three/fiber": "^8.0.10",
74+
"@react-three/drei": "^9.4.3",
75+
"@react-three/fiber": "^8.0.11",
7576
"@rollup/plugin-babel": "^5.3.1",
76-
"@rollup/plugin-commonjs": "^21.0.3",
77+
"@rollup/plugin-commonjs": "^21.1.0",
7778
"@rollup/plugin-json": "^4.1.0",
78-
"@rollup/plugin-node-resolve": "^13.1.3",
79-
"@storybook/addon-controls": "^6.4.21",
80-
"@storybook/addon-storysource": "^6.3.7",
81-
"@storybook/react": "^6.4.21",
79+
"@rollup/plugin-node-resolve": "^13.2.1",
80+
"@storybook/addon-controls": "^6.4.22",
81+
"@storybook/addon-storysource": "^6.4.22",
82+
"@storybook/react": "^6.4.22",
8283
"@types/jest": "^27.4.1",
83-
"@types/node": "^17.0.23",
84-
"@types/react": "^18.0.0",
85-
"@types/react-dom": "^18.0.0",
84+
"@types/node": "^17.0.24",
85+
"@types/react": "^18.0.5",
86+
"@types/react-dom": "^18.0.1",
8687
"@types/react-test-renderer": "^18.0.0",
87-
"@types/three": "^0.138.0",
88-
"@typescript-eslint/eslint-plugin": "^5.18.0",
89-
"@typescript-eslint/parser": "^5.18.0",
88+
"@types/three": "^0.139.0",
89+
"@typescript-eslint/eslint-plugin": "^5.19.0",
90+
"@typescript-eslint/parser": "^5.19.0",
9091
"babel-loader": "^8.2.4",
9192
"eslint": "^8.13.0",
9293
"eslint-import-resolver-alias": "^1.1.2",
@@ -96,14 +97,14 @@
9697
"eslint-plugin-react-hooks": "^4.4.0",
9798
"husky": "^7.0.4",
9899
"jest": "^27.5.1",
99-
"lint-staged": "^12.3.7",
100+
"lint-staged": "^12.3.8",
100101
"react": "^18.0.0",
101102
"react-dom": "^18.0.0",
102103
"rimraf": "^3.0.2",
103-
"rollup": "^2.70.1",
104+
"rollup": "^2.70.2",
104105
"rollup-plugin-filesize": "^9.1.2",
105106
"rollup-plugin-terser": "^7.0.2",
106-
"three": "^0.138.3",
107+
"three": "^0.139.2",
107108
"ts-jest": "^27.1.4",
108109
"typescript": "^4.6.3"
109110
},

0 commit comments

Comments
 (0)