Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 30, 2023
1 parent c1f901d commit c1bbe91
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions examples/basic/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@hattip/adapter-cloudflare-workers": "workspace:*",
"@hattip/adapter-node": "workspace:*",
"@types/node": "^20.5.7",
"wrangler": "^3.6.0"
"@types/node": "^20.10.6",
"wrangler": "^3.22.1"
}
}
10 changes: 5 additions & 5 deletions examples/cli/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "node dist/server/index.js"
},
"dependencies": {
"@hattip/adapter-node": "0.0.34",
"@hattip/core": "0.0.34",
"@hattip/vite": "0.0.34",
"hono": "^3.5.5",
"vite": "^4.4.9"
"@hattip/adapter-node": "0.0.37",
"@hattip/core": "0.0.37",
"@hattip/vite": "0.0.37",
"hono": "^3.11.11",
"vite": "^4.5.1"
}
}
10 changes: 5 additions & 5 deletions examples/cli/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "node dist/server/index.js"
},
"dependencies": {
"@hattip/adapter-node": "0.0.34",
"@hattip/response": "0.0.34",
"@hattip/router": "0.0.34",
"@hattip/vite": "0.0.34",
"vite": "^4.4.9"
"@hattip/adapter-node": "0.0.37",
"@hattip/response": "0.0.37",
"@hattip/router": "0.0.37",
"@hattip/vite": "0.0.37",
"vite": "^4.5.1"
}
}
24 changes: 12 additions & 12 deletions examples/vavite/vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"start:bun": "bun run-bun.js"
},
"dependencies": {
"@hattip/adapter-bun": "^0.0.34",
"@hattip/adapter-node": "^0.0.34",
"@hattip/compose": "^0.0.34",
"@types/express": "^4.17.17",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@hattip/adapter-bun": "^0.0.37",
"@hattip/adapter-node": "^0.0.37",
"@hattip/compose": "^0.0.37",
"@types/express": "^4.17.21",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vavite": "2.0.2",
"vite": "^4.4.9",
"vite-plugin-ssr": "^0.4.139"
"vite": "^4.5.1",
"vite-plugin-ssr": "^0.4.142"
}
}
6 changes: 3 additions & 3 deletions testbed/basic/fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"author": "you@example.com",
"type": "module",
"devDependencies": {
"@fastly/compute-js-static-publish": "^5.1.1"
"@fastly/compute-js-static-publish": "^5.2.1"
},
"dependencies": {
"@fastly/js-compute": "^3.3.1"
"@fastly/js-compute": "^3.7.3"
},
"engines": {
"node": ">=v18.17.1"
"node": ">=18.19.0"
},
"license": "UNLICENSED",
"private": true,
Expand Down

0 comments on commit c1bbe91

Please sign in to comment.