Skip to content

Commit

Permalink
Merge pull request #85 from palantirnet/security-updates
Browse files Browse the repository at this point in the history
Security updates
  • Loading branch information
byrond authored Jan 8, 2021
2 parents d8259bf + 6df320a commit b247c05
Show file tree
Hide file tree
Showing 3 changed files with 4,611 additions and 4,006 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

.eslintcache

# IDE / Editor files
.vscode
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"breakpoint-sass": "^2.7.0",
"core-js": "^3.6.4",
"cypress": "^4.2.0",
"eslint": "^6.8.0",
"eslint": "^7.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "^2.7.0",
Expand All @@ -31,7 +31,7 @@
"query-string": "~5.0.0",
"react": "^16.3.2",
"react-animate-height": "2.0.20",
"react-dates": "21.8.0",
"react-dates": "^21.8.0",
"react-dom": "^16.3.2",
"react-with-direction": "1.3.1",
"replace-x": "1.5.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
"patch-package": "^6.2.0",
"react-aria-live": "2.0.5",
"react-autosuggest": "9.4.3",
"react-scripts": "^3.3.1",
"react-scripts": "4.0.1",
"url": "0.11.0"
},
"browserslist": {
Expand All @@ -75,5 +75,10 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
}
}
Loading

0 comments on commit b247c05

Please sign in to comment.