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] authored Dec 28, 2024
1 parent face1f4 commit 7f69f2e
Show file tree
Hide file tree
Showing 11 changed files with 2,113 additions and 2,055 deletions.
8 changes: 4 additions & 4 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@nuxt/devtools": "latest",
"nuxt": "^3.14.159",
"nuxt": "^3.15.0",
"runtime-compat-data": "workspace:^"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/eslint-config": "^0.7.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.17"
}
}
2 changes: 1 addition & 1 deletion generator/runtimes/edge-light/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"unbuild": {
"entries": [
Expand Down
4 changes: 2 additions & 2 deletions generator/runtimes/fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"type": "module",
"dependencies": {
"@fastly/js-compute": "^3.26.0",
"@fastly/js-compute": "^3.28.0",
"unbuild": "^2.0.0",
"start-server-and-test": "^2.0.8"
"start-server-and-test": "^2.0.9"
},
"scripts": {
"build": "unbuild && js-compute-runtime ./dist/handler.mjs ./bin/main.wasm",
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/llrt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"unbuild": {
"entries": [
Expand Down
4 changes: 2 additions & 2 deletions generator/runtimes/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "start-server-and-test start-server http://localhost:8888 run"
},
"devDependencies": {
"start-server-and-test": "^2.0.8",
"netlify-cli": "^17.37.2"
"start-server-and-test": "^2.0.9",
"netlify-cli": "^17.38.1"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"unbuild": {
"entries": [
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/wasmer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"dependencies": {
"unbuild": "^2.0.0",
"start-server-and-test": "^2.0.8"
"start-server-and-test": "^2.0.9"
},
"scripts": {
"build": "unbuild",
Expand Down
8 changes: 4 additions & 4 deletions generator/runtimes/workerd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"@cloudflare/workers-types": "^4.20241224.0",
"unbuild": "^2.0.0",
"typescript": "^5.6.3",
"workerd": "^1.20241106.1",
"start-server-and-test": "^2.0.8"
"typescript": "^5.7.2",
"workerd": "^1.20241224.0",
"start-server-and-test": "^2.0.9"
},
"unbuild": {
"entries": [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"website": "pnpm run --filter \"website\" dev"
},
"devDependencies": {
"@mdn/browser-compat-data": "^5.6.14",
"@types/node": "^22.9.0",
"@mdn/browser-compat-data": "^5.6.26",
"@types/node": "^22.10.2",
"automd": "^0.3.12",
"eslint": "^9.14.0",
"eslint-config-unjs": "^0.4.1",
"prettier": "^3.3.3"
"eslint": "^9.17.0",
"eslint-config-unjs": "^0.4.2",
"prettier": "^3.4.2"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.15.2"
}
2 changes: 1 addition & 1 deletion packages/runtime-compat-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"author": "Matt Kane <[email protected]>",
"license": "CC0-1.0",
"devDependencies": {
"vitest": "^2.1.4"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 7f69f2e

Please sign in to comment.