|
28 | 28 | "@babel/types": "^7.21.0"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@babel/core": "^7.24.7", |
32 |
| - "@babel/plugin-transform-typescript": "^7.24.7", |
33 |
| - "@babel/preset-env": "^7.24.7", |
| 31 | + "@babel/core": "^7.25.2", |
| 32 | + "@babel/plugin-transform-typescript": "^7.25.2", |
| 33 | + "@babel/preset-env": "^7.25.4", |
34 | 34 | "@babel/preset-react": "^7.24.7",
|
35 |
| - "@babel/types": "^7.24.7", |
| 35 | + "@babel/types": "^7.25.4", |
36 | 36 | "@rollup/plugin-babel": "^6.0.4",
|
37 | 37 | "@rollup/plugin-node-resolve": "^15.2.3",
|
38 | 38 | "@rollup/plugin-replace": "^5.0.7",
|
39 | 39 | "@types/babel-plugin-macros": "^3.1.3",
|
40 | 40 | "@types/babel__core": "^7.20.5",
|
41 |
| - "@types/chai": "^4.3.16", |
| 41 | + "@types/chai": "^4.3.17", |
42 | 42 | "@types/chai-string": "^1.4.5",
|
43 | 43 | "@types/clean-css": "^4.2.11",
|
44 | 44 | "@types/dedent": "^0.7.2",
|
45 | 45 | "@types/fs-extra": "^11.0.4",
|
46 | 46 | "@types/jsdom": "^21.1.7",
|
47 |
| - "@types/lodash": "^4.17.5", |
48 |
| - "@types/node": "^20.14.2", |
| 47 | + "@types/lodash": "^4.17.7", |
| 48 | + "@types/node": "^22.5.0", |
49 | 49 | "@types/prop-types": "^15.7.12",
|
50 | 50 | "@typescript-eslint/eslint-plugin": "7.3.1",
|
51 | 51 | "@typescript-eslint/parser": "7.12.0",
|
52 |
| - "@vitest/coverage-v8": "^1.6.0", |
| 52 | + "@vitest/coverage-v8": "^2.0.5", |
53 | 53 | "babel-plugin-macros": "^3.1.0",
|
54 | 54 | "babel-plugin-minify-constant-folding": "^0.5.0",
|
55 | 55 | "babel-plugin-minify-dead-code-elimination": "^0.5.2",
|
56 | 56 | "babel-plugin-minify-guarded-expressions": "^0.4.4",
|
57 |
| - "c8": "^9.1.0", |
| 57 | + "c8": "^10.1.2", |
58 | 58 | "chai": "^5.1.1",
|
59 | 59 | "chai-string": "^1.5.0",
|
60 | 60 | "clean-css": "^5.3.3",
|
61 | 61 | "dedent": "^1.5.3",
|
62 |
| - "esbuild": "^0.21.5", |
63 |
| - "esbuild-register": "^3.5.0", |
| 62 | + "esbuild": "^0.23.1", |
| 63 | + "esbuild-register": "^3.6.0", |
64 | 64 | "eslint": "8.57.0",
|
65 | 65 | "eslint-config-prettier": "9.1.0",
|
66 | 66 | "eslint-import-resolver-typescript": "3.6.1",
|
|
69 | 69 | "eslint-plugin-react-hooks": "4.6.2",
|
70 | 70 | "fs-extra": "^11.2.0",
|
71 | 71 | "husky": "9.0.11",
|
72 |
| - "jsdom": "^24.1.0", |
73 |
| - "lint-staged": "^15.2.5", |
| 72 | + "jsdom": "^24.1.1", |
| 73 | + "lint-staged": "^15.2.9", |
74 | 74 | "lodash": "^4.17.21",
|
75 |
| - "prettier": "^3.3.1", |
76 |
| - "rollup": "^4.18.0", |
| 75 | + "prettier": "^3.3.3", |
| 76 | + "rollup": "^4.21.0", |
77 | 77 | "rollup-plugin-prettier": "^4.1.1",
|
78 | 78 | "tslib": "^2.6.3",
|
79 |
| - "typescript": "^5.4.5", |
80 |
| - "vitest": "^1.6.0" |
| 79 | + "typescript": "^5.5.4", |
| 80 | + "vitest": "^2.0.5" |
81 | 81 | },
|
82 | 82 | "lint-staged": {
|
83 | 83 | "*.ts": [
|
|
0 commit comments