Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 21, 2023
1 parent be5c993 commit fdfacea
Show file tree
Hide file tree
Showing 6 changed files with 1,579 additions and 1,893 deletions.
20 changes: 10 additions & 10 deletions codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"ts:check": "echo No need to check syntax of generated TS && exit 0"
},
"dependencies": {
"@graphql-tools/load": "^7.8.9",
"@graphql-tools/merge": "^8.3.15",
"@graphql-tools/schema": "^9.0.13",
"@graphql-tools/load": "^7.8.13",
"@graphql-tools/merge": "^8.4.0",
"@graphql-tools/schema": "^9.0.17",
"graphql-tag": "^2.12.6"
},
"devDependencies": {
"@graphql-codegen/add": "^3.2.3",
"@graphql-codegen/cli": "^2.16.4",
"@graphql-codegen/introspection": "^2.2.3",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/typescript-operations": "^2.5.12",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/introspection": "^3.0.1",
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@graphql-codegen/visitor-plugin-common": "^2.13.7"
"@graphql-codegen/visitor-plugin-common": "^3.0.2"
}
}
10 changes: 5 additions & 5 deletions cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"dependencies": {
"@4tw/cypress-drag-drop": "^2.2.3",
"@hsl/jore4-test-db-manager": "1.0.0",
"cypress": "^12.5.1",
"luxon": "^3.2.1",
"qs": "^6.11.0"
"cypress": "^12.8.1",
"luxon": "^3.3.0",
"qs": "^6.11.1"
},
"devDependencies": {
"@cypress/grep": "^3.1.4",
"@cypress/grep": "^3.1.5",
"@types/node": "^18.15.3",
"@types/qs": "^6.9.7",
"eslint-plugin-cypress": "^2.12.1",
"find-test-names": "^1.22.2"
"find-test-names": "^1.28.3"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"concurrently": "^7.3.0",
"eslint": "^8.32.0",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"concurrently": "^7.6.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand Down
10 changes: 5 additions & 5 deletions test-db-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"graphql-tag": "^2.12.6",
"knex": "^2.4.2",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"pg": "^8.8.0",
"rollup": "^3.10.1",
"rollup-plugin-dts": "^5.1.1",
"luxon": "^3.3.0",
"pg": "^8.10.0",
"rollup": "^3.20.0",
"rollup-plugin-dts": "^5.3.0",
"ts-node": "^10.9.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/geojson": "^7946.0.10",
"@types/pg": "^8.6.5"
"@types/pg": "^8.6.6"
}
}
72 changes: 36 additions & 36 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.4.11",
"@graphql-typed-document-node/core": "^3.1.0",
"@headlessui/react": "1.6.5",
"@hookform/resolvers": "^2.8.3",
"@nebula.gl/edit-modes": "0.23.8",
"@reduxjs/toolkit": "^1.8.0",
"@apollo/client": "^3.7.10",
"@graphql-typed-document-node/core": "^3.2.0",
"@headlessui/react": "1.7.13",
"@hookform/resolvers": "^3.0.0",
"@nebula.gl/edit-modes": "1.0.4",
"@reduxjs/toolkit": "^1.9.3",
"@seznam/compose-react-refs": "^1.0.6",
"@turf/along": "^6.5.0",
"@turf/distance": "^6.5.0",
Expand All @@ -29,54 +29,54 @@
"@turf/length": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"@turf/point-to-line-distance": "6.5.0",
"@types/mapbox-gl": "^2.7.3",
"@types/react-router": "^5.1.17",
"@types/mapbox-gl": "^2.7.10",
"@types/react-router": "^5.1.20",
"@types/redux-logger": "^3.0.9",
"apollo-link-scalars": "^4.0.1",
"axios": "0.21.1",
"apollo-link-scalars": "^4.0.2",
"axios": "1.3.4",
"graphql": "^16.6.0",
"hsl-map-style": "HSLdevcom/hsl-map-style",
"i18next": "^20.2.1",
"immer": "^9.0.5",
"i18next": "^22.4.13",
"immer": "^9.0.19",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"maplibre-gl": "1.15.2",
"next": "^13.0.7",
"qs": "^6.11.0",
"luxon": "^3.3.0",
"maplibre-gl": "2.4.0",
"next": "^13.2.4",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.33.0",
"react-hot-toast": "^2.2.0",
"react-i18next": "^11.8.12",
"react-icons": "^4.3.1",
"react-map-gl": "^6.1.16",
"react-map-gl-draw": "^1.0.3",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.13.4",
"react-hook-form": "^7.43.7",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.8.0",
"react-map-gl": "^7.0.21",
"react-map-gl-draw": "^1.0.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-spinners": "^0.13.8",
"redux-logger": "^3.0.6",
"remeda": "^1.6.0",
"remeda": "^1.9.1",
"subscriptions-transport-ws": "^0.11.0",
"zod": "^3.17.10"
"zod": "^3.21.4"
},
"devDependencies": {
"@hsl/jore4-test-db-manager": "1.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/lodash": "^4.14.191",
"@types/luxon": "^3.2.0",
"@types/node": "^18.15.3",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.21",
"@types/react-router-dom": "^5.1.7",
"autoprefixer": "^10.4.2",
"bufferutil": "^4.0.3",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.14",
"bufferutil": "^4.0.7",
"cross-fetch": "^3.1.5",
"encoding": "^0.1.13",
"express": "^4.17.1",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"postcss": "^8.4.5",
"tailwindcss": "^3.2.4",
"utf-8-validate": "^5.0.5"
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"utf-8-validate": "^6.0.3"
}
}
Loading

0 comments on commit fdfacea

Please sign in to comment.