Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 29, 2024
1 parent 08d5db3 commit e54a226
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 300 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"package.json"
],
"dependencies": {
"globals": "^15.0.0"
"globals": "^15.6.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@stylistic/eslint-plugin-js": "^1.7.0",
"@stylistic/eslint-plugin-js": "^1.8.1",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"eslint": "^9.0.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"eslint-plugin-n": "^17.9.0",
"svelte": "^4.2.12",
"typescript": "^5.4.4",
"typescript-eslint": "^7.6.0"
"eslint-plugin-svelte": "^2.41.0",
"svelte": "^4.2.18",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1"
},
"peerDependencies": {
"@stylistic/eslint-plugin-js": ">= 1",
"eslint": ">= 9",
"eslint-config-prettier": ">= 9",
"eslint-plugin-svelte": ">= 2.36",
"eslint-plugin-n": ">= 17",
"eslint-plugin-svelte": ">= 2.36",
"typescript": ">= 5",
"typescript-eslint": ">= 7.5"
},
Expand Down
Loading

0 comments on commit e54a226

Please sign in to comment.