Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 22, 2024
1 parent 3ed83e0 commit d4b17f9
Show file tree
Hide file tree
Showing 3 changed files with 3,517 additions and 3,014 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idleberg/vite-plugin-valibot-env",
"version": "0.6.3",
"version": "0.6.4",
"exports": "./index.ts",
"publish": {
"include": [
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"devDependencies": {
"@lukeed/uuid": "^2.0.1",
"@types/node": "^18.19.33",
"eslint": "^9.3.0",
"eslint": "^9.7.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-unicorn": "^53.0.0",
"execa": "^8.0.1",
"husky": "^9.0.11",
"knip": "^5.17.3",
"eslint-plugin-unicorn": "^54.0.0",
"execa": "^9.3.0",
"husky": "^9.1.1",
"knip": "^5.26.0",
"lint-staged": "^15.2.5",
"np": "^10.0.5",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"np": "^10.0.7",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
"strip-ansi": "^7.1.0",
"tsm": "^2.3.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.17.0",
"uvu": "^0.5.6",
"valibot": "^0.36.0",
"vite": "^5.2.12"
"vite": "^5.3.4"
},
"peerDependencies": {
"valibot": "^0.30 || ^0.31 || ^0.32 || ^0.33 | ^0.34 || ^0.35 || ^0.36",
Expand Down
Loading

0 comments on commit d4b17f9

Please sign in to comment.