Skip to content

Commit 48e06a1

Browse files
authored
chore(deps): update Vue dep & remove unused release dep (#1979)
* chore(deps): update Vue dep & remove unused release dep
1 parent 0744e75 commit 48e06a1

4 files changed

Lines changed: 135 additions & 134 deletions

File tree

demos/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"bootstrap": "catalog:",
3232
"dompurify": "catalog:",
3333
"i18next": "catalog:",
34-
"i18next-vue": "^5.3.0",
34+
"i18next-vue": "catalog:",
3535
"rxjs": "catalog:",
3636
"slickgrid-vue": "workspace:*",
37-
"vue": "^3.5.13",
37+
"vue": "catalog:",
3838
"vue-router": "^4.5.1"
3939
},
4040
"devDependencies": {
4141
"@4tw/cypress-drag-drop": "catalog:",
4242
"@types/fnando__sparkline": "catalog:",
43-
"@vitejs/plugin-vue": "^5.2.4",
43+
"@vitejs/plugin-vue": "catalog:",
4444
"cypress": "catalog:",
4545
"cypress-real-events": "catalog:",
4646
"sass": "catalog:",

frameworks/slickgrid-vue/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
"vue:dev": "cross-env NODE_ENV=development vite build --watch",
5252
"vue:dev:init": "vite build",
5353
"build": "pnpm clean && vue-tsc --p ./tsconfig.app.json && vite build --sourcemap",
54-
"preview:release": "release --dry-run --skip-checks --npm-client pnpm --build-script build",
55-
"release": "release --npm-client pnpm --build-script build",
5654
"type-check": "vue-tsc --build --force"
5755
},
5856
"dependencies": {
@@ -71,16 +69,15 @@
7169
"vue": ">=3.5.0"
7270
},
7371
"devDependencies": {
74-
"@gc-utils/release": "^0.1.5",
75-
"@vitejs/plugin-vue": "^5.2.4",
72+
"@vitejs/plugin-vue": "catalog:",
7673
"cross-env": "catalog:",
7774
"i18next": "catalog:",
78-
"i18next-vue": "^5.3.0",
75+
"i18next-vue": "catalog:",
7976
"sass": "catalog:",
8077
"typescript": "catalog:",
8178
"vite": "catalog:",
8279
"vite-plugin-dts": "^4.5.3",
83-
"vue": "^3.5.13",
80+
"vue": "catalog:",
8481
"vue-tsc": "^2.2.10"
8582
}
8683
}

0 commit comments

Comments
 (0)