Skip to content

Commit

Permalink
fix: minor dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupert Redington committed Oct 14, 2021
1 parent 1ad4b74 commit 2f0cfe9
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 479 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@apollo/client": "3.4.16",
"@artsy/fresnel": "1.9.0",
"@auth0/nextjs-auth0": "1.5.0",
"@auth0/nextjs-auth0": "1.6.1",
"@emotion/babel-plugin": "11.3.0",
"@emotion/is-prop-valid": "0.8.8",
"@emotion/react": "11.4.1",
Expand All @@ -40,11 +40,11 @@
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.15",
"@graphql-tools/schema": "8.2.0",
"@graphql-tools/utils": "8.2.5",
"@graphql-tools/utils": "8.3.0",
"@rehooks/component-size": "1.0.3",
"@styled-system/prop-types": "5.1.5",
"apollo-server-core": "3.3.0",
"apollo-server-micro": "3.3.0",
"apollo-server-core": "3.4.0",
"apollo-server-micro": "3.4.0",
"date-fns": "2.25.0",
"downshift": "6.1.7",
"focus-visible": "5.2.0",
Expand All @@ -58,7 +58,7 @@
"leaflet": "1.7.1",
"lodash": "4.17.21",
"micro": "9.3.4",
"mongoose": "6.0.9",
"mongoose": "6.0.10",
"mongoose-paginate": "5.0.3",
"next": "11.1.3-canary.15",
"prop-types": "15.7.2",
Expand All @@ -73,20 +73,20 @@
"styled-system": "5.1.5"
},
"devDependencies": {
"@commitlint/cli": "13.2.0",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/import-types-preset": "2.1.4",
"@graphql-codegen/typescript": "2.2.2",
"@graphql-codegen/typescript-operations": "2.1.6",
"@graphql-codegen/typescript-react-apollo": "3.1.4",
"@graphql-codegen/cli": "2.2.1",
"@graphql-codegen/import-types-preset": "2.1.6",
"@graphql-codegen/typescript": "2.2.4",
"@graphql-codegen/typescript-operations": "2.1.8",
"@graphql-codegen/typescript-react-apollo": "3.1.6",
"@mapbox/geojson-area": "0.2.2",
"@mapbox/geojson-rewind": "0.5.1",
"@types/jest": "27.0.2",
"@types/leaflet": "1.7.5",
"@types/lodash": "4.14.175",
"@types/node": "16.10.3",
"@types/react": "17.0.27",
"@types/node": "16.10.9",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@types/react-leaflet": "2.8.2",
"@types/styled-system": "5.1.13",
Expand All @@ -97,13 +97,13 @@
"geojson-precision": "1.0.0",
"graphql-codegen-apollo-next-ssr": "1.7.1",
"husky": "7.0.2",
"jest": "27.2.4",
"lint-staged": "11.2.0",
"jest": "27.2.5",
"lint-staged": "11.2.3",
"migrate-mongo": "8.2.3",
"prettier": "2.4.1",
"topojson-server": "3.0.1",
"topojson-simplify": "3.0.3",
"typescript": "4.4.3"
"typescript": "4.4.4"
},
"browser": {
"fs": false,
Expand Down

0 comments on commit 2f0cfe9

Please sign in to comment.