Skip to content

Commit

Permalink
chore(deps): pin dependencies (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored Feb 10, 2020
1 parent ee253bb commit 5df5925
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-loader": "8.0.6",
"react-hot-loader": "4.12.19",
"speed-measure-webpack-plugin": "^1.3.1",
"speed-measure-webpack-plugin": "1.3.1",
"webpack-cli": "3.3.10",
"write-file-webpack-plugin": "4.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion manual/website2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"css-loader": "3.4.2",
"node-sass": "4.13.1",
"react-hot-loader": "4.12.18",
"serve": "^11.3.0",
"serve": "11.3.0",
"sass-loader": "8.0.2",
"style-loader": "1.1.3",
"webpack": "4.41.5",
Expand Down
2 changes: 1 addition & 1 deletion manual/website3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-hot-loader": "4.12.18",
"sass-loader": "8.0.2",
"style-loader": "1.1.3",
"serve": "^11.3.0",
"serve": "11.3.0",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-watch": "7.0.0",
"commitizen": "4.0.3",
"concurrently": "5.1.0",
Expand All @@ -89,7 +89,7 @@
"jest-resolve": "25.1.0",
"marked": "0.7.0",
"node-cipher": "6.3.3",
"paralleljs": "^0.2.1",
"paralleljs": "0.2.1",
"prettier": "1.19.1",
"prop-types": "15.7.2",
"puppeteer": "1.20.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,7 @@ babel-plugin-jest-hoist@^25.1.0:
dependencies:
"@types/babel__traverse" "^7.0.6"

babel-plugin-transform-remove-console@^6.9.4:
[email protected]:
version "6.9.4"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz#b980360c067384e24b357a588d807d3c83527780"
integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A=
Expand Down Expand Up @@ -9299,7 +9299,7 @@ parallel-transform@^1.1.0:
inherits "^2.0.3"
readable-stream "^2.1.5"

paralleljs@^0.2.1:
[email protected]:
version "0.2.1"
resolved "https://registry.yarnpkg.com/paralleljs/-/paralleljs-0.2.1.tgz#ebca745d3e09c01e2bebcc14858891ff4510e926"
integrity sha1-68p0XT4JwB4r68wUhYiR/0UQ6SY=
Expand Down

0 comments on commit 5df5925

Please sign in to comment.