Skip to content

Commit 168ed91

Browse files
committed
chore: updates package dependency versions and scripts
1 parent 6ea87e2 commit 168ed91

File tree

2 files changed

+33
-34
lines changed

2 files changed

+33
-34
lines changed

bun.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
"devDependencies": {
77
"@changesets/cli": "^2.29.3",
88
"@solidjs/testing-library": "^0.8.10",
9-
"@testing-library/jest-dom": "^6.5.0",
10-
"@types/bun": "^1.1.10",
11-
"@typescript-eslint/eslint-plugin": "^8.7.0",
12-
"@typescript-eslint/parser": "^8.7.0",
13-
"@vitest/coverage-istanbul": "^2.1.1",
14-
"eslint": "^8.57.0",
9+
"@testing-library/jest-dom": "^6.6.3",
10+
"@types/bun": "^1.2.12",
11+
"@typescript-eslint/eslint-plugin": "^8.32.0",
12+
"@typescript-eslint/parser": "^8.32.0",
13+
"@vitest/coverage-istanbul": "^2.1.9",
14+
"eslint": "^8.57.1",
1515
"eslint-plugin-simple-import-sort": "^12.1.1",
16-
"eslint-plugin-solid": "^0.14.3",
16+
"eslint-plugin-solid": "^0.14.5",
1717
"jsdom": "^25.0.1",
18-
"prettier": "^3.3.3",
19-
"tsup": "^8.3.0",
18+
"prettier": "^3.5.3",
19+
"tsup": "^8.4.0",
2020
"tsup-preset-solid": "^2.2.0",
21-
"typescript": "^5.6.2",
22-
"vite": "^5.4.8",
23-
"vite-plugin-solid": "^2.10.2",
24-
"vitest": "^2.1.1",
21+
"typescript": "^5.8.3",
22+
"vite": "^5.4.19",
23+
"vite-plugin-solid": "^2.11.6",
24+
"vitest": "^2.1.9",
2525
},
2626
"peerDependencies": {
27-
"solid-js": ">=1.8.0",
27+
"solid-js": "^1.9.6",
2828
},
2929
},
3030
},
@@ -285,7 +285,7 @@
285285

286286
"@types/estree": ["@types/estree@1.0.7", "", {}, "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ=="],
287287

288-
"@types/node": ["@types/node@22.15.14", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-BL1eyu/XWsFGTtDWOYULQEs4KR0qdtYfCxYAUYRoB7JP7h9ETYLgQTww6kH8Sj2C0pFGgrpM0XKv6/kbIzYJ1g=="],
288+
"@types/node": ["@types/node@22.15.17", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw=="],
289289

290290
"@typescript-eslint/eslint-plugin": ["@typescript-eslint/eslint-plugin@8.32.0", "", { "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "8.32.0", "@typescript-eslint/type-utils": "8.32.0", "@typescript-eslint/utils": "8.32.0", "@typescript-eslint/visitor-keys": "8.32.0", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", "ts-api-utils": "^2.1.0" }, "peerDependencies": { "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" } }, "sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ=="],
291291

@@ -433,7 +433,7 @@
433433

434434
"eastasianwidth": ["eastasianwidth@0.2.0", "", {}, "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="],
435435

436-
"electron-to-chromium": ["electron-to-chromium@1.5.150", "", {}, "sha512-rOOkP2ZUMx1yL4fCxXQKDHQ8ZXwisb2OycOQVKHgvB3ZI4CvehOd4y2tfnnLDieJ3Zs1RL1Dlp3cMkyIn7nnXA=="],
436+
"electron-to-chromium": ["electron-to-chromium@1.5.151", "", {}, "sha512-Rl6uugut2l9sLojjS4H4SAr3A4IgACMLgpuEMPYCVcKydzfyPrn5absNRju38IhQOf/NwjJY8OGWjlteqYeBCA=="],
437437

438438
"emoji-regex": ["emoji-regex@9.2.2", "", {}, "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="],
439439

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"browser": {},
2323
"typesVersions": {},
2424
"files": [
25-
"dist",
26-
"README.md"
25+
"dist"
2726
],
2827
"keywords": [
2928
"create",
@@ -39,13 +38,13 @@
3938
"build": "tsup",
4039
"build:watch": "tsup --watch",
4140
"dev": "vite",
42-
"changeset": "changeset",
43-
"update-pkg-version": "changeset version",
44-
"release": "changeset publish",
4541
"format": "prettier . --check",
4642
"format:fix": "prettier . --write",
4743
"lint": "eslint . --ext .ts,.tsx",
4844
"lint:fix": "eslint . --ext .ts,.tsx --fix",
45+
"pkg:changeset": "changeset",
46+
"pkg:version": "changeset version",
47+
"pkg:publish": "bun run build && changeset publish",
4948
"serve": "vite preview",
5049
"start": "vite",
5150
"test": "vitest run",
@@ -55,22 +54,22 @@
5554
"devDependencies": {
5655
"@changesets/cli": "^2.29.3",
5756
"@solidjs/testing-library": "^0.8.10",
58-
"@testing-library/jest-dom": "^6.5.0",
59-
"@types/bun": "^1.1.10",
60-
"@typescript-eslint/eslint-plugin": "^8.7.0",
61-
"@typescript-eslint/parser": "^8.7.0",
62-
"@vitest/coverage-istanbul": "^2.1.1",
63-
"eslint": "^8.57.0",
57+
"@testing-library/jest-dom": "^6.6.3",
58+
"@types/bun": "^1.2.12",
59+
"@typescript-eslint/eslint-plugin": "^8.32.0",
60+
"@typescript-eslint/parser": "^8.32.0",
61+
"@vitest/coverage-istanbul": "^2.1.9",
62+
"eslint": "^8.57.1",
6463
"eslint-plugin-simple-import-sort": "^12.1.1",
65-
"eslint-plugin-solid": "^0.14.3",
64+
"eslint-plugin-solid": "^0.14.5",
6665
"jsdom": "^25.0.1",
67-
"prettier": "^3.3.3",
68-
"tsup": "^8.3.0",
66+
"prettier": "^3.5.3",
67+
"tsup": "^8.4.0",
6968
"tsup-preset-solid": "^2.2.0",
70-
"typescript": "^5.6.2",
71-
"vite": "^5.4.8",
72-
"vite-plugin-solid": "^2.10.2",
73-
"vitest": "^2.1.1"
69+
"typescript": "^5.8.3",
70+
"vite": "^5.4.19",
71+
"vite-plugin-solid": "^2.11.6",
72+
"vitest": "^2.1.9"
7473
},
7574
"peerDependencies": {
7675
"solid-js": ">=1.8.0"

0 commit comments

Comments
 (0)