|
58 | 58 | "build-storybook": "build-storybook"
|
59 | 59 | },
|
60 | 60 | "dependencies": {
|
61 |
| - "@react-pdf/yoga": "^2.0.4" |
| 61 | + "@react-pdf/yoga": "^2.0.4", |
| 62 | + "react-merge-refs": "^1.1.0" |
62 | 63 | },
|
63 | 64 | "devDependencies": {
|
64 | 65 | "@babel/core": "7.17.9",
|
|
70 | 71 | "@babel/preset-env": "7.16.11",
|
71 | 72 | "@babel/preset-react": "7.16.7",
|
72 | 73 | "@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", |
75 | 76 | "@rollup/plugin-babel": "^5.3.1",
|
76 |
| - "@rollup/plugin-commonjs": "^21.0.3", |
| 77 | + "@rollup/plugin-commonjs": "^21.1.0", |
77 | 78 | "@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", |
82 | 83 | "@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", |
86 | 87 | "@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", |
90 | 91 | "babel-loader": "^8.2.4",
|
91 | 92 | "eslint": "^8.13.0",
|
92 | 93 | "eslint-import-resolver-alias": "^1.1.2",
|
|
96 | 97 | "eslint-plugin-react-hooks": "^4.4.0",
|
97 | 98 | "husky": "^7.0.4",
|
98 | 99 | "jest": "^27.5.1",
|
99 |
| - "lint-staged": "^12.3.7", |
| 100 | + "lint-staged": "^12.3.8", |
100 | 101 | "react": "^18.0.0",
|
101 | 102 | "react-dom": "^18.0.0",
|
102 | 103 | "rimraf": "^3.0.2",
|
103 |
| - "rollup": "^2.70.1", |
| 104 | + "rollup": "^2.70.2", |
104 | 105 | "rollup-plugin-filesize": "^9.1.2",
|
105 | 106 | "rollup-plugin-terser": "^7.0.2",
|
106 |
| - "three": "^0.138.3", |
| 107 | + "three": "^0.139.2", |
107 | 108 | "ts-jest": "^27.1.4",
|
108 | 109 | "typescript": "^4.6.3"
|
109 | 110 | },
|
|
0 commit comments