|
10 | 10 | }, |
11 | 11 | "type": "module", |
12 | 12 | "scripts": { |
13 | | - "build": "pnpm recursive exec -- rollup -c ../../rollup.config.mjs", |
| 13 | + "build": "pnpm recursive run build", |
14 | 14 | "build:profile": "cross-env PROFILE=true pnpm run build", |
15 | 15 | "commit": "npx git-cz -a", |
16 | 16 | "doc": "typedoc", |
|
44 | 44 | ] |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@babel/core": "7.24.4", |
48 | | - "@babel/plugin-transform-runtime": "7.24.3", |
49 | | - "@babel/preset-env": "7.24.4", |
50 | | - "@babel/preset-typescript": "7.24.1", |
51 | 47 | "@commitlint/cli": "18.6.1", |
52 | 48 | "@commitlint/config-conventional": "18.6.3", |
53 | | - "@rollup/plugin-babel": "6.0.4", |
54 | | - "@rollup/plugin-commonjs": "25.0.7", |
55 | | - "@rollup/plugin-node-resolve": "15.2.3", |
56 | 49 | "@scaleway/eslint-config-react": "3.18.1", |
57 | 50 | "@vitest/coverage-istanbul": "1.5.0", |
58 | 51 | "@vitest/coverage-v8": "1.5.0", |
59 | 52 | "@vitest/ui": "1.5.0", |
60 | 53 | "babel-plugin-annotate-pure-calls": "0.4.0", |
| 54 | + "browserslist": "4.23.0", |
61 | 55 | "cross-env": "7.0.3", |
62 | 56 | "cross-fetch": "4.0.0", |
63 | 57 | "cz-conventional-changelog": "3.3.0", |
64 | | - "eslint": "8.57.0", |
| 58 | + "esbuild-plugin-browserslist": "0.11.1", |
65 | 59 | "eslint-plugin-tsdoc": "0.2.17", |
| 60 | + "eslint": "8.57.0", |
66 | 61 | "husky": "9.0.11", |
67 | 62 | "jsdom": "24.0.0", |
68 | 63 | "lerna": "7.4.2", |
69 | 64 | "lint-staged": "15.2.2", |
70 | 65 | "prettier": "3.2.5", |
71 | 66 | "read-pkg": "9.0.1", |
72 | | - "rollup": "4.16.4", |
73 | | - "rollup-plugin-dts": "6.1.0", |
74 | | - "rollup-plugin-visualizer": "5.12.0", |
75 | 67 | "typedoc": "0.25.13", |
76 | 68 | "typescript": "5.4.5", |
77 | 69 | "vite": "5.2.10", |
|
0 commit comments