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 May 24, 2024
1 parent 5a688f0 commit baa2d4d
Show file tree
Hide file tree
Showing 7 changed files with 1,579 additions and 2,688 deletions.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"runtime-compat-data": "workspace:^"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.10",
"@nuxt/eslint-config": "^0.3.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/edge-light/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
}
},
"dependencies": {
"edge-runtime": "^2.5.9"
"edge-runtime": "^2.5.10"
}
}
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.13.1",
"@fastly/js-compute": "^3.14.2",
"unbuild": "^2.0.0",
"start-server-and-test": "^2.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"start-server-and-test": "^2.0.3",
"netlify-cli": "^17.23.1"
"netlify-cli": "^17.23.8"
},
"keywords": [],
"author": "",
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.5.23",
"@types/node": "^20.12.7",
"@mdn/browser-compat-data": "^5.5.29",
"@types/node": "^20.12.12",
"automd": "^0.3.7",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"eslint-config-unjs": "^0.3.1",
"prettier": "^3.2.5"
},
"packageManager": "pnpm@9.0.6"
"packageManager": "pnpm@9.1.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 <m@mk.gg>",
"license": "CC0-1.0",
"devDependencies": {
"vitest": "^1.5.2"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit baa2d4d

Please sign in to comment.