Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/playgrounds/vite-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "19.2.5"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/node": "catalog:",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/basic-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/basic-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"arkenv": "^0.12.2",
"arkenv": "^0.12.3",
"arktype": "^2.2.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"arkenv": "^0.12.2",
"arkenv": "^0.12.3",
"arktype": "^2.2.0"
},
"devDependencies": {
Expand Down
14 changes: 10 additions & 4 deletions examples/with-bun-react/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/with-bun-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"@arkenv/bun-plugin": "^0.1.10",
"arkenv": "^0.12.2",
"@arkenv/bun-plugin": "^0.1.13",
"arkenv": "^0.12.3",
"arktype": "^2.2.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-bun/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/with-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"arkenv": "^0.12.2",
"arkenv": "^0.12.3",
"arktype": "^2.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-nextjs-strict/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@arkenv/nextjs": "^0.1.3",
"arkenv": "^0.12.2",
"@arkenv/nextjs": "^0.1.5",
"arkenv": "^0.12.3",
"arktype": "^2.2.0",
"next": "^16.2.6",
"react": "^19.2.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@arkenv/nextjs": "^0.1.3",
"arkenv": "^0.12.2",
"@arkenv/nextjs": "^0.1.5",
"arkenv": "^0.12.3",
"arktype": "^2.2.0",
"next": "^16.2.6",
"react": "^19.2.5",
Expand Down
26 changes: 13 additions & 13 deletions examples/with-nuxt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/with-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@arkenv/nuxt": "^0.0.5",
"arkenv": "^0.12.2",
"@arkenv/nuxt": "^0.1.1",
"arkenv": "^0.12.3",
"arktype": "^2.2.0",
"nuxt": "^4.4.8"
},
Expand Down
18 changes: 9 additions & 9 deletions examples/with-solid-start/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/with-solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"start": "vinxi start"
},
"dependencies": {
"@arkenv/vite-plugin": "^0.1.4",
"@arkenv/vite-plugin": "^0.1.5",
"@solidjs/start": "1.3.2",
"arkenv": "^0.12.2",
"arkenv": "^0.12.3",
"arktype": "^2.2.0",
"solid-js": "1.9.12",
"vinxi": "0.5.11"
Expand Down
8 changes: 4 additions & 4 deletions examples/with-standard-schema/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/with-standard-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"arkenv": "^0.12.2",
"arkenv": "^0.12.3",
"arktype": "^2.2.0",
"zod": "^4.4.1"
},
Expand Down
18 changes: 9 additions & 9 deletions examples/with-vite-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/with-vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"@arkenv/vite-plugin": "^0.1.4",
"arkenv": "^0.12.2",
"@arkenv/vite-plugin": "^0.1.5",
"arkenv": "^0.12.3",
"arktype": "^2.2.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"rimraf": "catalog:",
"turbo": "2.10.5",
"turbo": "2.10.7",
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@11.10.0"
"packageManager": "pnpm@11.20.0"
}
Loading
Loading