Skip to content

Commit 2b5e15d

Browse files
committed
chore: bump dependencies
1 parent f9064d7 commit 2b5e15d

File tree

2 files changed

+1622
-2430
lines changed

2 files changed

+1622
-2430
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magic-regexp",
33
"version": "0.8.0",
4-
"packageManager": "pnpm@9.10.0",
4+
"packageManager": "pnpm@9.11.0",
55
"description": "A compiled-away, type-safe, readable RegExp alternative",
66
"license": "MIT",
77
"repository": {
@@ -58,22 +58,22 @@
5858
"unplugin": "^1.14.1"
5959
},
6060
"devDependencies": {
61-
"@antfu/eslint-config": "3.6.2",
61+
"@antfu/eslint-config": "3.7.1",
6262
"@codspeed/vitest-plugin": "3.1.1",
6363
"@nuxt/kit": "3.13.2",
6464
"@types/estree": "1.0.6",
6565
"@types/node": "22.5.5",
6666
"@vitest/coverage-v8": "2.1.1",
6767
"acorn": "8.12.1",
6868
"bumpp": "9.5.2",
69-
"eslint": "9.10.0",
69+
"eslint": "9.11.0",
7070
"expect-type": "0.20.0",
7171
"lint-staged": "latest",
72-
"rollup": "4.22.0",
72+
"rollup": "4.22.4",
7373
"simple-git-hooks": "2.11.1",
7474
"typescript": "5.6.2",
7575
"unbuild": "2.0.0",
76-
"vite": "5.2.14",
76+
"vite": "5.4.7",
7777
"vitest": "2.1.1"
7878
},
7979
"pnpm": {
@@ -83,7 +83,9 @@
8383
},
8484
"resolutions": {
8585
"magic-regexp": "link:.",
86-
"vite": "5.4.5"
86+
"nuxt": "3.13.2",
87+
"vite": "5.4.7",
88+
"vue": "3.5.8"
8789
},
8890
"simple-git-hooks": {
8991
"pre-commit": "npx lint-staged"

0 commit comments

Comments
 (0)