Skip to content

Commit

Permalink
Merge pull request #197 from pallakartheekreddy/release-3.4.0
Browse files Browse the repository at this point in the history
Issue #SB-000 fix: package version fixes
  • Loading branch information
amorphous-1 authored Jan 21, 2021
2 parents 3e4045f + 09e7650 commit 3f6ef63
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"copy-webpack-plugin": "5.0.4",
"cpy": "^7.0.1",
"css-loader": "1.0.0",
"cssnano": "*",
"css-tree": "1.0.0-alpha.29",
"csso": "3.5.1",
"cssnano": "4.1.10",
"eslint": "^5.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
Expand Down Expand Up @@ -74,9 +76,10 @@
"html-loader": "0.5.5",
"html-minifier": "*",
"html-minifier-loader": "*",
"image-webpack-loader": "^4.3.1",
"imagemin-webpack-plugin": "^2.1.5",
"imports-loader": "*",
"imagemin-svgo": "6.0.0",
"image-webpack-loader": "4.3.1",
"imagemin-webpack-plugin": "2.1.5",
"imports-loader": "1.2.0",
"jasmine": "2.5.2",
"jasmine-core": "2.5.2",
"jasmine-expect": "3.7.0",
Expand All @@ -100,12 +103,13 @@
"on-build-webpack": "^0.1.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"phantomjs": "2.1.7",
"postcss-cli": "*",
"purify-css": "*",
"postcss-cli": "8.2.0",
"purify-css": "1.2.5",
"purifycss-webpack": "0.7.0",
"sass-loader": "7.1.0",
"string-replace-loader": "2.1",
"svg-inline-loader": "*",
"svg-inline-loader": "0.8.2",
"svgo": "1.0.5",
"uglify-es": "*",
"uglify-js": "^3.4.2",
"uglifyjs-webpack-plugin": "1.2.5",
Expand Down

0 comments on commit 3f6ef63

Please sign in to comment.