Skip to content

Commit d71ffa9

Browse files
committed
fix: updated npm packages
1 parent c9e0ef2 commit d71ffa9

File tree

2 files changed

+1144
-1121
lines changed

2 files changed

+1144
-1121
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Giannis Koutsaftakis",
66
"license": "MIT",
77
"repository": "https://github.com/kouts/vue-dataset",
8-
"packageManager": "pnpm@9.7.1",
8+
"packageManager": "pnpm@9.12.0",
99
"type": "module",
1010
"keywords": [
1111
"vue",
@@ -43,11 +43,11 @@
4343
"vue": "^3.4.38"
4444
},
4545
"devDependencies": {
46-
"@commitlint/cli": "^19.4.0",
47-
"@commitlint/config-conventional": "^19.2.2",
46+
"@commitlint/cli": "^19.5.0",
47+
"@commitlint/config-conventional": "^19.5.0",
4848
"@kouts/eslint-config": "^1.3.3",
49-
"@vitejs/plugin-vue": "^5.1.2",
50-
"@vitest/coverage-v8": "^2.0.5",
49+
"@vitejs/plugin-vue": "^5.1.4",
50+
"@vitest/coverage-v8": "^2.1.2",
5151
"@vue/compiler-sfc": "^3.4.38",
5252
"@vue/test-utils": "^2.4.6",
5353
"@vuepress/bundler-vite": "2.0.0-rc.15",
@@ -56,17 +56,17 @@
5656
"@vuepress/theme-default": "^2.0.0-rc.41",
5757
"bootstrap": "^4.6.2",
5858
"eslint": "^9.9.0",
59-
"husky": "^9.1.5",
60-
"jsdom": "^24.1.1",
61-
"lint-staged": "^15.2.9",
59+
"husky": "^9.1.6",
60+
"jsdom": "^25.0.1",
61+
"lint-staged": "^15.2.10",
6262
"make-coverage-badge": "^1.2.0",
6363
"prettier": "3.3.3",
6464
"prismjs": "^1.29.0",
6565
"sass": "~1.77.8",
66-
"vite": "^5.4.2",
66+
"vite": "^5.4.8",
6767
"vite-plugin-html": "^3.2.2",
68-
"vitest": "^2.0.5",
69-
"vue-router": "^4.4.3",
68+
"vitest": "^2.1.2",
69+
"vue-router": "^4.4.5",
7070
"vuepress": "2.0.0-rc.15",
7171
"vuepress-plugin-vue-example": "3.0.17",
7272
"vuex": "^4.1.0"

0 commit comments

Comments
 (0)