Skip to content

Commit

Permalink
dep: ESLint 9, Vitest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
syldium committed Jul 26, 2024
1 parent c250480 commit ad1222f
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 931 deletions.
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"**/dist"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.91.1.wasm",
"https://plugins.dprint.dev/typescript-0.91.4.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm"
]
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "worldgen",
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.6.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down Expand Up @@ -32,30 +32,30 @@
"use-local-storage-state": "^19.3.1"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@eslint/js": "^9.7.0",
"@rollup/pluginutils": "^5.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/file-saver": "^2.0.7",
"@types/leaflet": "^1.9.12",
"@types/node": "^20.14.6",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.3.1",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"dprint": "^0.46.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.0",
"dprint": "^0.47.2",
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "5.1.0-rc-14a4699f-20240725",
"jsdom": "^24.1.1",
"react-select-event": "^5.5.1",
"sass": "^1.77.6",
"sass": "^1.77.8",
"tslib": "^2.6.3",
"typescript": "~5.5.2",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"typescript": "~5.5.4",
"typescript-eslint": "8.0.0-alpha.54",
"vite": "^5.3.5",
"vitest": "^2.0.4"
}
}
Loading

0 comments on commit ad1222f

Please sign in to comment.