Skip to content

Commit

Permalink
remove unused package, update webpack-cli and typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Dec 2, 2023
1 parent fbbb0b4 commit 8efb9a8
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 147 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"react-select": "^5.0.0",
"react-timekeeper": "^2.1.1",
"react-waypoint": "^10.1.0",
"react-widgets": "^4.5.0",
"react_ujs": "^2.6.1",
"recharts": "^2.5.0",
"redux": "^4.0.5",
Expand All @@ -92,10 +91,10 @@
"sass-loader": "^13.0.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"typescript": "^5.0.0",
"use-debounce": "^10.0.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
"webpack-cli": "^5.0.0"
},
"version": "0.1.0",
"babel": {
Expand Down Expand Up @@ -124,8 +123,8 @@
"@types/react-router-dom": "^5.1.7",
"@types/redux-form": "^8.3.1",
"@types/relay-runtime": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@webpack-cli/serve": "^1.6.0",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
Expand Down
Loading

0 comments on commit 8efb9a8

Please sign in to comment.