Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 30, 2024
1 parent f15319d commit 5d9064c
Show file tree
Hide file tree
Showing 6 changed files with 520 additions and 510 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.9.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint/js": "^9.9.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/vue": "^8.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.0",
"@types/node": "^22.5.1",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@vue/compiler-dom": "^3.4.34",
"consola": "^3.2.3",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^17.10.2",
Expand All @@ -51,22 +51,22 @@
"globals": "^15.9.0",
"gzip-size": "^7.0.0",
"husky": "^9.1.5",
"jsdom": "^24.1.1",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"pkg-pr-new": "^0.0.20",
"prettier": "^3.3.3",
"rollup": "^4.21.0",
"rollup": "^4.21.2",
"rollup-plugin-dts": "^6.1.1",
"terser": "^5.31.6",
"tslint-config-prettier": "^1.18.0",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "5.5.4",
"typescript-eslint": "^8.2.0",
"typescript-eslint": "^8.3.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
"vitest-axe": "1.0.0-pre.3",
"vitest-dom": "^0.1.1",
"vue": "^3.5.0-beta.3"
"vue": "^3.5.0-rc.1"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"klona": "^2.0.6",
"type-fest": "^4.25.0",
"vue": "^3.5.0-beta.3"
"type-fest": "^4.26.0",
"vue": "^3.5.0-rc.1"
}
}
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@formwerk/schema-yup": "workspace:*",
"@formwerk/schema-zod": "workspace:*",
"tailwindcss": "^3.4.10",
"vue": "^3.5.0-beta.3",
"vue": "^3.5.0-rc.1",
"yup": "^1.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/schema-yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"@formwerk/core": "workspace:*",
"type-fest": "^4.25.0",
"type-fest": "^4.26.0",
"yup": "^1.3.2"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"dependencies": {
"@formwerk/core": "workspace:*",
"type-fest": "^4.25.0",
"type-fest": "^4.26.0",
"zod": "^3.23.8"
},
"author": "",
Expand Down
Loading

0 comments on commit 5d9064c

Please sign in to comment.