Skip to content

Commit 89d3d9a

Browse files
committed
Pkg - Up deps, remove terser
1 parent 8e7dbd4 commit 89d3d9a

File tree

3 files changed

+315
-374
lines changed

3 files changed

+315
-374
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-use-fixed-header",
33
"description": "Turn your boring fixed header into a smart one with three lines of code.",
44
"private": false,
5-
"version": "1.0.4",
5+
"version": "0.9.0",
66
"type": "module",
77
"keywords": [
88
"vue",
@@ -57,16 +57,16 @@
5757
"test:gui:container": "cypress open --component --env CONTAINER=\"custom\""
5858
},
5959
"devDependencies": {
60-
"@rollup/plugin-terser": "^0.4.3",
61-
"@types/node": "^20.5.0",
62-
"@vitejs/plugin-vue": "^4.2.3",
63-
"cypress": "^12.17.4",
64-
"cypress-real-events": "^1.10.0",
65-
"playwright-webkit": "~1.34.3",
66-
"typescript": "^5.1.6",
67-
"vite": "^4.4.9",
68-
"vite-plugin-dts": "^3.5.2",
69-
"vue": "^3.3.4",
70-
"vue-tsc": "^1.8.8"
60+
"@types/node": "^20.9.0",
61+
"@vitejs/plugin-vue": "^4.4.1",
62+
"cypress": "^13.5.1",
63+
"cypress-real-events": "^1.11.0",
64+
"cypress-wait-frames": "^0.9.4",
65+
"playwright-webkit": "~1.39.0",
66+
"typescript": "^5.2.2",
67+
"vite": "^4.5.0",
68+
"vite-plugin-dts": "^3.6.3",
69+
"vue": "^3.3.8",
70+
"vue-tsc": "^1.8.22"
7171
}
7272
}

0 commit comments

Comments
 (0)