Skip to content

Commit 6ec6abd

Browse files
committed
Pkg - Up deps
1 parent 89c1ca4 commit 6ec6abd

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"concurrently": "^8.2.2",
1818
"husky": "^8.0.3",
19-
"lint-staged": "^15.1.0",
20-
"prettier": "^3.1.0"
19+
"lint-staged": "^15.2.2",
20+
"prettier": "^3.2.5"
2121
},
2222
"lint-staged": {
2323
"*.{js,ts,vue,json,css,md}": "prettier --write"

packages/vue-use-fixed-header/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"test:gui:container": "cypress open --component --env CONTAINER=\"custom\""
5656
},
5757
"devDependencies": {
58-
"@types/node": "^20.9.0",
59-
"@vitejs/plugin-vue": "^4.4.1",
60-
"cypress": "^13.5.1",
58+
"@types/node": "^20.11.16",
59+
"@vitejs/plugin-vue": "^5.0.3",
60+
"cypress": "^13.6.4",
6161
"cypress-real-events": "^1.11.0",
62-
"cypress-wait-frames": "^0.9.4",
63-
"typescript": "^5.2.2",
64-
"vite": "^4.5.0",
65-
"vite-plugin-dts": "^3.6.3",
66-
"vue": "^3.3.8",
67-
"vue-tsc": "^1.8.22"
62+
"cypress-wait-frames": "^0.9.8",
63+
"typescript": "^5.3.3",
64+
"vite": "^5.0.12",
65+
"vite-plugin-dts": "^3.7.2",
66+
"vue": "^3.4.15",
67+
"vue-tsc": "^1.8.27"
6868
}
6969
}

playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@nuxt/devtools": "latest",
17-
"nuxt": "^3.8.1",
18-
"vue": "^3.3.8",
17+
"nuxt": "^3.10.1",
18+
"vue": "^3.4.15",
1919
"vue-router": "^4.2.5"
2020
}
2121
}

0 commit comments

Comments
 (0)