Skip to content

Commit

Permalink
Pkg - Up deps, remove terser
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Nov 14, 2023
1 parent 8e7dbd4 commit 89d3d9a
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 374 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-use-fixed-header",
"description": "Turn your boring fixed header into a smart one with three lines of code.",
"private": false,
"version": "1.0.4",
"version": "0.9.0",
"type": "module",
"keywords": [
"vue",
Expand Down Expand Up @@ -57,16 +57,16 @@
"test:gui:container": "cypress open --component --env CONTAINER=\"custom\""
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"@types/node": "^20.5.0",
"@vitejs/plugin-vue": "^4.2.3",
"cypress": "^12.17.4",
"cypress-real-events": "^1.10.0",
"playwright-webkit": "~1.34.3",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.2",
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.1",
"cypress": "^13.5.1",
"cypress-real-events": "^1.11.0",
"cypress-wait-frames": "^0.9.4",
"playwright-webkit": "~1.39.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vue": "^3.3.8",
"vue-tsc": "^1.8.22"
}
}
Loading

0 comments on commit 89d3d9a

Please sign in to comment.