Skip to content

Commit

Permalink
chore: upgrade dependencies and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 17, 2025
1 parent e80b737 commit ca35e75
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 1,050 deletions.
28 changes: 14 additions & 14 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.14.3+sha256.652c47dac7c2b9350db4cdb9330c087d527114a0c2dff4cbac7ea9b96be928bd",
"packageManager": "pnpm@10.0.0+sha256.43abf6e720fb7bc53c591b0862605c7d323d0a9d2dd33bcac07b062e13cf4948",
"homepage": "https://formwerk.dev",
"repository": "https://github.com/formwerkjs/formwerk",
"scripts": {
Expand All @@ -31,7 +31,7 @@
"@changesets/cli": "^2.27.11",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "9.17.0",
"@eslint/js": "9.18.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
Expand All @@ -40,26 +40,26 @@
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/vue": "^8.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.5",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.1",
"@vitest/ui": "^3.0.1",
"@vue/compiler-dom": "^3.5.13",
"concurrently": "^9.1.2",
"consola": "^3.3.3",
"eslint": "9.17.0",
"eslint-config-prettier": "^9.1.0",
"consola": "^3.4.0",
"eslint": "9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-promise": "^7.2.1",
"filesize": "^10.1.6",
"flush-promises": "^1.0.2",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"globals": "^15.14.0",
"gzip-size": "^7.0.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.3.0",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.1",
"pkg-pr-new": "^0.0.39",
"prettier": "^3.4.2",
"rollup": "^4.30.1",
Expand All @@ -68,9 +68,9 @@
"tslint-config-prettier": "^1.18.0",
"tsx": "^4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.19.1",
"typescript-eslint": "^8.20.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"vitest": "^3.0.1",
"vitest-axe": "1.0.0-pre.3",
"vitest-dom": "^0.1.1",
"vue": "^3.5.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/ecosystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@formwerk/core": "workspace:*",
"arktype": "2.0.0-rc.33",
"valibot": "1.0.0-beta.11",
"valibot": "1.0.0-beta.12",
"zod": "^3.24.1"
}
}
Loading

0 comments on commit ca35e75

Please sign in to comment.