Skip to content

Merge deps-updates-frontend #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,7 @@ fabric.properties
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
.idea/caches/build_file_checksums.ser
.env*
!.env.project
!.env.vault

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#################################################################################
# #
# This file uniquely identifies your project in Dotenv Vault. #
# You SHOULD commit this file to source control. #
# #
# Generated with 'npx dotenv-vault new' #
# #
# Learn more at https://dotenv.org/env-vault #
# #
#################################################################################

DOTENV_VAULT=vlt_1d34fab5095e60eb7da83d6f794d220f1571df049ccb7bbca3c831e860533def
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ deployment_keys.tar

.github/.release
release-artifacts-*

.env*
!.env.project
!.env.vault
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@mantine/core": "^4.0.0",
"@mantine/dates": "^4.0.8",
"@mantine/hooks": "^4.0.4",
"@mantine/notifications": "^4.1.0",
"@mui/material": "^5.6.0",
"@mantine/core": "^4.2.10",
"@mantine/dates": "^4.2.10",
"@mantine/hooks": "^4.2.10",
"@mantine/notifications": "^4.2.10",
"@mui/material": "^5.8.5",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/pie": "^0.79.1",
"@reduxjs/toolkit": "^1.8.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.0",
"dayjs": "^1.11.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"@reduxjs/toolkit": "^1.8.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"eslint-plugin-tailwindcss": "^3.5.2",
"postcss-cli": "^9.1.0",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-is": "^18.0.0",
"react-redux": "^7.2.6",
"react-scripts": "5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-redux": "^8.0.2",
"react-scripts": "5.0.1",
"serve": "^13.0.2",
"tabler-icons-react": "^1.42.0",
"tabler-icons-react": "^1.51.0",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down Expand Up @@ -58,16 +58,16 @@
]
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
}
}
Loading