Skip to content

Commit

Permalink
Fix the dependencies and dev dependencies to reflect actually what is…
Browse files Browse the repository at this point in the history
… what.

move fetchwmg for testing and fetchmock to dev dependencies

nanoid code replacement, schema code replacement fixes.

add delete Schema hook.

add invalidation + typescript typing to the custom query schemas hooks.

Replace redux schema instances

Migrate Diff of the Schema to use React query

Pages Fixes and retaining old functionalities

Remove Schema code reducers + Fix all the tests for Schema + add TODO comments for missing functionalities

Nuke All redux related code

Redux package deprication

TopicForm import fix

Fix eslint bugs

Add hook tests suites for schemas
  • Loading branch information
Mgrdich committed Apr 15, 2024
1 parent 4a3c424 commit 3afd8c4
Show file tree
Hide file tree
Showing 65 changed files with 1,207 additions and 1,206 deletions.
21 changes: 9 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.7.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@reduxjs/toolkit": "^1.8.3",
"@szhsin/react-menu": "^3.5.3",
"@tanstack/react-query": "^4.0.5",
"@tanstack/react-table": "^8.5.10",
"@testing-library/react": "^14.0.0",
"@types/testing-library__jest-dom": "^5.14.5",
"ace-builds": "^1.7.1",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.1",
"classnames": "^2.2.6",
"fetch-mock": "^9.11.0",
"jest": "^29.4.3",
"jest-watch-typeahead": "^2.2.2",
"json-schema-faker": "^0.5.6",
"jsonpath-plus": "^7.2.0",
"lodash": "^4.17.21",
Expand All @@ -35,15 +29,10 @@
"react-hot-toast": "^2.4.0",
"react-is": "^18.2.0",
"react-multi-select-component": "^4.3.3",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"redux": "^4.2.0",
"sass": "^1.52.3",
"styled-components": "^5.3.1",
"use-debounce": "^9.0.3",
"vite": "^4.5.2",
"vite-tsconfig-paths": "^4.0.2",
"whatwg-fetch": "^3.6.2",
"yup": "^1.0.0",
"zustand": "^4.1.1"
},
Expand Down Expand Up @@ -82,6 +71,8 @@
"@types/styled-components": "^5.1.13",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"vite": "^4.5.2",
"vite-tsconfig-paths": "^4.0.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"dotenv": "^16.0.1",
"eslint": "^8.3.0",
Expand All @@ -96,6 +87,10 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.5.0",
"@testing-library/react": "^14.0.0",
"@types/testing-library__jest-dom": "^5.14.5",
"jest": "^29.4.3",
"jest-watch-typeahead": "^2.2.2",
"jest-environment-jsdom": "^29.4.3",
"jest-sonar-reporter": "^2.0.0",
"jest-styled-components": "^7.1.1",
Expand All @@ -105,7 +100,9 @@
"ts-prune": "^0.10.3",
"typescript": "^4.7.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-ejs": "^1.6.4"
"vite-plugin-ejs": "^1.6.4",
"fetch-mock": "^9.11.0",
"whatwg-fetch": "^3.6.2"
},
"engines": {
"node": "v18.17.1",
Expand Down
Loading

0 comments on commit 3afd8c4

Please sign in to comment.