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 2, 2024
1 parent face1f4 commit 99a1ecc
Show file tree
Hide file tree
Showing 9 changed files with 1,332 additions and 1,372 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.2",
"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/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
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
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
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
6 changes: 3 additions & 3 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.20241127.0",
"unbuild": "^2.0.0",
"typescript": "^5.6.3",
"workerd": "^1.20241106.1",
"typescript": "^5.7.2",
"workerd": "^1.20241127.0",
"start-server-and-test": "^2.0.8"
},
"unbuild": {
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.20",
"@types/node": "^22.10.1",
"automd": "^0.3.12",
"eslint": "^9.14.0",
"eslint-config-unjs": "^0.4.1",
"prettier": "^3.3.3"
"eslint": "^9.16.0",
"eslint-config-unjs": "^0.4.2",
"prettier": "^3.4.1"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.14.4"
}
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 <m@mk.gg>",
"license": "CC0-1.0",
"devDependencies": {
"vitest": "^2.1.4"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 99a1ecc

Please sign in to comment.