|
16 | 16 | "doc": "typedoc",
|
17 | 17 | "format": "prettier --write '**/*.ts'",
|
18 | 18 | "lint": "eslint --cache --ext ts .",
|
19 |
| - "prepare": "husky install", |
| 19 | + "prepare": "husky", |
20 | 20 | "test": "vitest run",
|
21 | 21 | "test:coverage": "vitest run --coverage",
|
22 | 22 | "test:ui": "vitest --ui"
|
|
44 | 44 | ]
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@babel/core": "^7.23.9", |
48 |
| - "@babel/plugin-transform-runtime": "^7.23.9", |
49 |
| - "@babel/preset-env": "^7.23.9", |
50 |
| - "@babel/preset-typescript": "^7.23.3", |
51 |
| - "@commitlint/cli": "^18.6.0", |
52 |
| - "@commitlint/config-conventional": "^18.6.0", |
53 |
| - "@rollup/plugin-babel": "^6.0.4", |
54 |
| - "@rollup/plugin-commonjs": "^25.0.7", |
55 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
56 |
| - "@scaleway/eslint-config-react": "^3.17.3", |
| 47 | + "@babel/core": "7.23.9", |
| 48 | + "@babel/plugin-transform-runtime": "7.23.9", |
| 49 | + "@babel/preset-env": "7.23.9", |
| 50 | + "@babel/preset-typescript": "7.23.3", |
| 51 | + "@commitlint/cli": "18.6.1", |
| 52 | + "@commitlint/config-conventional": "18.6.0", |
| 53 | + "@rollup/plugin-babel": "6.0.4", |
| 54 | + "@rollup/plugin-commonjs": "25.0.7", |
| 55 | + "@rollup/plugin-node-resolve": "15.2.3", |
| 56 | + "@scaleway/eslint-config-react": "3.17.3", |
57 | 57 | "@vitest/coverage-istanbul": "1.2.2",
|
58 | 58 | "@vitest/coverage-v8": "1.2.2",
|
59 | 59 | "@vitest/ui": "1.2.2",
|
60 |
| - "babel-plugin-annotate-pure-calls": "^0.4.0", |
61 |
| - "cross-env": "^7.0.3", |
62 |
| - "cross-fetch": "^4.0.0", |
63 |
| - "cz-conventional-changelog": "^3.3.0", |
64 |
| - "eslint": "^8.56.0", |
65 |
| - "eslint-plugin-tsdoc": "^0.2.17", |
66 |
| - "husky": "^8.0.3", |
67 |
| - "lerna": "^7.4.2", |
68 |
| - "lint-staged": "^15.2.2", |
69 |
| - "prettier": "^3.2.5", |
70 |
| - "read-pkg": "^9.0.1", |
71 |
| - "rollup": "^4.10.0", |
72 |
| - "rollup-plugin-dts": "^6.1.0", |
73 |
| - "rollup-plugin-visualizer": "^5.12.0", |
74 |
| - "typedoc": "^0.25.8", |
75 |
| - "typescript": "^5.3.3", |
76 |
| - "vite": "5.1.0", |
| 60 | + "babel-plugin-annotate-pure-calls": "0.4.0", |
| 61 | + "cross-env": "7.0.3", |
| 62 | + "cross-fetch": "4.0.0", |
| 63 | + "cz-conventional-changelog": "3.3.0", |
| 64 | + "eslint": "8.56.0", |
| 65 | + "eslint-plugin-tsdoc": "0.2.17", |
| 66 | + "husky": "9.0.11", |
| 67 | + "lerna": "7.4.2", |
| 68 | + "lint-staged": "15.2.2", |
| 69 | + "prettier": "3.2.5", |
| 70 | + "read-pkg": "9.0.1", |
| 71 | + "rollup": "4.10.0", |
| 72 | + "rollup-plugin-dts": "6.1.0", |
| 73 | + "rollup-plugin-visualizer": "5.12.0", |
| 74 | + "typedoc": "0.25.8", |
| 75 | + "typescript": "5.3.3", |
| 76 | + "vite": "5.1.2", |
77 | 77 | "vitest": "1.2.2"
|
78 | 78 | },
|
79 | 79 | "packageManager": "[email protected]",
|
80 | 80 | "dependencies": {
|
81 |
| - "jsdom": "^24.0.0" |
| 81 | + "jsdom": "24.0.0" |
82 | 82 | }
|
83 | 83 | }
|
0 commit comments