Skip to content

Commit ec9521f

Browse files
committed
add pnpm workspace overrides for dependency versions
1 parent 5297e58 commit ec9521f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
overrides:
2+
'@eslint/plugin-kit@<0.3.4': '>=0.3.4'
3+
'@intlify/core-base@>=10.0.0 <10.0.8': '>=10.0.8'
4+
'@intlify/core@>=10.0.0 <10.0.8': '>=10.0.8'
5+
'@nuxt/devtools@<2.6.4': '>=2.6.4'
6+
'@nuxtjs/mdc@<0.17.2': '>=0.17.2'
7+
axios@>=1.0.0 <1.12.0: '>=1.12.0'
8+
brace-expansion@>=2.0.0 <=2.0.1: '>=2.0.2'
9+
form-data@>=4.0.0 <4.0.4: '>=4.0.4'
10+
ipx@>=2.0.0-0 <2.1.1: '>=2.1.1'
11+
koa@>=2.0.0 <2.16.2: '>=2.16.2'
12+
nuxt@>=3.6.0 <3.19.0: '>=3.19.0'
13+
tar-fs@>=2.0.0 <2.1.4: '>=2.1.4'
14+
tar-fs@>=3.0.0 <3.1.1: '>=3.1.1'
15+
vite@>=7.1.0 <=7.1.10: '>=7.1.11'
16+
vite@>=7.1.0 <=7.1.4: '>=7.1.5'
17+
vue-i18n@>=10.0.0 <10.0.8: '>=10.0.8'

0 commit comments

Comments
 (0)