Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
fix: update react-select and postcss
Browse files Browse the repository at this point in the history
Fixes #406
Fixes #376
  • Loading branch information
coderbyheart committed Dec 30, 2021
1 parent ea1a656 commit c8ea967
Show file tree
Hide file tree
Showing 2 changed files with 1,219 additions and 933 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-hook-form": "7.22.5",
"react-router-dom": "6.2.1",
"react-scripts": "4.0.3",
"react-select": "4.3.1",
"react-select": "5.2.1",
"react-table": "7.7.0",
"react-transition-group": "4.4.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
Expand All @@ -38,10 +38,10 @@
"@babel/preset-env": "7.16.5",
"@babel/preset-typescript": "7.16.5",
"@testing-library/react": "12.1.2",
"autoprefixer": "^9",
"autoprefixer": "9.6.1",
"babel-jest": "27.4.5",
"jest": "27.4.5",
"postcss": "^7",
"postcss": "8.4.5",
"ts-jest": "27.1.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit c8ea967

Please sign in to comment.