Skip to content

Commit

Permalink
Merge pull request #68 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 4a78896 + 5888af6 commit 87ce701
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"copy-webpack-plugin": "4.5.2",
"cpy": "^7.0.1",
"css-loader": "^1.0.0",
"css-tree": "1.0.0-alpha.29",
"csso": "3.5.1",
"cssnano": "4.1.10",
"eslint": "^5.6.0",
"global": "^4.4.0",
"eslint-plugin-import": "^2.14.0",
Expand Down Expand Up @@ -60,8 +63,10 @@
"html-minifier": "*",
"html-minifier-loader": "*",
"html-webpack-plugin": "^3.2.0",
"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 @@ -80,12 +85,13 @@
"on-build-webpack": "^0.1.0",
"optimize-css-assets-webpack-plugin": "^4.0.3",
"phantomjs": "2.1.7",
"postcss-cli": "*",
"purify-css": "*",
"purifycss-webpack": "*",
"postcss-cli": "8.2.0",
"purify-css": "1.2.5",
"purifycss-webpack": "0.7.0",
"sass-loader": "^7.0.3",
"string-replace-loader": "2.1",
"svg-inline-loader": "*",
"svg-inline-loader": "0.8.2",
"svgo": "1.0.5",
"uglify-js": "^3.4.5",
"uglifyjs-webpack-plugin": "1.2.7",
"url-loader": "^1.0.1",
Expand Down

0 comments on commit 87ce701

Please sign in to comment.