diff --git a/package.json b/package.json index f09204a..5d79a68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@9.9.0", + "packageManager": "pnpm@9.10.0", "description": "Collection of TextMate grammars and themes in JSON", "scripts": { "build": "pnpm -r build", @@ -18,16 +18,16 @@ "prepare": "simple-git-hooks" }, "devDependencies": { - "@antfu/eslint-config": "^3.2.0", + "@antfu/eslint-config": "^3.5.0", "@antfu/ni": "^0.23.0", "@antfu/utils": "^0.7.10", "@iconify-json/svg-spinners": "^1.2.0", - "@shikijs/core": "^1.16.2", + "@shikijs/core": "^1.16.3", "@types/adm-zip": "^0.5.5", "@types/cson": "^7.20.3", "@types/js-yaml": "^4.0.9", "@types/json-stable-stringify": "^1.0.36", - "@types/node": "^22.5.3", + "@types/node": "^22.5.4", "@types/semver": "^7.5.8", "@vitest/expect": "^2.0.5", "adm-zip": "^0.5.16", @@ -36,7 +36,7 @@ "chalk": "^5.3.0", "cson": "^8.4.0", "dotenv": "^16.4.5", - "eslint": "^9.9.1", + "eslint": "^9.10.0", "esno": "^4.7.0", "fast-glob": "^3.3.2", "fast-plist": "^0.1.3", @@ -46,14 +46,14 @@ "lint-staged": "^15.2.10", "octokit": "^4.0.2", "ofetch": "^1.3.4", - "oniguruma-to-js": "^0.3.1", + "oniguruma-to-js": "^0.3.3", "p-limit": "^6.1.0", - "pnpm": "^9.9.0", + "pnpm": "^9.10.0", "rimraf": "^6.0.1", "semver": "^7.6.3", "simple-git": "^3.26.0", "simple-git-hooks": "^2.11.1", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "unbuild": "^2.0.0", "vite": "^5.4.3", "vitest": "^2.0.5", diff --git a/playground/package.json b/playground/package.json index c82802f..eef56b3 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,9 +10,9 @@ "test": "vitest" }, "dependencies": { - "@shikijs/core": "^1.16.2", + "@shikijs/core": "^1.16.3", "@vueuse/core": "^11.0.3", - "vue": "^3.5.1", + "vue": "^3.5.3", "vue-router": "^4.4.3" }, "devDependencies": { @@ -22,12 +22,12 @@ "@unocss/reset": "^0.62.3", "@vitejs/plugin-vue": "^5.1.3", "@vue-macros/volar": "^0.27.4", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "unocss": "^0.62.3", "unplugin-auto-import": "^0.18.2", "unplugin-vue-components": "^0.27.4", "unplugin-vue-macros": "^2.11.6", - "unplugin-vue-router": "^0.10.7", + "unplugin-vue-router": "^0.10.8", "vite": "^5.4.3", "vitest": "^2.0.5", "vue-tsc": "^2.1.6" diff --git a/playground/src/App.vue b/playground/src/App.vue index 7d0e392..26a3138 100644 --- a/playground/src/App.vue +++ b/playground/src/App.vue @@ -1,12 +1,12 @@