Skip to content

Commit 3c8dc66

Browse files
committed
chore: relax ipx version constraint
1 parent c7531e0 commit 3c8dc66

2 files changed

Lines changed: 110 additions & 63 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@vue/test-utils": "^2.3.2",
4646
"eslint": "8.41.0",
4747
"globby": "^13.1.4",
48+
"ipx": "1.1.0",
4849
"jiti": "1.18.2",
4950
"nuxt": "^3.5.1",
5051
"nuxt-vitest": "^0.7.2",
@@ -55,7 +56,7 @@
5556
"vue-tsc": "^1.6.5"
5657
},
5758
"optionalDependencies": {
58-
"ipx": "1.1.0"
59+
"ipx": "^1.1.0"
5960
},
6061
"packageManager": "pnpm@8.5.1",
6162
"resolutions": {

0 commit comments

Comments
 (0)