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 Nov 20, 2024
1 parent face1f4 commit 610a7e8
Show file tree
Hide file tree
Showing 6 changed files with 1,223 additions and 1,228 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.14.1592",
"runtime-compat-data": "workspace:^"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/eslint-config": "^0.7.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.15"
}
}
2 changes: 1 addition & 1 deletion generator/runtimes/fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"dependencies": {
"@fastly/js-compute": "^3.26.0",
"@fastly/js-compute": "^3.27.2",
"unbuild": "^2.0.0",
"start-server-and-test": "^2.0.8"
},
Expand Down
4 changes: 2 additions & 2 deletions generator/runtimes/workerd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"@cloudflare/workers-types": "^4.20241112.0",
"unbuild": "^2.0.0",
"typescript": "^5.6.3",
"workerd": "^1.20241106.1",
"workerd": "^1.20241112.0",
"start-server-and-test": "^2.0.8"
},
"unbuild": {
Expand Down
8 changes: 4 additions & 4 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.17",
"@types/node": "^22.9.1",
"automd": "^0.3.12",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-unjs": "^0.4.1",
"prettier": "^3.3.3"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.14.1"
}
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.5"
}
}
Loading

0 comments on commit 610a7e8

Please sign in to comment.