Skip to content

Commit

Permalink
Merge pull request #76 from palantirnet/dependency-security-updates
Browse files Browse the repository at this point in the history
Dependency security updates
  • Loading branch information
byrond authored May 29, 2020
2 parents 717dacf + d7bb25f commit d8259bf
Show file tree
Hide file tree
Showing 3 changed files with 1,393 additions and 889 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.8.4",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"breakpoint-sass": "^2.7.0",
Expand All @@ -38,8 +37,7 @@
"replace-x": "1.5.0",
"singularitygs": "^1.7.0",
"solr-faceted-search-react": "https://github.com/palantirnet/solr-faceted-search-react",
"typescript": "^3.8.2",
"webpack": "^4.41.5"
"typescript": "^3.8.2"
},
"scripts": {
"theme-styles": "node-sass-chokidar ./theme/search_theme_override.scss ./public/css/search_theme_override.css --watch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/node_modules/react-scripts/config/webpack.config.js b/node_modules/
index b7cf765..4c6977a 100644
--- a/node_modules/react-scripts/config/webpack.config.js
+++ b/node_modules/react-scripts/config/webpack.config.js
@@ -403,7 +403,7 @@ module.exports = function(webpackEnv) {
@@ -381,7 +381,7 @@ module.exports = function(webpackEnv) {
// The preset includes JSX, Flow, TypeScript, and some ESnext features.
{
test: /\.(js|mjs|jsx|ts|tsx)$/,
Expand Down
Loading

0 comments on commit d8259bf

Please sign in to comment.