|
4 | 4 | "license": "MIT", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | | - "start": "astro --root demo dev", |
8 | | - "build": "astro --root demo build", |
9 | | - "serve": "astro --root demo preview", |
10 | 7 | "test": "uvu tests -i utils", |
11 | 8 | "format": "prettier -w .", |
12 | 9 | "lint": "eslint . --ext .ts,.js" |
13 | 10 | }, |
14 | 11 | "devDependencies": { |
15 | | - "@changesets/changelog-github": "^0.4.4", |
16 | | - "@changesets/cli": "^2.29.6", |
17 | | - "@testing-library/dom": "^8.13.0", |
18 | | - "@types/eslint": "^8.44.0", |
19 | | - "@types/node": "^16.11.68", |
| 12 | + "@changesets/changelog-github": "^0.5.1", |
| 13 | + "@changesets/cli": "^2.29.7", |
| 14 | + "@testing-library/dom": "^8.20.1", |
| 15 | + "@types/eslint": "^8.56.12", |
| 16 | + "@types/node": "^20.19.21", |
20 | 17 | "@types/prettier": "^2.7.3", |
21 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
22 | | - "@typescript-eslint/parser": "^6.0.0", |
| 18 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 19 | + "@typescript-eslint/parser": "^6.21.0", |
23 | 20 | "astro": "^4.16.19", |
24 | 21 | "astro-component-tester": "^0.8.0", |
25 | 22 | "eslint": "^8.45.0", |
26 | | - "eslint-config-prettier": "^8.8.0", |
27 | | - "eslint-plugin-prettier": "^4.2.1", |
28 | | - "linkedom": "^0.14.7", |
| 23 | + "eslint-config-prettier": "^8.10.2", |
| 24 | + "eslint-plugin-prettier": "^4.2.5", |
| 25 | + "linkedom": "^0.18.12", |
29 | 26 | "lz-string": "^1.5.0", |
30 | 27 | "prettier": "^2.8.8", |
31 | 28 | "prettier-plugin-astro": "^0.10.0", |
|
0 commit comments