Skip to content

Commit

Permalink
dep: update TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
syldium committed Jun 20, 2024
1 parent a9f0899 commit c250480
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 277 deletions.
4 changes: 2 additions & 2 deletions 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.90.5.wasm",
"https://plugins.dprint.dev/json-0.19.2.wasm"
"https://plugins.dprint.dev/typescript-0.91.1.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm"
]
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0"
"use-local-storage-state": "^19.3.1"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@rollup/pluginutils": "^5.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/file-saver": "^2.0.7",
"@types/leaflet": "^1.9.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.6",
"@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.2",
"dprint": "^0.46.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.0",
"react-select-event": "^5.5.1",
"sass": "^1.77.4",
"sass": "^1.77.6",
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"typescript-eslint": "^7.13.0",
"vite": "^5.2.13",
"typescript": "~5.5.2",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit c250480

Please sign in to comment.