Remove and update dependencies (#33)

This commit is contained in:
Erik Vroon
2022-12-26 14:34:39 +01:00
committed by GitHub
parent 15cdf26ce4
commit 37d23daa5f
3 changed files with 423 additions and 7037 deletions

View File

@@ -12,5 +12,14 @@ updates:
- package-ecosystem: "npm"
directory: "/frontend"
allow:
- dependency-type: "production"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/frontend"
allow:
- dependency-type: "development"
schedule:
interval: "monthly"

View File

@@ -21,34 +21,27 @@
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "5.7.2",
"@mantine/core": "5.7.2",
"@mantine/dates": "5.7.2",
"@mantine/core": "^5.9.5",
"@mantine/form": "^5.9.5",
"@mantine/hooks": "5.7.2",
"@mantine/next": "5.9.4",
"@mantine/notifications": "5.7.2",
"@mantine/prism": "5.7.2",
"@next/bundle-analyzer": "^13.0.6",
"@mantine/hooks": "^5.9.5",
"@mantine/next": "^5.9.5",
"@mantine/notifications": "^5.9.5",
"@next/bundle-analyzer": "^13.1.1",
"@react-icons/all-files": "^4.1.0",
"@tabler/icons": "^1.107.0",
"axios": "^1.2.1",
"@tabler/icons": "^1.118.0",
"cookies-next": "^2.1.1",
"axios": "^1.2.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.6",
"embla-carousel-react": "^7.0.3",
"next": "12.3.1",
"next": "^13.1.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.5.0",
"swr": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@next/eslint-plugin-next": "^13.0.7",
"@storybook/react": "^6.5.13",
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.0.0",
@@ -56,14 +49,14 @@
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^18.11.4",
"@types/react": "18.0.21",
"@types/react": "^18.0.21",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"babel-loader": "^8.2.4",
"eslint": "^8.18.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "2.0.0",
"eslint-config-mantine": "^2.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
@@ -73,9 +66,7 @@
"eslint-plugin-testing-library": "^5.2.0",
"jest": "^27.5.1",
"prettier": "^2.7.1",
"storybook-addon-turbo-build": "^1.1.0",
"storybook-dark-mode": "^1.1.2",
"ts-jest": "^27.1.4",
"typescript": "4.9.4"
"typescript": "^4.9.4"
}
}

View File

File diff suppressed because it is too large Load Diff