Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Apr 2, 2024
1 parent 2aac7d1 commit dde43d7
Show file tree
Hide file tree
Showing 2 changed files with 662 additions and 421 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@
"fix:prettier": "prettier --write '**/*.{ts,tsx,cjs,css,html,json,yml}'"
},
"dependencies": {
"@mantine/code-highlight": "^7.6.1",
"@mantine/core": "^7.6.1",
"@mantine/dropzone": "^7.6.1",
"@mantine/hooks": "^7.6.1",
"@tabler/icons": "^2.47.0",
"@tabler/icons-react": "^2.47.0",
"axios": "^1.6.7",
"date-fns": "^3.3.1",
"highcharts": "^11.3.0",
"@mantine/code-highlight": "^7.7.1",
"@mantine/core": "^7.7.1",
"@mantine/dropzone": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@tabler/icons": "^3.1.0",
"@tabler/icons-react": "^3.1.0",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"highcharts": "^11.4.0",
"highcharts-react-official": "^3.2.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"zustand": "^4.5.1"
"react-router-dom": "^6.22.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.35",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.1.4"
"typescript": "^5.4.3",
"vite": "^5.2.7"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit dde43d7

Please sign in to comment.