Skip to content

Commit

Permalink
Updated package.json to eliminate (all but one) deprecated libraries
Browse files Browse the repository at this point in the history
Still need to update to react-router-dom@6 to eliminate the last deprecated package ... [email protected]
Updating to react-router-dom@6 is a bigger undertaking.
Did not test the upgrade to the latest version of puppeteer or mocha
  • Loading branch information
SailingSteve committed Jan 4, 2024
1 parent 3f5931d commit dd44c71
Show file tree
Hide file tree
Showing 5 changed files with 9,993 additions and 35,723 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
],
"plugins": [
[
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-class-properties",
{
"loose": true
}
],
["@babel/plugin-proposal-private-methods", { "loose": true }],
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
["@babel/plugin-transform-private-methods", { "loose": true }],
["@babel/plugin-transform-private-property-in-object", { "loose": true }],
[
"babel-plugin-styled-components",
{
Expand Down
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"sourceType": "module"
},
Expand Down Expand Up @@ -74,7 +74,7 @@
"space-before-function-paren": [1, {"anonymous": "always", "named": "always"}],
"space-in-parens": [1],
"template-curly-spacing": ["warn", "never"],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
},
"plugins": [
"react",
Expand Down
Loading

0 comments on commit dd44c71

Please sign in to comment.