Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 539552c

Browse files
chore(deps): update all non-major dependencies (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a458f0c commit 539552c

File tree

3 files changed

+270
-385
lines changed

3 files changed

+270
-385
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"splitpanes": "^3.1.5",
7070
"vanilla-jsoneditor": "^0.17.8",
7171
"vite-hot-client": "^0.2.1",
72-
"vite-plugin-inspect": "^0.7.31",
72+
"vite-plugin-inspect": "^0.7.32",
7373
"vite-plugin-vue-inspector": "^3.4.2",
7474
"vue-router": "^4.2.2",
7575
"vuedraggable": "^4.1.0",
@@ -80,20 +80,20 @@
8080
"@algolia/client-search": "^4.18.0",
8181
"@antfu/eslint-config": "^0.39.6",
8282
"@antfu/ni": "^0.21.4",
83-
"@iconify/json": "^2.2.84",
84-
"@nuxt/devtools-ui-kit": "^0.6.4",
83+
"@iconify/json": "^2.2.85",
84+
"@nuxt/devtools-ui-kit": "^0.6.6",
8585
"@types/codemirror": "^5.60.8",
86-
"@types/node": "^20.3.2",
86+
"@types/node": "^20.3.3",
8787
"@types/splitpanes": "^2.2.1",
8888
"@unocss/eslint-config": "^0.53.4",
8989
"@unocss/reset": "^0.53.4",
9090
"@vitejs/plugin-vue": "^4.2.3",
9191
"bumpp": "^9.1.1",
9292
"codemirror": "^6.0.1",
9393
"codemirror-theme-vars": "^0.1.2",
94-
"dayjs": "^1.11.8",
95-
"eslint": "8.43.0",
96-
"fast-glob": "^3.2.12",
94+
"dayjs": "^1.11.9",
95+
"eslint": "8.44.0",
96+
"fast-glob": "^3.3.0",
9797
"floating-vue": "2.0.0-beta.24",
9898
"fuse.js": "^6.6.2",
9999
"image-meta": "^0.1.1",
@@ -105,7 +105,7 @@
105105
"pnpm": "^8.6.5",
106106
"rimraf": "^5.0.1",
107107
"simple-git-hooks": "^2.8.1",
108-
"taze": "^0.11.0",
108+
"taze": "^0.11.2",
109109
"typescript": "^5.1.6",
110110
"unbuild": "^1.2.1",
111111
"unocss": "^0.53.4",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@vueuse/core": "^10.1.2",
13-
"pinia": "^2.1.3",
12+
"@vueuse/core": "^10.2.1",
13+
"pinia": "^2.1.4",
1414
"vue": "^3.3.4",
1515
"vue-router": "^4.2.2"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-vue": "^4.2.3",
1919
"serve": "^14.2.0",
20-
"typescript": "^5.0.4",
20+
"typescript": "^5.1.6",
2121
"vite": "^4.3.9",
22-
"vite-plugin-inspect": "^0.7.28",
22+
"vite-plugin-inspect": "^0.7.32",
2323
"vite-plugin-vue-devtools": "workspace:*"
2424
}
2525
}

0 commit comments

Comments
 (0)