Skip to content

Commit

Permalink
Prepare release v23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro committed Jan 21, 2023
2 parents 72a002f + 040e879 commit 7b56716
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 98 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.hasura
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/hasura/graphql-engine:v2.10.1.cli-migrations-v3
FROM docker.io/hasura/graphql-engine:v2.10.2.cli-migrations-v3
COPY migrations /hasura-migrations
COPY metadata /hasura-metadata
ENV HASURA_GRAPHQL_EXPERIMENTAL_FEATURES=naming_convention
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "22.0.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.0",
"@apollo/client": "^3.7.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
Expand All @@ -16,7 +16,7 @@
"@watergis/mapbox-gl-export": "^1.2.21",
"bulma": "^0.9.4",
"classnames": "^2.3.2",
"dayjs": "^1.10.8",
"dayjs": "^1.11.7",
"graphql": "^16.6.0",
"hat": "^0.0.3",
"i18next": "^22.0.6",
Expand All @@ -30,8 +30,8 @@
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^12.0.0",
"react-map-gl": "^7.0.19",
"react-markdown": "^8.0.3",
"react-map-gl": "^7.0.21",
"react-markdown": "^8.0.4",
"react-router-dom": "^6.4.2",
"usehooks-ts": "^2.9.1",
"web-vitals": "^3.0.4"
Expand Down Expand Up @@ -76,22 +76,22 @@
"@testing-library/user-event": "^14.4.3",
"@types/classnames": "^2.3.1",
"@types/hat": "^0.0.1",
"@types/jest": "^29.2.2",
"@types/lodash": "^4.14.186",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/mapbox__mapbox-gl-draw": "^1.3.1",
"@types/node": "^18.8.0",
"@types/node": "^18.11.18",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.13",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2",
"react-scripts": "5.0.1",
"sass": "^1.55.0",
"sass": "^1.57.1",
"source-map-explorer": "^2.5.3",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
},
"resolutions": {
"@svgr/webpack": "^6.3.1"
Expand Down
Loading

0 comments on commit 7b56716

Please sign in to comment.