Skip to content

Commit cb3640f

Browse files
authored
chore: upgrade deps (#381)
1 parent 65c116a commit cb3640f

File tree

3 files changed

+1817
-1328
lines changed

3 files changed

+1817
-1328
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@nuxt-themes/docus": "1.15.0",
1515
"@nuxtjs/plausible": "0.2.4",
1616
"@nuxtjs/web-vitals": "^0.2.6",
17-
"nuxt": "3.8.1"
17+
"nuxt": "3.10.3"
1818
}
1919
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,37 +50,37 @@
5050
},
5151
"dependencies": {
5252
"estree-walker": "^3.0.3",
53-
"magic-string": "^0.30.5",
54-
"mlly": "^1.4.2",
53+
"magic-string": "^0.30.8",
54+
"mlly": "^1.6.1",
5555
"regexp-tree": "^0.1.27",
5656
"type-level-regexp": "~0.1.17",
57-
"ufo": "^1.3.1",
58-
"unplugin": "^1.5.0"
57+
"ufo": "^1.4.0",
58+
"unplugin": "^1.8.3"
5959
},
6060
"devDependencies": {
61-
"@nuxt/kit": "3.6.5",
61+
"@nuxt/kit": "3.10.3",
6262
"@types/estree": "1.0.5",
63-
"@types/node": "20.11.24",
64-
"@typescript-eslint/eslint-plugin": "6.21.0",
65-
"@vitest/coverage-v8": "1.1.0",
63+
"@types/node": "20.11.25",
64+
"@typescript-eslint/eslint-plugin": "7.1.1",
65+
"@vitest/coverage-v8": "1.3.1",
6666
"acorn": "8.11.3",
67-
"bumpp": "9.2.1",
67+
"bumpp": "9.4.0",
6868
"conventional-changelog-conventionalcommits": "latest",
69-
"eslint": "8.56.0",
69+
"eslint": "8.57.0",
7070
"eslint-config-prettier": "latest",
7171
"eslint-plugin-prettier": "latest",
72-
"expect-type": "0.17.3",
72+
"expect-type": "0.18.0",
7373
"husky": "latest",
7474
"lint-staged": "latest",
7575
"prettier": "latest",
7676
"rollup": "4.12.1",
77-
"typescript": "5.1.6",
77+
"typescript": "5.4.2",
7878
"unbuild": "2.0.0",
79-
"vite": "5.0.11",
80-
"vitest": "1.1.0"
79+
"vite": "5.1.5",
80+
"vitest": "1.3.1"
8181
},
8282
"resolutions": {
8383
"magic-regexp": "link:."
8484
},
85-
"packageManager": "pnpm@8.10.5"
85+
"packageManager": "pnpm@8.15.4"
8686
}

0 commit comments

Comments
 (0)