Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Dec 3, 2024
1 parent 6517d05 commit de53d13
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 49 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/bun-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@types/bun": "latest",
"std-env": "^3.7.0",
"typia": "^6.11.3"
"std-env": "^3.8.0",
"typia": "^7.0.1"
},
"peerDependencies": {
"ts-patch": "^3.2.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"devDependencies": {
"@ryoppippi/unplugin-typia": "workspace:*",
"@types/node": "^20.17.5",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"ts-patch": "^3.2.1",
"tslib": "^2.8.1",
"type-fest": "^4.26.1",
"typescript": "~5.5.4",
"typia": "^6.11.3"
"type-fest": "^4.30.0",
"typescript": "~5.7.2",
"typia": "^7.0.1"
}
}
16 changes: 8 additions & 8 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"shiki": "^1.22.2",
"svelte": "^5.1.9",
"svelte-check": "^3.8.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"shiki": "^1.24.0",
"svelte": "^5.4.0",
"svelte-check": "^4.1.0",
"ts-patch": "^3.2.1",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"typia": "^6.11.3",
"vite": "^5.4.10"
"typescript": "~5.7.2",
"typia": "^7.0.1",
"vite": "^6.0.2"
},
"type": "module",
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions examples/vite-hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"prepare": "ts-patch install && typia patch"
},
"dependencies": {
"hono": "^4.6.8",
"uuid": "^9.0.1"
"hono": "^4.6.12",
"uuid": "^11.0.3"
},
"devDependencies": {
"@hono/typia-validator": "^0.0.5",
"@hono/vite-cloudflare-pages": "^0.4.2",
"@hono/vite-dev-server": "^0.12.2",
"@hono/vite-dev-server": "^0.17.0",
"@ryoppippi/unplugin-typia": "workspace:*",
"ts-patch": "^3.2.1",
"typescript": "~5.5.4",
"typia": "^6.11.3",
"vite": "^5.4.10"
"typescript": "~5.7.2",
"typia": "^7.0.1",
"vite": "^6.0.2"
}
}
14 changes: 7 additions & 7 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.1"
"uuid": "^11.0.3"
},
"devDependencies": {
"@ryoppippi/unplugin-typia": "workspace:*",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.3.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"ts-patch": "^3.2.1",
"typescript": "~5.5.4",
"typia": "^6.11.3",
"vite": "^5.4.10",
"vite-plugin-inspect": "^0.8.7"
"typescript": "~5.7.2",
"typia": "^7.0.1",
"vite": "^6.0.2",
"vite-plugin-inspect": "^0.10.3"
}
}
10 changes: 5 additions & 5 deletions examples/webpack-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "webpack-minimal",
"private": true,
"devDependencies": {
"@types/node": "^20.17.5",
"@types/node": "^20.17.9",
"@webpack-cli/generators": "^3.0.7",
"html-webpack-plugin": "^5.6.3",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"tsx": "^4.19.2",
"typescript": "~5.5.4",
"webpack": "^5.96.1",
"typescript": "~5.7.2",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"workbox-webpack-plugin": "^7.3.0"
Expand All @@ -28,6 +28,6 @@
"dependencies": {
"@ryoppippi/unplugin-typia": "workspace:*",
"cross-env": "^7.0.3",
"typia": "^6.11.3"
"typia": "^7.0.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"vite-vanilla",
"workerd"
],
"packageManager": "[email protected].33",
"packageManager": "[email protected].38",
"private": true
}
32 changes: 16 additions & 16 deletions packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,31 @@
"defu": "^6.1.4",
"diff-match-patch": "^1.0.5",
"find-cache-dir": "^5.0.0",
"magic-string": "^0.30.12",
"magic-string": "^0.30.14",
"pathe": "^1.1.2",
"pkg-types": "^1.2.1",
"type-fest": "^4.26.1",
"typescript": "~5.5.4",
"typia": "^6.11.3",
"unplugin": "^1.15.0"
"type-fest": "^4.30.0",
"typescript": "~5.7.2",
"typia": "^7.0.1",
"unplugin": "^1.16.0"
},
"devDependencies": {
"@antfu/ni": "^0.22.4",
"@antfu/ni": "^0.23.1",
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.23",
"@std/collections": "npm:@jsr/[email protected]",
"@types/bun": "^1.1.12",
"@types/bun": "^1.1.14",
"@types/diff-match-patch": "^1.0.36",
"@types/node": "^20.17.5",
"@types/node": "^20.17.9",
"@vue-macros/test-utils": "^1.7.0",
"bumpp": "^9.8.0",
"dax-sh": "^0.41.0",
"esbuild": "^0.23.1",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"rollup": "^4.24.3",
"bumpp": "^9.8.1",
"dax-sh": "^0.42.0",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"rollup": "^4.28.0",
"ts-patch": "^3.2.1",
"vite": "^5.4.10",
"vitest": "^2.1.4"
"vite": "^6.0.2",
"vitest": "^2.1.8"
},
"access": "public"
}

0 comments on commit de53d13

Please sign in to comment.