update all dependencies

This commit is contained in:
Athou
2023-05-08 13:42:16 +02:00
parent 5338ec0c34
commit c5763e2f8f
2 changed files with 638 additions and 575 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
"postinstall": "npm run i18n:compile" "postinstall": "npm run i18n:compile"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.10.5", "@emotion/react": "^11.11.0",
"@fontsource/open-sans": "^4.5.14", "@fontsource/open-sans": "^4.5.14",
"@lingui/core": "^4.0.0", "@lingui/core": "^4.0.0",
"@lingui/macro": "^4.0.0", "@lingui/macro": "^4.0.0",
@@ -29,10 +29,10 @@
"@mantine/notifications": "^5.10.3", "@mantine/notifications": "^5.10.3",
"@mantine/spotlight": "^5.10.3", "@mantine/spotlight": "^5.10.3",
"@mantine/styles": "^5.10.3", "@mantine/styles": "^5.10.3",
"@reduxjs/toolkit": "^1.9.2", "@reduxjs/toolkit": "^1.9.5",
"axios": "^1.3.2", "axios": "^1.4.0",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
"interweave": "^13.0.0", "interweave": "^13.1.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mousetrap": "^1.6.5", "mousetrap": "^1.6.5",
"react": "^18.2.0", "react": "^18.2.0",
@@ -40,45 +40,45 @@
"react-contexify": "^6.0.0", "react-contexify": "^6.0.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-ga4": "^2.1.0", "react-ga4": "^2.1.0",
"react-icons": "^4.7.1", "react-icons": "^4.8.0",
"react-infinite-scroller": "^1.2.6", "react-infinite-scroller": "^1.2.6",
"react-redux": "^8.0.5", "react-redux": "^8.0.5",
"react-router-dom": "^6.8.0", "react-router-dom": "^6.11.1",
"react-swipeable": "^7.0.0", "react-swipeable": "^7.0.0",
"swagger-ui-react": "^4.15.5", "swagger-ui-react": "^4.18.3",
"tinycon": "^0.6.8", "tinycon": "^0.6.8",
"use-local-storage": "^3.0.0", "use-local-storage": "^3.0.0",
"websocket-heartbeat-js": "^1.1.1" "websocket-heartbeat-js": "^1.1.2"
}, },
"devDependencies": { "devDependencies": {
"@lingui/cli": "^4.0.0", "@lingui/cli": "^4.0.0",
"@lingui/vite-plugin": "^4.0.0", "@lingui/vite-plugin": "^4.0.0",
"@types/eslint": "^8.21.0", "@types/eslint": "^8.37.0",
"@types/lodash": "^4.14.191", "@types/lodash": "^4.14.194",
"@types/mousetrap": "^1.6.11", "@types/mousetrap": "^1.6.11",
"@types/react": "^18.0.27", "@types/react": "^18.2.6",
"@types/react-dom": "^18.0.10", "@types/react-dom": "^18.2.4",
"@types/react-infinite-scroller": "^1.2.3", "@types/react-infinite-scroller": "^1.2.3",
"@types/swagger-ui-react": "^4.11.0", "@types/swagger-ui-react": "^4.18.0",
"@types/tinycon": "^0.6.3", "@types/tinycon": "^0.6.3",
"@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.50.0", "@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-react": "^3.1.0", "@vitejs/plugin-react": "^4.0.0",
"babel-plugin-macros": "^3.1.0", "babel-plugin-macros": "^3.1.0",
"eslint": "^8.33.0", "eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1", "eslint-config-react-app": "^7.0.1",
"eslint-plugin-hooks": "^0.4.3", "eslint-plugin-hooks": "^0.4.3",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.3", "prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0", "rollup-plugin-visualizer": "^5.9.0",
"typescript": "^4.9.5", "typescript": "^5.0.4",
"vite": "^4.1.1", "vite": "^4.3.5",
"vite-plugin-eslint": "^1.8.1", "vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.5", "vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.28.4", "vitest": "^0.31.0",
"vitest-mock-extended": "^1.0.9" "vitest-mock-extended": "^1.1.3"
} }
} }