Skip to content

Commit

Permalink
Revert "Update chisel-scripts packages (xfiveco#500)"
Browse files Browse the repository at this point in the history
This reverts commit e430993.
  • Loading branch information
edenizk committed Jun 28, 2021
1 parent 3a7ad86 commit 9b9673e
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions packages/chisel-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chisel-scripts",
"version": "1.0.1-alpha.7",
"version": "1.0.0-alpha.7",
"description": "TODO",
"bin": {
"chisel-scripts": "bin/chisel-scripts.js"
Expand All @@ -27,32 +27,32 @@
"node": ">=10"
},
"dependencies": {
"@babel/core": "^7.14.6",
"babel-loader": "^8.2.2",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"@babel/core": "^7.10.2",
"babel-loader": "^8.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chisel-shared-utils": "^1.0.0-alpha.0",
"cli-highlight": "^2.1.11",
"cliui": "^7.0.4",
"commander": "^8.0.0",
"css-loader": "^5.2.6",
"cssnano": "^5.0.6",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"cli-highlight": "^2.1.4",
"cliui": "^6.0.0",
"commander": "^5.1.0",
"css-loader": "^3.5.3",
"cssnano": "^4.1.10",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"hash-sum": "^2.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.1",
"mini-svg-data-uri": "^1.3.3",
"open": "^8.2.1",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"source-map-explorer": "^2.5.2",
"tapable": "^2.2.0",
"terser-webpack-plugin": "^5.1.4",
"unminified-webpack-plugin": "^3.0.0",
"url-loader": "^4.1.1",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"mini-svg-data-uri": "^1.2.3",
"open": "^7.0.4",
"postcss": "^7.0.32",
"postcss-loader": "^3.0.0",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"source-map-explorer": "^2.4.2",
"tapable": "^1.1.3",
"terser-webpack-plugin": "^3.0.5",
"unminified-webpack-plugin": "^2.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-chain": "^6.4.0",
Expand Down

0 comments on commit 9b9673e

Please sign in to comment.