Skip to content

Commit

Permalink
feat(admin-ui): fix bugs #363 #361 #362
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Jan 24, 2022
1 parent 9dfda59 commit 9bd5808
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"babel-plugin-universal-import": "^4.0.0",
"circular-dependency-plugin": "^5.0.2",
"commander": "^2.20.0",
"css-loader": "^5.0.1",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.0.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^17.1.0",
Expand All @@ -105,7 +105,6 @@
"mini-css-extract-plugin": "^1.6.0",
"mkdirp": "^0.5.1",
"node-sass": "^7.0.1",
"postcss": "^8.3.5",
"postcss-loader": "^4.3.0",
"raw-loader": "^3.0.0",
"rimraf": "^2.6.3",
Expand Down Expand Up @@ -141,10 +140,11 @@
"jans_config_api": "file:jans_config_api",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"node-fetch": "^3.2.0",
"npm-force-resolutions": "0.0.10",
"numeral": "^2.0.6",
"path-browserify": "^1.0.1",
"postcss": "^8.4.5",
"pretty-checkbox": "^3.0.3",
"process": "^0.11.10",
"prop-types": "^15.7.2",
Expand All @@ -155,6 +155,7 @@
"react-big-calendar": "^0.36.1",
"react-block-ui": "^1.3.3",
"react-bootstrap-typeahead": "^4.0.0-alpha.9",
"react-date-range": "^1.4.0",
"react-datepicker": "^2.16.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.2.4",
Expand Down

0 comments on commit 9bd5808

Please sign in to comment.