Skip to content

Commit

Permalink
chore: update packages (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Oct 9, 2024
1 parent 21304df commit f760843
Show file tree
Hide file tree
Showing 5 changed files with 760 additions and 629 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import eslint from '@eslint/js'
import tseslint from 'typescript-eslint'
import vitest from 'eslint-plugin-vitest'
import vitest from '@vitest/eslint-plugin'
import eslintConfigPrettier from 'eslint-config-prettier'

export default tseslint.config(
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@eslint/js": "^9.6.0",
"@polka/url": "^1.0.0-next.25",
"@changesets/cli": "^2.27.9",
"@eslint/js": "^9.12.0",
"@polka/url": "^1.0.0-next.28",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.9",
"@types/node": "^20.16.11",
"@types/throttle-debounce": "^5.0.2",
"eslint": "^8.57.0",
"@vitest/eslint-plugin": "^1.1.7",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vitest": "^0.5.4",
"mrmime": "^2.0.0",
"node-fetch": "^3.3.2",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"throttle-debounce": "^5.0.2",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.2",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8",
"vitest": "^1.6.0",
"vitest-github-actions-reporter": "^0.11.1"
},
Expand All @@ -70,5 +70,5 @@
"fs-extra": "^11.1.0",
"picocolors": "^1.0.0"
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.12.1"
}
Loading

0 comments on commit f760843

Please sign in to comment.