|
1 | 1 | { |
2 | 2 | "name": "aurora-react", |
3 | 3 | "private": false, |
4 | | - "version": "2.5.0", |
| 4 | + "version": "2.5.1", |
5 | 5 | "type": "module", |
6 | 6 | "main": "dist/index.js", |
7 | 7 | "types": "dist/index.d.ts", |
|
15 | 15 | "preview": "vite preview" |
16 | 16 | }, |
17 | 17 | "peerDependencies": { |
18 | | - "aurora-code": "~2.5.0", |
| 18 | + "aurora-code": "^2.5.1", |
19 | 19 | "react": "^18.2.0", |
20 | 20 | "react-dom": "^18.2.0" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@types/node": "^20.8.9", |
24 | | - "@types/react": "^18.2.15", |
25 | | - "@types/react-dom": "^18.2.7", |
26 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
27 | | - "@typescript-eslint/parser": "^6.0.0", |
28 | | - "@vitejs/plugin-react-swc": "^3.3.2", |
29 | | - "autoprefixer": "^10.4.16", |
30 | | - "eslint": "^8.45.0", |
| 23 | + "@types/node": "^20.11.24", |
| 24 | + "@types/react": "^18.2.62", |
| 25 | + "@types/react-dom": "^18.2.19", |
| 26 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 27 | + "@typescript-eslint/parser": "^6.21.0", |
| 28 | + "@vitejs/plugin-react-swc": "^3.6.0", |
| 29 | + "autoprefixer": "^10.4.18", |
| 30 | + "eslint": "^8.57.0", |
31 | 31 | "eslint-plugin-react-hooks": "^4.6.0", |
32 | | - "eslint-plugin-react-refresh": "^0.4.3", |
33 | | - "postcss": "^8.4.31", |
| 32 | + "eslint-plugin-react-refresh": "^0.4.5", |
| 33 | + "postcss": "^8.4.35", |
34 | 34 | "react": "^18.2.0", |
35 | 35 | "react-dom": "^18.2.0", |
36 | | - "tailwindcss": "^3.3.5", |
37 | | - "typescript": "^5.0.2", |
38 | | - "vite": "^4.4.5", |
39 | | - "vite-plugin-dts": "^3.6.2" |
| 36 | + "tailwindcss": "^3.4.1", |
| 37 | + "typescript": "^5.3.3", |
| 38 | + "vite": "^4.5.2", |
| 39 | + "vite-plugin-dts": "^3.7.3" |
40 | 40 | } |
41 | 41 | } |
0 commit comments