|
69 | 69 | "watch": "tsc --build tsconfig.build.json -w"
|
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/core": "^7.25.2", |
73 |
| - "@babel/preset-env": "^7.25.4", |
74 |
| - "@changesets/changelog-github": "^0.5.0", |
75 |
| - "@changesets/cli": "^2.27.8", |
76 |
| - "@eslint/compat": "^1.1.1", |
77 |
| - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
78 |
| - "@types/node": "^20.16.5", |
| 72 | + "@babel/core": "^7.26.10", |
| 73 | + "@babel/preset-env": "^7.26.9", |
| 74 | + "@changesets/changelog-github": "^0.5.1", |
| 75 | + "@changesets/cli": "^2.29.2", |
| 76 | + "@eslint/compat": "^1.2.8", |
| 77 | + "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
| 78 | + "@types/node": "^22.14.1", |
79 | 79 | "@wspa/cli": "^0.6.0",
|
80 | 80 | "@wspa/config": "^0.3.1",
|
81 |
| - "@yarnpkg/core": "4.1.3", |
82 |
| - "babel-preset-solid": "^1.8.22", |
83 |
| - "eslint": "^9.10.0", |
84 |
| - "eslint-plugin-n": "^17.10.2", |
85 |
| - "eslint-plugin-promise": "^7.1.0", |
86 |
| - "eslint-plugin-solid": "^0.14.3", |
87 |
| - "globals": "15.9.0", |
88 |
| - "husky": "^9.1.6", |
| 81 | + "@yarnpkg/core": "4.4.1", |
| 82 | + "babel-preset-solid": "^1.9.5", |
| 83 | + "eslint": "^9.24.0", |
| 84 | + "eslint-plugin-n": "^17.17.0", |
| 85 | + "eslint-plugin-promise": "^7.2.1", |
| 86 | + "eslint-plugin-solid": "^0.14.5", |
| 87 | + "globals": "16.0.0", |
| 88 | + "husky": "^9.1.7", |
89 | 89 | "jsdom": "^22.0.0",
|
90 |
| - "npm-check-updates": "^17.1.1", |
91 |
| - "prettier": "^3.3.3", |
92 |
| - "prettier-plugin-packagejson": "^2.5.2", |
93 |
| - "prettier-plugin-sort-json": "^4.0.0", |
94 |
| - "solid-js": "^1.8.22", |
| 90 | + "npm-check-updates": "^17.1.18", |
| 91 | + "prettier": "^3.5.3", |
| 92 | + "prettier-plugin-packagejson": "^2.5.10", |
| 93 | + "prettier-plugin-sort-json": "^4.1.1", |
| 94 | + "solid-js": "^1.9.5", |
95 | 95 | "solid-testing-library": "^0.5.1",
|
96 |
| - "tsx": "^4.19.1", |
97 |
| - "typescript": "^5.6.2", |
98 |
| - "typescript-eslint": "^8.6.0", |
99 |
| - "vite": "^5.4.6", |
100 |
| - "vite-plugin-solid": "^2.10.2", |
101 |
| - "vitest": "^2.1.1" |
| 96 | + "tsx": "^4.19.3", |
| 97 | + "typescript": "^5.8.3", |
| 98 | + "typescript-eslint": "^8.30.1", |
| 99 | + "vite": "^6.3.2", |
| 100 | + "vite-plugin-solid": "^2.11.6", |
| 101 | + "vitest": "^3.1.1" |
102 | 102 | },
|
103 | 103 | "info": "SUID is all a set of utils and components ported from MUI Core and much more.",
|
104 | 104 | "x-wspa": {
|
|
0 commit comments