Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 27, 2025
1 parent 7eebf69 commit 04b8068
Show file tree
Hide file tree
Showing 6 changed files with 431 additions and 409 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"ci:tag": "tsx ./scripts/tag-release.ts"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@changesets/cli": "^2.27.12",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "9.18.0",
"@eslint/js": "9.19.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
Expand All @@ -40,17 +40,17 @@
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/vue": "^8.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.1",
"@vitest/ui": "^3.0.1",
"@types/node": "^22.10.10",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/ui": "^3.0.4",
"@vue/compiler-dom": "^3.5.13",
"concurrently": "^9.1.2",
"consola": "^3.4.0",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-promise": "^7.2.1",
"filesize": "^10.1.6",
"flush-promises": "^1.0.2",
Expand All @@ -59,18 +59,18 @@
"gzip-size": "^7.0.0",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.3",
"pkg-pr-new": "^0.0.39",
"prettier": "^3.4.2",
"rollup": "^4.30.1",
"rollup": "^4.32.0",
"rollup-plugin-dts": "^6.1.1",
"terser": "^5.37.0",
"tslint-config-prettier": "^1.18.0",
"tsx": "^4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.20.0",
"typescript-eslint": "^8.21.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.1",
"vitest": "^3.0.4",
"vitest-axe": "1.0.0-pre.3",
"vitest-dom": "^0.1.1",
"vue": "^3.5.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"dist/*.d.ts"
],
"dependencies": {
"@standard-schema/spec": "1.0.0-rc.0",
"@standard-schema/spec": "1.0.0",
"@standard-schema/utils": "^0.3.0",
"klona": "^2.0.6",
"type-fest": "^4.32.0"
"type-fest": "^4.33.0"
},
"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 @@ -3,8 +3,8 @@
"private": true,
"dependencies": {
"@formwerk/core": "workspace:*",
"arktype": "2.0.0-rc.33",
"valibot": "1.0.0-beta.12",
"arktype": "2.0.3",
"valibot": "1.0.0-beta.14",
"zod": "^3.24.1"
}
}
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "@test-utils",
"private": true,
"devDependencies": {
"@standard-schema/spec": "1.0.0-rc.0"
"@standard-schema/spec": "1.0.0"
}
}
Loading

0 comments on commit 04b8068

Please sign in to comment.