Skip to content

Commit

Permalink
fix(admin-ui): sass issue after upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Oct 18, 2022
1 parent d2cd555 commit 46e3f19
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
2 changes: 0 additions & 2 deletions admin-ui/app/components/agGrid.js

This file was deleted.

2 changes: 0 additions & 2 deletions admin-ui/app/styles/plugins/_ag-grid.scss

This file was deleted.

1 change: 0 additions & 1 deletion admin-ui/app/styles/plugins/_react-image-crop.scss

This file was deleted.

2 changes: 0 additions & 2 deletions admin-ui/app/styles/plugins/plugins.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@import "ag-grid";
@import "font-awesome";
@import "react-toastify";
@import "react-image-crop";
@import "react-toggle";
@import "react-bootstrap-typeahead";
@import "react-datepicker";
Expand Down
12 changes: 7 additions & 5 deletions admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
Expand All @@ -79,8 +80,7 @@
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@webpack-cli/serve": "^1.5.2",
"autoprefixer": "^10.3.1",
"@babel/eslint-parser": "^7.19.1",
"autoprefixer": "10.4.5",
"babel-jest": "^29.0.1",
"babel-loader": "^8.2.2",
"babel-plugin-recharts": "^2.0.0",
Expand Down Expand Up @@ -123,8 +123,6 @@
"@miltonbo/dashboard-style-airframe": "^0.2.0",
"@reduxjs/toolkit": "^1.8.2",
"ace-builds": "^1.5.3",
"ag-grid-community": "^28.1.1",
"ag-grid-react": "^21.0.1",
"axios": "^0.27.2",
"bootstrap": "^4.5.3",
"date-fns": "^2.25.0",
Expand Down Expand Up @@ -189,7 +187,11 @@
"resolutions": {
"ansi-regex": "^5.0.1",
"set-value": "^4.1.0",
"jspdf ": "^2.4.0"
"jspdf ": "^2.4.0",
"autoprefixer": "10.4.5"
},
"overrides": {
"autoprefixer": "10.4.5"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 46e3f19

Please sign in to comment.