Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 23, 2024
1 parent 9141f74 commit 4f9b891
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 335 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"type": "module",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.8.0",
"homepage": "https://formwerk.dev",
"repository": "https://github.com/formwerkjs/formwerk",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/vue": "^8.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.2.0",
"@types/node": "^22.5.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@vue/compiler-dom": "^3.4.34",
Expand All @@ -50,23 +50,23 @@
"fs-extra": "^11.2.0",
"globals": "^15.9.0",
"gzip-size": "^7.0.0",
"husky": "^9.1.4",
"husky": "^9.1.5",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"pkg-pr-new": "^0.0.20",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"rollup": "^4.21.0",
"rollup-plugin-dts": "^6.1.1",
"terser": "^5.31.5",
"terser": "^5.31.6",
"tslint-config-prettier": "^1.18.0",
"tsx": "^4.17.0",
"typescript": "5.5.4",
"typescript-eslint": "^8.0.1",
"typescript-eslint": "^8.2.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.2"
"vue": "^3.5.0-beta.3"
},
"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.24.0",
"vue": "^3.5.0-beta.2"
"type-fest": "^4.25.0",
"vue": "^3.5.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@formwerk/core": "workspace:*",
"@formwerk/schema-yup": "workspace:*",
"@formwerk/schema-zod": "workspace:*",
"tailwindcss": "^3.4.9",
"vue": "^3.5.0-beta.2",
"tailwindcss": "^3.4.10",
"vue": "^3.5.0-beta.3",
"yup": "^1.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.2",
"vue-tsc": "^2.0.29"
}
}
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.24.0",
"type-fest": "^4.25.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.24.0",
"type-fest": "^4.25.0",
"zod": "^3.23.8"
},
"author": "",
Expand Down
Loading

0 comments on commit 4f9b891

Please sign in to comment.