|
1 | 1 | { |
2 | 2 | "name": "@react-three/cannon-examples", |
3 | | - "version": "1.1.0", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "Examples for @react-three/cannon", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
|
20 | 20 | "not op_mini all" |
21 | 21 | ], |
22 | 22 | "devDependencies": { |
23 | | - "@react-three/cannon": "*", |
24 | | - "@react-three/drei": "^8.11.1", |
25 | | - "@react-three/fiber": "^7.0.26", |
26 | | - "@types/lodash-es": "^4.17.5", |
27 | | - "@types/react": "^17.0.37", |
28 | | - "@types/react-dom": "^17.0.11", |
29 | | - "@types/react-router-dom": "^5.3.2", |
30 | | - "@types/styled-components": "^5.1.18", |
31 | | - "@types/three": "^0.137.0", |
32 | | - "@typescript-eslint/eslint-plugin": "^5.7.0", |
33 | | - "@typescript-eslint/parser": "^5.7.0", |
| 23 | + "@react-three/cannon": "^6.0.0", |
| 24 | + "@react-three/drei": "^9.0.1", |
| 25 | + "@react-three/fiber": "^8.0.4", |
| 26 | + "@types/lodash-es": "^4.17.6", |
| 27 | + "@types/react": "^17.0.43", |
| 28 | + "@types/react-dom": "^17.0.14", |
| 29 | + "@types/react-router-dom": "^5.3.3", |
| 30 | + "@types/styled-components": "^5.1.24", |
| 31 | + "@types/three": "^0.139.0", |
| 32 | + "@typescript-eslint/eslint-plugin": "^5.17.0", |
| 33 | + "@typescript-eslint/parser": "^5.17.0", |
34 | 34 | "@vitejs/plugin-react-refresh": "^1.3.6", |
35 | | - "eslint": "^8.5.0", |
36 | | - "eslint-config-prettier": "^8.3.0", |
| 35 | + "eslint": "^8.12.0", |
| 36 | + "eslint-config-prettier": "^8.5.0", |
37 | 37 | "eslint-plugin-es": "^4.1.0", |
38 | | - "eslint-plugin-react": "^7.27.1", |
| 38 | + "eslint-plugin-react": "^7.29.4", |
39 | 39 | "eslint-plugin-simple-import-sort": "^7.0.0", |
40 | 40 | "eslint-plugin-typescript-enum": "^2.1.0", |
41 | 41 | "lerp": "^1.0.3", |
42 | 42 | "lodash-es": "^4.17.21", |
43 | 43 | "nice-color-palettes": "3.0.0", |
44 | | - "prettier": "^2.5.1", |
45 | | - "react": "^17.0.2", |
46 | | - "react-dom": "^17.0.2", |
47 | | - "react-is": "^17.0.2", |
48 | | - "react-router-dom": "^6.2.1", |
49 | | - "styled-components": "^5.3.0", |
50 | | - "three": "^0.137.0", |
51 | | - "three-stdlib": "^2.8.8", |
52 | | - "typescript": "^4.5.4", |
53 | | - "vite": "^2.7.3", |
| 44 | + "prettier": "^2.6.1", |
| 45 | + "react": "^18.0.0", |
| 46 | + "react-dom": "^18.0.0", |
| 47 | + "react-is": "^18.0.0", |
| 48 | + "react-router-dom": "^6.2.2", |
| 49 | + "styled-components": "^5.3.5", |
| 50 | + "three": "^0.139.1", |
| 51 | + "three-stdlib": "^2.8.12", |
| 52 | + "typescript": "^4.6.3", |
| 53 | + "vite": "^2.9.1", |
54 | 54 | "vite-react-jsx": "^1.1.2", |
55 | | - "zustand": "^3.6.7" |
| 55 | + "zustand": "^3.7.1" |
56 | 56 | }, |
57 | 57 | "lint-staged": { |
58 | 58 | "*.{js,ts}": "eslint --cache --fix", |
|
0 commit comments