Skip to content

Commit

Permalink
chore: upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Mar 2, 2025
1 parent 95ee51b commit d317409
Show file tree
Hide file tree
Showing 7 changed files with 898 additions and 1,094 deletions.
32 changes: 16 additions & 16 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.12",
"@changesets/cli": "^2.28.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "9.20.0",
"@eslint/js": "9.21.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
Expand All @@ -40,37 +40,37 @@
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/vue": "^8.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.4",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"@types/node": "^22.13.8",
"@vitest/coverage-v8": "^3.0.7",
"@vitest/ui": "^3.0.7",
"@vue/compiler-dom": "^3.5.13",
"concurrently": "^9.1.2",
"consola": "^3.4.0",
"eslint": "9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint": "9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-n": "^17.16.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-promise": "^7.2.1",
"filesize": "^10.1.6",
"flush-promises": "^1.0.2",
"fs-extra": "^11.3.0",
"globals": "^15.15.0",
"globals": "^16.0.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.5.1",
"rollup": "^4.34.7",
"pkg-pr-new": "^0.0.40",
"prettier": "^3.5.2",
"rollup": "^4.34.9",
"rollup-plugin-dts": "^6.1.1",
"terser": "^5.39.0",
"tslint-config-prettier": "^1.18.0",
"tsx": "^4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.24.0",
"tsx": "^4.19.3",
"typescript": "5.8.2",
"typescript-eslint": "^8.25.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5",
"vitest": "^3.0.7",
"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,12 +41,12 @@
"dist/*.d.ts"
],
"dependencies": {
"@formwerk/devtools": "workspace:*",
"@internationalized/date": "^3.7.0",
"@standard-schema/spec": "1.0.0",
"@standard-schema/utils": "^0.3.0",
"klona": "^2.0.6",
"type-fest": "^4.34.1",
"@formwerk/devtools": "workspace:*"
"type-fest": "^4.36.0"
},
"peerDependencies": {
"vue": ">=3.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"dist/*.d.ts"
],
"dependencies": {
"klona": "^2.0.6",
"type-fest": "^4.34.1",
"@vue/devtools-api": "^7.7.2",
"@vue/devtools-kit": "^7.7.2"
"@vue/devtools-kit": "^7.7.2",
"klona": "^2.0.6",
"type-fest": "^4.36.0"
}
}
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.4",
"valibot": "1.0.0-rc.1",
"arktype": "2.1.2",
"valibot": "1.0.0-rc.3",
"zod": "^3.24.2"
}
}
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
},
"dependencies": {
"@formwerk/core": "workspace:*",
"@tailwindcss/postcss": "^4.0.6",
"fuse.js": "^7.1.0",
"tailwindcss": "^4.0.6",
"@internationalized/date": "^3.7.0",
"@tailwindcss/postcss": "^4.0.9",
"fuse.js": "^7.1.0",
"tailwindcss": "^4.0.9",
"vue": "^3.5.13",
"vue-i18n": "^11.1.1",
"yup": "^1.6.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vue-tsc": "^2.2.2"
"typescript": "^5.8.2",
"vite": "^6.2.0",
"vue-tsc": "^2.2.6"
}
}
4 changes: 3 additions & 1 deletion packages/playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const isNotificationsEnabled = ref(false);

<template>
<div class="">
<DateField name="birthdate" label="Birth Date" :value="value" :min="min" :max="max" />

<!-- <h2 class="text-2xl font-bold mb-6">Fields Outside Form</h2>
<InputText name="username" label="Username" placeholder="Enter username" />
<InputNumber name="age" label="Age" :min="0" :max="120" />
Expand Down Expand Up @@ -55,6 +57,6 @@ const isNotificationsEnabled = ref(false);
placeholder="Enter notification name"
/> -->

<AllForm />
<!-- <AllForm /> -->
</div>
</template>
Loading

0 comments on commit d317409

Please sign in to comment.