Skip to content

Commit

Permalink
Pkg - Up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Feb 5, 2024
1 parent 89c1ca4 commit 6ec6abd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"concurrently": "^8.2.2",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0"
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"lint-staged": {
"*.{js,ts,vue,json,css,md}": "prettier --write"
Expand Down
18 changes: 9 additions & 9 deletions packages/vue-use-fixed-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"test:gui:container": "cypress open --component --env CONTAINER=\"custom\""
},
"devDependencies": {
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.1",
"cypress": "^13.5.1",
"@types/node": "^20.11.16",
"@vitejs/plugin-vue": "^5.0.3",
"cypress": "^13.6.4",
"cypress-real-events": "^1.11.0",
"cypress-wait-frames": "^0.9.4",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vue": "^3.3.8",
"vue-tsc": "^1.8.22"
"cypress-wait-frames": "^0.9.8",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2",
"vue": "^3.4.15",
"vue-tsc": "^1.8.27"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
"nuxt": "^3.8.1",
"vue": "^3.3.8",
"nuxt": "^3.10.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
}
}

0 comments on commit 6ec6abd

Please sign in to comment.