Skip to content

Commit

Permalink
Bump 2 (#628)
Browse files Browse the repository at this point in the history
* Update dependency @types/node to v20.11.25

* Update dependency @sveltejs/adapter-node to v5

* Update typescript-eslint monorepo to v7

* Update dependency esbuild to ^0.20.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
jycouet and renovate[bot] committed Mar 11, 2024
1 parent 25e8e33 commit 7707b33
Show file tree
Hide file tree
Showing 6 changed files with 728 additions and 170 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@vitest/coverage-v8": "^1.0.0",
"esbuild": "^0.19.5",
"esbuild": "^0.20.0",
"rimraf": "5.0.0",
"nx": "18.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kitql/templates/kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@kitql/helpers": "0.8.8",
"@theguild/eslint-config": "^0.11.1",
"@theguild/prettier-config": "2.0.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@vue/compiler-sfc": "3.4.7",
"commander": "^12.0.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/handles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@kitql/eslint-config": "workspace:*",
"@kitql/helpers": "workspace:*",
"@sveltejs/adapter-node": "^2.0.0",
"@sveltejs/adapter-node": "^5.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "2.3.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
Expand Down

0 comments on commit 7707b33

Please sign in to comment.