|
8 | 8 | "lint": "eslint ." |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | | - "@babel/core": "^7.26.0", |
12 | | - "@babel/preset-env": "^7.26.0", |
13 | | - "@eslint/js": "^9.18.0", |
| 11 | + "@babel/core": "^7.26.10", |
| 12 | + "@babel/preset-env": "^7.26.9", |
| 13 | + "@eslint/js": "^9.25.0", |
14 | 14 | "@rollup/plugin-babel": "^6.0.4", |
15 | | - "@rollup/plugin-node-resolve": "^16.0.0", |
| 15 | + "@rollup/plugin-node-resolve": "^16.0.1", |
16 | 16 | "@rollup/plugin-terser": "^0.4.4", |
17 | 17 | "@rollup/plugin-typescript": "^12.1.2", |
18 | | - "@types/react": "^19.0.7", |
19 | | - "autoprefixer": "^10.4.20", |
20 | | - "eslint": "^9.18.0", |
21 | | - "eslint-plugin-react": "^7.37.4", |
22 | | - "globals": "^15.14.0", |
| 18 | + "@types/react": "^19.1.2", |
| 19 | + "autoprefixer": "^10.4.21", |
| 20 | + "eslint": "^9.25.0", |
| 21 | + "eslint-plugin-react": "^7.37.5", |
| 22 | + "globals": "^16.0.0", |
23 | 23 | "install": "^0.13.0", |
24 | | - "npm": "^11.0.0", |
25 | | - "postcss": "^8.5.1", |
26 | | - "postcss-loader": "^8.1.1", |
27 | | - "react": "^19.0.0", |
28 | | - "react-dom": "^19.0.0", |
29 | | - "rollup": "^4.31.0", |
| 24 | + "npm": "^11.3.0", |
| 25 | + "react": "^19.1.0", |
| 26 | + "react-dom": "^19.1.0", |
| 27 | + "rollup": "^4.40.0", |
30 | 28 | "rollup-plugin-peer-deps-external": "^2.2.4", |
31 | | - "rollup-plugin-postcss": "^4.0.2", |
32 | | - "tailwindcss": "^3.4.17", |
33 | | - "typescript": "^5.7.3", |
34 | | - "typescript-eslint": "^8.20.0" |
| 29 | + "typescript": "^5.8.3", |
| 30 | + "typescript-eslint": "^8.30.1" |
35 | 31 | }, |
36 | 32 | "peerDependencies": { |
37 | 33 | "react": "^19.0.0", |
|
0 commit comments