Skip to content

Commit

Permalink
chore: upgrade rollup and eslint (#10960)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 30, 2023
1 parent 8b759b8 commit 8c4b74c
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 127 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"@sveltejs/eslint-config": "^6.0.4",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"eslint": "^8.45.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.31.0",
"eslint-plugin-unicorn": "^49.0.0",
"playwright": "1.30.0",
"prettier": "^2.8.0",
"rollup": "^3.7.0",
"rollup": "^3.29.4",
"svelte": "^4.2.2",
"typescript": "^4.9.4"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.0",
"engines": {
"pnpm": "^8.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@sveltejs/kit": "workspace:^",
"@types/node": "^16.18.6",
"@types/set-cookie-parser": "^2.4.2",
"rollup": "^3.7.0",
"rollup": "^3.29.4",
"typescript": "^4.9.4",
"vitest": "^0.34.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/set-cookie-parser": "^2.4.2",
"dts-buddy": "^0.2.4",
"marked": "^9.0.0",
"rollup": "^3.7.0",
"rollup": "^3.29.4",
"svelte": "^4.2.2",
"svelte-preprocess": "^5.0.4",
"typescript": "^4.9.4",
Expand Down
Loading

0 comments on commit 8c4b74c

Please sign in to comment.