Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit bf1b6db

Browse files
committed
chore: update deps
1 parent a289588 commit bf1b6db

File tree

4 files changed

+13191
-10214
lines changed

4 files changed

+13191
-10214
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "learn.nuxt.com",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@8.15.6",
5+
"packageManager": "pnpm@9.1.1",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -14,8 +14,8 @@
1414
"format": "eslint . --fix"
1515
},
1616
"dependencies": {
17-
"@shikijs/core": "^1.2.4",
18-
"@shikijs/monaco": "^1.2.4",
17+
"@shikijs/core": "^1.5.2",
18+
"@shikijs/monaco": "^1.5.2",
1919
"@volar/monaco": "^1.11.1",
2020
"@vue/language-service": "^1.8.27",
2121
"@webcontainer/api": "^1.1.9",
@@ -24,45 +24,45 @@
2424
"birpc": "^0.2.17",
2525
"floating-vue": "^5.2.2",
2626
"jszip": "^3.10.1",
27-
"monaco-editor": "^0.47.0",
27+
"monaco-editor": "^0.48.0",
2828
"monaco-editor-textmate": "^4.0.0",
2929
"monaco-textmate": "^3.0.1",
3030
"onigasm": "^2.2.5",
31-
"shiki": "^1.2.4",
31+
"shiki": "^1.5.2",
3232
"splitpanes": "^3.1.5",
3333
"strip-json-comments": "^5.0.1",
34-
"theme-vitesse": "^0.7.8",
34+
"theme-vitesse": "^0.8.0",
3535
"unified": "^11.0.4",
36-
"vue": "^3.4.21",
37-
"vue-router": "^4.3.0"
36+
"vue": "^3.4.27",
37+
"vue-router": "^4.3.2"
3838
},
3939
"devDependencies": {
40-
"@antfu/eslint-config": "^2.13.0",
40+
"@antfu/eslint-config": "^2.18.1",
4141
"@iconify-json/logos": "^1.1.42",
42-
"@iconify/json": "^2.2.198",
42+
"@iconify/json": "^2.2.211",
4343
"@nuxt/content": "^2.12.1",
44-
"@nuxt/devtools": "^1.1.5",
45-
"@nuxt/eslint": "^0.3.1",
44+
"@nuxt/devtools": "^1.3.1",
45+
"@nuxt/eslint": "^0.3.13",
4646
"@nuxt/kit": "^3.11.2",
47-
"@nuxtjs/color-mode": "^3.3.3",
47+
"@nuxtjs/color-mode": "^3.4.1",
4848
"@nuxtjs/seo": "2.0.0-rc.10",
4949
"@pinia/nuxt": "^0.5.1",
50-
"@unocss/eslint-plugin": "^0.59.0",
51-
"@unocss/extractor-mdc": "^0.59.0",
52-
"@unocss/nuxt": "^0.59.0",
50+
"@unocss/eslint-plugin": "^0.60.2",
51+
"@unocss/extractor-mdc": "^0.60.2",
52+
"@unocss/nuxt": "^0.60.2",
5353
"@vueuse/nuxt": "^10.9.0",
54-
"eslint": "^9.0.0",
55-
"eslint-plugin-format": "^0.1.0",
56-
"execa": "^8.0.1",
54+
"eslint": "^9.3.0",
55+
"eslint-plugin-format": "^0.1.1",
56+
"execa": "^9.1.0",
5757
"fast-glob": "^3.3.2",
5858
"fuse.js": "^7.0.0",
59-
"monaco-editor-core": "^0.47.0",
59+
"monaco-editor-core": "^0.48.0",
6060
"nuxt": "^3.11.2",
6161
"nuxt-icon": "^0.6.10",
6262
"pathe": "^1.1.2",
6363
"remark-external-links": "^9.0.1",
64-
"typescript": "^5.4.4",
65-
"vue-tsc": "^2.0.11"
64+
"typescript": "^5.4.5",
65+
"vue-tsc": "^2.0.19"
6666
},
6767
"pnpm": {
6868
"patchedDependencies": {

0 commit comments

Comments
 (0)