Skip to content

Commit

Permalink
chore: upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Feb 16, 2025
1 parent e3cc622 commit 48c428a
Show file tree
Hide file tree
Showing 5 changed files with 477 additions and 461 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@changesets/cli": "^2.27.12",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "9.19.0",
"@eslint/js": "9.20.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
Expand All @@ -40,13 +40,13 @@
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/vue": "^8.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.0",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/ui": "^3.0.4",
"@types/node": "^22.13.4",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"@vue/compiler-dom": "^3.5.13",
"concurrently": "^9.1.2",
"consola": "^3.4.0",
"eslint": "9.19.0",
"eslint": "9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
Expand All @@ -55,22 +55,22 @@
"filesize": "^10.1.6",
"flush-promises": "^1.0.2",
"fs-extra": "^11.3.0",
"globals": "^15.14.0",
"globals": "^15.15.0",
"gzip-size": "^7.0.0",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
"pkg-pr-new": "^0.0.39",
"prettier": "^3.4.2",
"rollup": "^4.34.0",
"prettier": "^3.5.1",
"rollup": "^4.34.7",
"rollup-plugin-dts": "^6.1.1",
"terser": "^5.37.0",
"terser": "^5.39.0",
"tslint-config-prettier": "^1.18.0",
"tsx": "^4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.22.0",
"typescript-eslint": "^8.24.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.4",
"vitest": "^3.0.5",
"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/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@standard-schema/spec": "1.0.0",
"@standard-schema/utils": "^0.3.0",
"klona": "^2.0.6",
"type-fest": "^4.33.0"
"type-fest": "^4.34.1"
},
"peerDependencies": {
"vue": ">=3.5.0"
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"valibot": "1.0.0-beta.14",
"zod": "^3.24.1"
"valibot": "1.0.0-rc.1",
"zod": "^3.24.2"
}
}
10 changes: 5 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"dependencies": {
"@formwerk/core": "workspace:*",
"@tailwindcss/postcss": "^4.0.6",
"fuse.js": "^7.0.0",
"fuse.js": "^7.1.0",
"tailwindcss": "^4.0.6",
"vue": "^3.5.13",
"vue-i18n": "^11.1.0",
"vue-i18n": "^11.1.1",
"yup": "^1.6.1",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
"vite": "^6.1.0",
"vue-tsc": "^2.2.2"
}
}
Loading

0 comments on commit 48c428a

Please sign in to comment.