Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stoplightio/webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: stoplightio/webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 10, 2019

  1. feat: bump deps (#10)

    marbemac authored Nov 10, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    370434e View commit details
Showing with 2,382 additions and 1,677 deletions.
  1. +33 −33 package.json
  2. +2,349 −1,644 yarn.lock
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,43 +39,43 @@
"push.yalc": "yarn build && cd dist && yalc push"
},
"dependencies": {
"@babel/core": "7.4.x",
"@types/history": "4.7.x",
"babel-loader": "8.0.x",
"cache-loader": "4.0.x",
"clean-webpack-plugin": "3.0.x",
"copy-webpack-plugin": "5.0.x",
"cross-env": "5.2.x",
"css-loader": "3.0.x",
"file-loader": "4.0.x",
"fork-ts-checker-webpack-plugin": "1.3.x",
"html-webpack-plugin": "3.2.x",
"monaco-editor-webpack-plugin": "1.7.0",
"style-loader": "0.23.x",
"stylus": "0.54.x",
"stylus-loader": "3.0.x",
"ts-loader": "6.0.x",
"tslint": "5.x.x",
"url-loader": "2.0.x",
"webpack": "4.33.x",
"webpack-bugsnag-plugins": "1.4.x",
"webpack-bundle-analyzer": "3.3.x",
"webpack-chain": "6.0.x",
"webpack-cli": "3.3.x",
"webpack-dev-server": "3.7.x",
"webpackbar": "3.2.x",
"worker-loader": "2.0.x"
"@babel/core": "^7.7.2",
"@types/history": "^4.7.3",
"babel-loader": "^8.0.6",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^3.1.0",
"html-webpack-plugin": "^3.2.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-bugsnag-plugins": "^1.4.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-chain": "^6.0.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpackbar": "^4.0.0",
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@stoplight/scripts": "5.x.x",
"@types/jest": "24.0.x",
"@types/node": "11.13.x",
"@stoplight/scripts": "^5.0.0",
"@types/jest": "^24.0.22",
"@types/node": "^12.12.7",
"browserfs": "*",
"jest": "24.8.x",
"jest": "^24.9.0",
"monaco-editor": "*",
"ts-jest": "24.0.x",
"tslint-config-stoplight": "1.2.x",
"typescript": "3.5.1"
"ts-jest": "^24.1.0",
"tslint-config-stoplight": "^1.3.0",
"typescript": "^3.7.2"
},
"lint-staged": {
"*.ts": [
Loading