From b97b7f2e5f8216ff24f857a8156174efac113944 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 10 Nov 2024 00:18:17 +0800 Subject: [PATCH] chore: update deps to latest --- docs/package.json | 2 +- plugins/plugin-md-power/package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++------------ theme/package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/package.json b/docs/package.json index 5318d6a2..761a80b4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "vuepress": "2.0.0-rc.18" }, "dependencies": { - "@iconify/json": "^2.2.269", + "@iconify/json": "^2.2.270", "@simonwep/pickr": "^1.9.1", "@vuepress/bundler-vite": "2.0.0-rc.18", "chart.js": "^4.4.6", diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json index b0ab4c42..03bd42dd 100644 --- a/plugins/plugin-md-power/package.json +++ b/plugins/plugin-md-power/package.json @@ -61,7 +61,7 @@ "nanoid": "^5.0.8", "shiki": "^1.22.2", "tm-grammars": "^1.19.0", - "tm-themes": "^1.9.2", + "tm-themes": "^1.9.3", "vue": "^3.5.12" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 054b5069..c83e9174 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -120,8 +120,8 @@ importers: docs: dependencies: '@iconify/json': - specifier: ^2.2.269 - version: 2.2.269 + specifier: ^2.2.270 + version: 2.2.270 '@simonwep/pickr': specifier: ^1.9.1 version: 1.9.1 @@ -229,8 +229,8 @@ importers: specifier: ^1.19.0 version: 1.19.0 tm-themes: - specifier: ^1.9.2 - version: 1.9.2 + specifier: ^1.9.3 + version: 1.9.3 vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -450,8 +450,8 @@ importers: version: link:../plugins/plugin-md-power devDependencies: '@iconify/json': - specifier: ^2.2.269 - version: 2.2.269 + specifier: ^2.2.270 + version: 2.2.270 swiper: specifier: ^11.1.14 version: 11.1.14 @@ -1041,8 +1041,8 @@ packages: resolution: {integrity: sha512-e5+YUKENATs1JgYHMzTr2MW/NDcXGfYFAuOQU8gJgF/kEh4EqKgfGrfLI67bMD4tbhZVlkigz/9YYwWcbOFthg==} engines: {node: '>=10.13.0'} - '@iconify/json@2.2.269': - resolution: {integrity: sha512-ouyDWNdmdtwhmIjZt1+wKj8nCq/V8PrT748exRnlXG//Hb8eLc/K4q4nKiO18gQNnwESMPQDGlrk5aTZaANoHg==} + '@iconify/json@2.2.270': + resolution: {integrity: sha512-BpuvTnPpjmKwzopqhokLz99v69n2BOeWAEvm7ttIsesUM2a8JWr4PTYzu8iMbK9cFNcrGMtWNmBYqDznxRAQcA==} '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -5889,8 +5889,8 @@ packages: tm-grammars@1.19.0: resolution: {integrity: sha512-tXtclXqTERNUzY/eZT+MvfVagtdEeg9JHfLtuBhhocA4ZQKwEHYvdUCA5iLL5ZASbNrLpQQ4/0uBBXCK0QifSg==} - tm-themes@1.9.2: - resolution: {integrity: sha512-deWAc0p2H6l9kGNqABKBIxgq3yRpviyJrtPSxOk0oWwT01Pw8YZ/Bz4CyMcv2quk2mfyaQrfoUuesKAyfjQi6A==} + tm-themes@1.9.3: + resolution: {integrity: sha512-zcHyfj7bgEKkU9JJI/hTjxVbAsK5LBNwO25vb9fX8OmPYvWifJKAhxI6QZtXLwRVFa6XgMsDFIvfF87ycLytOQ==} tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} @@ -7027,7 +7027,7 @@ snapshots: '@hutson/parse-repository-url@5.0.0': {} - '@iconify/json@2.2.269': + '@iconify/json@2.2.270': dependencies: '@iconify/types': 2.0.0 pathe: 1.1.2 @@ -12421,7 +12421,7 @@ snapshots: tm-grammars@1.19.0: {} - tm-themes@1.9.2: {} + tm-themes@1.9.3: {} tmp@0.0.33: dependencies: diff --git a/theme/package.json b/theme/package.json index 3624a7c2..6ea9f0f8 100644 --- a/theme/package.json +++ b/theme/package.json @@ -129,7 +129,7 @@ "vuepress-plugin-md-power": "workspace:*" }, "devDependencies": { - "@iconify/json": "^2.2.269", + "@iconify/json": "^2.2.270", "swiper": "^11.1.14", "vue-router": "^4.4.5" }