Skip to content

Commit

Permalink
dep: update
Browse files Browse the repository at this point in the history
  • Loading branch information
syldium committed Jun 10, 2024
1 parent caffa32 commit a9f0899
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 509 deletions.
26 changes: 13 additions & 13 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": "[email protected].0",
"packageManager": "[email protected].3",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -29,33 +29,33 @@
"react-hot-toast": "^2.4.1",
"react-select": "^5.8.0",
"react-window": "^1.8.10",
"use-local-storage-state": "^19.2.0"
"use-local-storage-state": "^19.3.0"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@rollup/pluginutils": "^5.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@types/file-saver": "^2.0.7",
"@types/leaflet": "^1.9.12",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.1",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"dprint": "^0.45.1",
"dprint": "^0.46.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"react-select-event": "^5.5.1",
"sass": "^1.77.0",
"tslib": "^2.6.2",
"sass": "^1.77.4",
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.11",
"typescript-eslint": "^7.13.0",
"vite": "^5.2.13",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit a9f0899

Please sign in to comment.