Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsuh committed Feb 23, 2024
1 parent 40615d2 commit d907cdc
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 362 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@viz-js/viz": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0"
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.10",
"@mui/material": "5.15.10",
"@viz-js/viz": "3.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.1"
},
"devDependencies": {
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^24.0.0",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vitest": "^1.2.2"
"@testing-library/dom": "9.3.4",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@vitejs/plugin-react-swc": "3.6.0",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"jsdom": "24.0.0",
"typescript": "5.3.3",
"vite": "5.1.4",
"vitest": "1.3.1"
}
}
Loading

0 comments on commit d907cdc

Please sign in to comment.