Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Oct 17, 2023
2 parents 0f693b9 + 3a85966 commit 099375c
Show file tree
Hide file tree
Showing 10 changed files with 352 additions and 215 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.11",
"@mui/material": "^5.14.13",
"@types/geojson": "^7946.0.11",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"copyfiles": "^2.4.1",
"docx": "^8.2.3",
"eslint": "^8.50.0",
"fast-xml-parser": "^4.3.1",
"eslint": "^8.51.0",
"fast-xml-parser": "^4.3.2",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"json-schema-to-typescript": "^13.1.1",
Expand All @@ -72,9 +72,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"striptags": "^3.2.0",
"type-fest": "^4.3.3",
"type-fest": "^4.4.0",
"uuid": "^9.0.1",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand All @@ -92,17 +92,17 @@
"@types/lodash.startcase": "^4.4.7",
"@types/node": "^18.16.19",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.8",
"@types/uuid": "^9.0.4",
"@types/react-dom": "^18.2.13",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"esbuild": "^0.19.4",
"esbuild-jest": "^0.5.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"rimraf": "^5.0.1",
"lint-staged": "^15.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 099375c

Please sign in to comment.