Skip to content

Commit

Permalink
chore: update packages (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 1, 2024
1 parent 35d7e65 commit 1bcd9fb
Show file tree
Hide file tree
Showing 4 changed files with 2,901 additions and 2,375 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/stylistic',
'plugin:vitest/recommended',
'plugin:vitest/legacy-recommended',
'prettier'
],
rules: {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -45,21 +45,21 @@
"@changesets/cli": "^2.27.1",
"@polka/url": "^1.0.0-next.25",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"@types/throttle-debounce": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vitest": "^0.3.26",
"eslint-plugin-vitest": "^0.5.4",
"mrmime": "^2.0.0",
"node-fetch": "^3.3.2",
"prettier": "^3.2.5",
"throttle-debounce": "^5.0.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.3",
"vitest-github-actions-reporter": "^0.11.1"
},
"dependencies": {
Expand All @@ -68,5 +68,5 @@
"fs-extra": "^11.1.0",
"picocolors": "^1.0.0"
},
"packageManager": "pnpm@8.15.5"
"packageManager": "pnpm@9.0.6"
}

0 comments on commit 1bcd9fb

Please sign in to comment.