Skip to content

Commit

Permalink
Add missing properties to MappingPage
Browse files Browse the repository at this point in the history
  • Loading branch information
tomijange committed Oct 31, 2023
1 parent 1cc21f2 commit ef61125
Show file tree
Hide file tree
Showing 8 changed files with 5,954 additions and 32 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
package-lock.json
build
.env
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eo pipefail

# Create api.json file with API_URL
cat <<EOF > api.json
cat <<EOF > meta.json
{"apiUrl": "${API_URL}"}
EOF

Expand Down
30 changes: 13 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "3.0.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@chakra-ui/theme-tools": "^1.1.9",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/theme-tools": "^2.1.1",
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
Expand All @@ -19,20 +19,19 @@
"moment": "^2.29.1",
"node-sass": "^6.0.0",
"nouislider": "^15.0.0",
"react": "^17.0.2",
"react": "^18.2.0",
"react-apexcharts": "^1.3.9",
"react-big-calendar": "^0.33.2",
"react-big-calendar": "^1.8.2",
"react-bootstrap": "^2.1.2",
"react-bootstrap-sweetalert": "^5.2.0",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.2",
"react-dom": "^18.2.0",
"react-github-btn": "^1.2.1",
"react-icons": "^4.2.0",
"react-jvectormap": "0.0.16",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "^4.0.3",
"react-swipeable-views": "^0.14.0",
"react-scripts": "^5.0.1",
"react-table": "^7.7.0",
"react-tagsinput-special": "^1.6.0",
"redux-thunk": "^2.4.1",
Expand All @@ -51,7 +50,7 @@
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"@types/react-dom": "^17.0.11",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3"
},
"eslintConfig": {
Expand All @@ -60,12 +59,9 @@
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}
Loading

0 comments on commit ef61125

Please sign in to comment.