Skip to content

Commit

Permalink
added million lint and updated dependencies (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOf0days authored Mar 4, 2024
1 parent 5eb467a commit bc0e2dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@tanstack/react-query": "^5.22.2",
"@million/lint": "latest",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@tanstack/react-query": "^5.24.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/bun": "^1.0.7",
"@types/material-ui": "^0.21.16",
"@types/react": "^18.2.58",
"@types/bun": "^1.0.8",
"@types/material-ui": "^0.21.17",
"@types/react": "^18.2.61",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.6.7",
"css-loader": "^6.10.0",
Expand All @@ -23,13 +24,13 @@
"jsonwebtoken": "^9.0.2",
"luxon": "^3.4.4",
"mapkit-react": "^1.14.1",
"million": "^3.0.3",
"million": "latest",
"netlify-plugin-mapkitjs-token": "^1.2.0",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"react-router-dom": "^6.22.2",
"react-transition-group": "^4.4.5",
"serve": "^14.2.1",
"vitest": "^1.3.1",
Expand Down Expand Up @@ -64,19 +65,19 @@
]
},
"devDependencies": {
"@happy-dom/global-registrator": "^13.5.0",
"bun-types": "^1.0.29",
"@happy-dom/global-registrator": "^13.6.2",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.3.1",
"bun-types": "^1.0.29",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -88,7 +89,7 @@
"prettier": "^3.2.5",
"vite": "^5.1.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1"
}
Expand Down

0 comments on commit bc0e2dc

Please sign in to comment.