|
68 | 68 | "zustand": "^5.0.1"
|
69 | 69 | },
|
70 | 70 | "devDependencies": {
|
71 |
| - "@babel/core": "^7.26.0", |
| 71 | + "@babel/core": "^7.28.0", |
72 | 72 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
73 | 73 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
74 |
| - "@babel/plugin-transform-modules-commonjs": "^7.25.9", |
75 |
| - "@babel/plugin-transform-runtime": "^7.25.9", |
76 |
| - "@babel/preset-env": "^7.26.0", |
77 |
| - "@babel/preset-react": "^7.25.9", |
78 |
| - "@babel/preset-typescript": "^7.26.0", |
79 |
| - "@chromatic-com/storybook": "^4.0.0", |
80 |
| - "@eslint/compat": "^1.2.3", |
81 |
| - "@eslint/eslintrc": "^3.2.0", |
82 |
| - "@eslint/js": "^9.15.0", |
| 74 | + "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| 75 | + "@babel/plugin-transform-runtime": "^7.28.0", |
| 76 | + "@babel/preset-env": "^7.28.0", |
| 77 | + "@babel/preset-react": "^7.27.1", |
| 78 | + "@babel/preset-typescript": "^7.27.1", |
| 79 | + "@chromatic-com/storybook": "^4.0.1", |
| 80 | + "@eslint/compat": "^1.3.1", |
| 81 | + "@eslint/eslintrc": "^3.3.1", |
| 82 | + "@eslint/js": "^9.30.1", |
83 | 83 | "@playwright/test": "^1.45.2",
|
84 | 84 | "@react-three/fiber": "^9.0.0",
|
85 | 85 | "@rollup/plugin-babel": "^5.3.0",
|
86 | 86 | "@rollup/plugin-commonjs": "^19.0.0",
|
87 | 87 | "@rollup/plugin-json": "^4.1.0",
|
88 | 88 | "@rollup/plugin-node-resolve": "^13.0.0",
|
89 |
| - "@storybook/addon-docs": "^9.0.0", |
90 |
| - "@storybook/react-vite": "^9.0.0", |
| 89 | + "@storybook/addon-docs": "^9.0.15", |
| 90 | + "@storybook/react-vite": "^9.0.15", |
91 | 91 | "@types/react": "^19.0.2",
|
92 | 92 | "@types/react-dom": "^19.0.2",
|
93 | 93 | "@types/three": "^0.159.0",
|
94 |
| - "@typescript-eslint/eslint-plugin": "^8.15.0", |
95 |
| - "@typescript-eslint/parser": "^8.15.0", |
96 |
| - "@vitejs/plugin-react": "^4.3.3", |
| 94 | + "@typescript-eslint/eslint-plugin": "^8.35.1", |
| 95 | + "@typescript-eslint/parser": "^8.35.1", |
| 96 | + "@vitejs/plugin-react": "^4.6.0", |
97 | 97 | "babel-eslint": "^10.1.0",
|
98 | 98 | "babel-loader": "^9.2.1",
|
99 | 99 | "copyfiles": "^2.4.1",
|
100 |
| - "eslint": "^9.15.0", |
| 100 | + "eslint": "^9.30.1", |
101 | 101 | "eslint-config-prettier": "^9.1.0",
|
102 |
| - "eslint-plugin-react": "^7.37.2", |
103 |
| - "eslint-plugin-react-hooks": "^5.0.0", |
| 102 | + "eslint-plugin-react": "^7.37.5", |
| 103 | + "eslint-plugin-react-hooks": "^5.2.0", |
104 | 104 | "eslint-plugin-storybook": "^9.0.0",
|
105 | 105 | "husky": "^9.1.7",
|
106 | 106 | "json": "^11.0.0",
|
107 |
| - "prettier": "^3.3.3", |
108 |
| - "pretty-quick": "^4.0.0", |
| 107 | + "prettier": "^3.6.2", |
| 108 | + "pretty-quick": "^4.2.2", |
109 | 109 | "react": "^19.0.0",
|
110 | 110 | "react-dom": "^19.0.0",
|
111 | 111 | "rimraf": "^6.0.1",
|
112 | 112 | "rollup": "^2.79.2",
|
113 | 113 | "rollup-plugin-glslify": "^1.3.0",
|
114 | 114 | "rollup-plugin-multi-input": "^1.5.0",
|
115 | 115 | "rollup-plugin-terser": "^7.0.2",
|
116 |
| - "semantic-release": "^24.2.0", |
| 116 | + "semantic-release": "^24.2.6", |
117 | 117 | "serve": "^14.2.4",
|
118 |
| - "storybook": "^9.0.0", |
| 118 | + "storybook": "^9.0.15", |
119 | 119 | "three": "^0.159.0",
|
120 | 120 | "ts-node": "^10.9.2",
|
121 |
| - "typescript": "^5.6.3", |
| 121 | + "typescript": "^5.8.3", |
122 | 122 | "vite": "^5.4.11",
|
123 |
| - "vite-plugin-glslify": "^2.1.0" |
| 123 | + "vite-plugin-glslify": "^2.2.1" |
124 | 124 | },
|
125 | 125 | "peerDependencies": {
|
126 | 126 | "@react-three/fiber": "^9.0.0",
|
|
0 commit comments