Skip to content

Commit

Permalink
Merge pull request #823 from Shopify/fix-security
Browse files Browse the repository at this point in the history
Upgrade webpack example per CVE-2018-14732 and dependencies
  • Loading branch information
tmlayton authored Jan 4, 2019
2 parents 38593ac + 9b65190 commit ac37bdf
Show file tree
Hide file tree
Showing 2 changed files with 3,180 additions and 1,269 deletions.
10 changes: 5 additions & 5 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"build": "webpack"
},
"dependencies": {
"@shopify/polaris": "^2.0.0",
"@shopify/polaris": "^3.3.0",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"babel-core": "6.24.0",
"babel-loader": "^6.4.1",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.3.3",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.0",
"html-webpack-plugin": "^2.28.0",
"html-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.1",
"style-loader": "^0.16.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
"webpack": "^4.28.3",
"webpack-dev-server": "^3.1.14"
},
"license": "MIT"
}
Loading

0 comments on commit ac37bdf

Please sign in to comment.