|
29 | 29 | "npm": ">=5"
|
30 | 30 | },
|
31 | 31 | "scripts": {
|
32 |
| - "clean": "rm -rf dist", |
33 |
| - "build": "rm -rf dist ||: && rollup -c --environment BUILD:production && rm -rf dist/*.es.css", |
34 |
| - "start": "rollup -c -w --environment BUILD:development", |
35 |
| - "site:build": "cd example && yarn install && yarn build" |
| 32 | + "clean": "rimraf dist", |
| 33 | + "build": "rimraf dist && rollup -c --environment BUILD:production && rm -rf dist/*.es.css", |
| 34 | + "dev": "rollup -c -w --environment BUILD:development", |
| 35 | + "start": "concurrently \"yarn dev\" \"yarn --cwd example dev\"", |
| 36 | + "site:build": "yarn --cwd example install && yarn --cwd example build" |
36 | 37 | },
|
37 | 38 | "peerDependencies": {
|
38 | 39 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
61 | 62 | "@babel/preset-env": "^7.26.9",
|
62 | 63 | "@babel/preset-react": "^7.26.3",
|
63 | 64 | "@babel/preset-typescript": "^7.26.0",
|
64 |
| - "@eslint/compat": "^1.2.7", |
| 65 | + "@eslint/compat": "^1.2.8", |
65 | 66 | "@eslint/eslintrc": "^3.3.1",
|
66 |
| - "@eslint/js": "^9.23.0", |
| 67 | + "@eslint/js": "^9.24.0", |
67 | 68 | "@rollup/plugin-babel": "^6.0.4",
|
68 | 69 | "@rollup/plugin-commonjs": "^28.0.3",
|
69 | 70 | "@rollup/plugin-node-resolve": "^16.0.1",
|
70 | 71 | "@rollup/plugin-terser": "^0.4.4",
|
71 | 72 | "@rollup/plugin-url": "^8.0.2",
|
72 | 73 | "@svgr/rollup": "^8.1.0",
|
73 | 74 | "@testing-library/react-hooks": "^8.0.1",
|
74 |
| - "@types/react": "^19.0.12", |
75 |
| - "@typescript-eslint/eslint-plugin": "^8.29.0", |
76 |
| - "@typescript-eslint/parser": "^8.29.0", |
| 75 | + "@types/react": "^19", |
| 76 | + "@typescript-eslint/eslint-plugin": "^8.30.1", |
| 77 | + "@typescript-eslint/parser": "^8.30.1", |
| 78 | + "concurrently": "^9.1.2", |
77 | 79 | "cross-env": "^7.0.3",
|
78 |
| - "eslint": "9.23.0", |
79 |
| - "eslint-config-prettier": "^10.1.1", |
80 |
| - "eslint-plugin-prettier": "^5.2.5", |
| 80 | + "eslint": "9.24.0", |
| 81 | + "eslint-config-prettier": "^10.1.2", |
| 82 | + "eslint-plugin-prettier": "^5.2.6", |
81 | 83 | "eslint-plugin-react-hooks": "^5.2.0",
|
82 | 84 | "eslint-plugin-react-refresh": "^0.4.19",
|
83 | 85 | "gh-pages": "^6.3.0",
|
84 | 86 | "globals": "^16.0.0",
|
85 | 87 | "postcss": "^8.5.3",
|
86 | 88 | "prettier": "^3.5.3",
|
87 | 89 | "react": "^19.1.0",
|
88 |
| - "rollup": "^4.38.0", |
| 90 | + "rimraf": "^6.0.1", |
| 91 | + "rollup": "^4.40.0", |
89 | 92 | "rollup-plugin-analyzer": "^4.0.0",
|
90 | 93 | "rollup-plugin-bundle-size": "^1.0.3",
|
91 | 94 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
92 | 95 | "rollup-plugin-postcss": "^4.0.2",
|
93 | 96 | "rollup-plugin-visualizer": "^5.14.0",
|
94 |
| - "typescript": "^5.8.2", |
95 |
| - "typescript-eslint": "^8.29.0" |
| 97 | + "typescript": "^5.8.3", |
| 98 | + "typescript-eslint": "^8.30.1" |
96 | 99 | },
|
97 | 100 | "dependencies": {
|
98 | 101 | "@tanstack/react-virtual": "^3.13.6",
|
|
0 commit comments