|
69 | 69 | "watch": "tsc --build tsconfig.build.json -w"
|
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/core": "^7.24.1", |
73 |
| - "@babel/preset-env": "^7.24.1", |
| 72 | + "@babel/core": "^7.24.3", |
| 73 | + "@babel/preset-env": "^7.24.3", |
74 | 74 | "@changesets/changelog-github": "^0.5.0",
|
75 | 75 | "@changesets/cli": "^2.27.1",
|
76 | 76 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
80 | 80 | "@wspa/cli": "^0.6.0",
|
81 | 81 | "@wspa/config": "^0.3.1",
|
82 | 82 | "@yarnpkg/core": "4.0.3",
|
83 |
| - "babel-preset-solid": "^1.8.15", |
| 83 | + "babel-preset-solid": "^1.8.16", |
84 | 84 | "eslint": "^8.57.0",
|
85 | 85 | "eslint-config-standard": "^17.1.0",
|
86 | 86 | "eslint-plugin-import": "^2.29.1",
|
87 | 87 | "eslint-plugin-n": "^16.6.2",
|
88 | 88 | "eslint-plugin-node": "^11.1.0",
|
89 | 89 | "eslint-plugin-promise": "^6.1.1",
|
90 |
| - "eslint-plugin-solid": "^0.13.1", |
| 90 | + "eslint-plugin-solid": "^0.13.2", |
91 | 91 | "husky": "^9.0.11",
|
92 | 92 | "jsdom": "^22.0.0",
|
93 | 93 | "npm-check-updates": "^16.14.17",
|
94 | 94 | "prettier": "^3.2.5",
|
95 | 95 | "prettier-plugin-packagejson": "^2.4.12",
|
96 | 96 | "prettier-plugin-sort-json": "^4.0.0",
|
97 |
| - "solid-js": "^1.8.15", |
| 97 | + "solid-js": "^1.8.16", |
98 | 98 | "solid-testing-library": "^0.5.0",
|
99 | 99 | "ts-node": "^10.9.2",
|
100 |
| - "typescript": "^5.4.2", |
101 |
| - "vite": "^5.1.6", |
| 100 | + "typescript": "^5.4.3", |
| 101 | + "vite": "^5.2.2", |
102 | 102 | "vite-plugin-solid": "^2.10.2",
|
103 | 103 | "vitest": "^1.4.0"
|
104 | 104 | },
|
|
0 commit comments