dependencies update

This commit is contained in:
Athou
2022-11-08 11:28:22 +01:00
parent 2095a6512b
commit fc2c3740a0
2 changed files with 636 additions and 527 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -18,16 +18,16 @@
"dependencies": { "dependencies": {
"@emotion/react": "^11.10.5", "@emotion/react": "^11.10.5",
"@fontsource/open-sans": "^4.5.13", "@fontsource/open-sans": "^4.5.13",
"@lingui/core": "^3.14.0", "@lingui/core": "^3.15.0",
"@lingui/macro": "^3.14.0", "@lingui/macro": "^3.15.0",
"@lingui/react": "^3.14.0", "@lingui/react": "^3.15.0",
"@mantine/core": "^5.6.3", "@mantine/core": "^5.7.1",
"@mantine/form": "^5.6.3", "@mantine/form": "^5.7.1",
"@mantine/hooks": "^5.6.3", "@mantine/hooks": "^5.7.1",
"@mantine/modals": "^5.6.3", "@mantine/modals": "^5.7.1",
"@mantine/notifications": "^5.6.3", "@mantine/notifications": "^5.7.1",
"@mantine/spotlight": "^5.6.3", "@mantine/spotlight": "^5.7.1",
"@reduxjs/toolkit": "^1.8.6", "@reduxjs/toolkit": "^1.9.0",
"axios": "^1.1.3", "axios": "^1.1.3",
"dayjs": "^1.11.6", "dayjs": "^1.11.6",
"interweave": "^13.0.0", "interweave": "^13.0.0",
@@ -39,26 +39,26 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-icons": "^4.6.0", "react-icons": "^4.6.0",
"react-infinite-scroller": "^1.2.6", "react-infinite-scroller": "^1.2.6",
"react-redux": "^8.0.4", "react-redux": "^8.0.5",
"react-router-dom": "^6.4.2", "react-router-dom": "^6.4.3",
"react-swipeable": "^7.0.0", "react-swipeable": "^7.0.0",
"swagger-ui-react": "^4.15.2", "swagger-ui-react": "^4.15.2",
"tinycon": "^0.6.8" "tinycon": "^0.6.8"
}, },
"devDependencies": { "devDependencies": {
"@lingui/cli": "^3.14.0", "@lingui/cli": "^3.15.0",
"@types/eslint": "^8.4.8", "@types/eslint": "^8.4.10",
"@types/lodash": "^4.14.186", "@types/lodash": "^4.14.188",
"@types/mousetrap": "^1.6.10", "@types/mousetrap": "^1.6.10",
"@types/react": "^18.0.24", "@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8", "@types/react-dom": "^18.0.8",
"@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.11.0",
"@types/tinycon": "^0.6.3", "@types/tinycon": "^0.6.3",
"@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.41.0", "@typescript-eslint/parser": "^5.42.1",
"@vitejs/plugin-react": "^2.2.0", "@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.26.0", "eslint": "^8.27.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.5.0", "eslint-config-prettier": "^8.5.0",
@@ -68,10 +68,10 @@
"prettier": "^2.7.1", "prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.8.3", "rollup-plugin-visualizer": "^5.8.3",
"typescript": "^4.8.4", "typescript": "^4.8.4",
"vite": "^3.2.0", "vite": "^3.2.3",
"vite-plugin-eslint": "^1.8.1", "vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^3.5.2", "vite-tsconfig-paths": "^3.5.2",
"vitest": "^0.24.3", "vitest": "^0.25.0",
"vitest-mock-extended": "^1.0.3" "vitest-mock-extended": "^1.0.7"
} }
} }