Skip to content

Commit f78d019

Browse files
authored
Merge pull request #94 from formio/FIO-10545
FIO-10545: update @formio/js peerDependencies
2 parents cad9b2c + baac5c3 commit f78d019

File tree

5 files changed

+1700
-43
lines changed

5 files changed

+1700
-43
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"type": "module",
99
"scripts": {
1010
"build": "vite build && tsc",
11-
"prepublish": "npm run build"
11+
"prepublish": "npm run build",
12+
"test": "NODE_OPTIONS='--unhandled-rejections=warn' vitest run"
1213
},
1314
"repository": {
1415
"type": "git",
@@ -26,20 +27,24 @@
2627
"homepage": "https://github.com/formio/vue-formio#readme",
2728
"peerDependencies": {
2829
"@formio/core": "2.2.0",
29-
"@formio/js": "5.0.0-rc.69",
30+
"@formio/js": "^5.0.0",
3031
"vue": "^3.4.15"
3132
},
3233
"devDependencies": {
3334
"@formio/core": "2.2.0",
34-
"@formio/js": "5.0.0-rc.69",
35+
"@formio/js": "^5.0.0",
3536
"@types/node": "^18.17.5",
3637
"@types/vue": "^2.0.0",
38+
"@vitejs/plugin-vue": "^5.1.0",
3739
"@vue/compiler-sfc": "^3.4.15",
40+
"@vue/test-utils": "^2.4.3",
41+
"jsdom": "^24.0.0",
3842
"typescript": "^5.3.3",
3943
"typescript-eslint-parser": "^22.0.0",
4044
"vite": "^5.0.12",
4145
"vite-plugin-dts": "^3.7.2",
42-
"vite-tsconfig-paths": "^4.3.1"
46+
"vite-tsconfig-paths": "^4.3.1",
47+
"vitest": "^1.6.0"
4348
},
4449
"files": [
4550
"dist"

0 commit comments

Comments
 (0)