Skip to content

Commit

Permalink
updated dependencies (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOf0days authored Jan 18, 2024
1 parent d5dfa9f commit 58dca18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@tanstack/react-query": "^5.17.12",
"@mui/icons-material": "^5.15.5",
"@mui/material": "^5.15.5",
"@tanstack/react-query": "^5.17.15",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/bun": "^1.0.1",
"@types/bun": "^1.0.2",
"@types/material-ui": "^0.21.16",
"@types/react": "^18.2.48",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.6.5",
"css-loader": "^6.9.0",
"css-loader": "^6.9.1",
"eslint-config-airbnb-typescript": "^17.1.0",
"fuse.js": "^7.0.0",
"joi": "^17.11.1",
"joi": "^17.12.0",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.4.4",
"mapkit-react": "^1.14.1",
Expand All @@ -30,10 +30,10 @@
"prettier-eslint-cli": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.2",
"react-router-dom": "^6.21.3",
"react-transition-group": "^4.4.5",
"serve": "^14.2.1",
"vitest": "^1.2.0",
"vitest": "^1.2.1",
"web-vitals": "^3.5.1"
},
"scripts": {
Expand Down Expand Up @@ -65,16 +65,16 @@
]
},
"devDependencies": {
"bun-types": "^1.0.22",
"bun-types": "^1.0.23",
"@happy-dom/global-registrator": "^13.1.4",
"@types/jest": "^29.5.11",
"@types/jsonwebtoken": "^9.0.5",
"@types/luxon": "^3.4.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -85,11 +85,11 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^23.2.0",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"vite": "^5.0.11",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.3"
"vite-tsconfig-paths": "^4.3.1"
}
}

0 comments on commit 58dca18

Please sign in to comment.