Skip to content

Commit

Permalink
some scripts and babel upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
rgu0114 committed Nov 3, 2024
1 parent 7667328 commit 5b49a69
Show file tree
Hide file tree
Showing 2 changed files with 5,250 additions and 3,230 deletions.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"firebase-admin": "^9.3.0",
"firebase-functions": "^3.11.0",
"history": "^4.10.1",
"levenary": "^1.1.1",
"linkifyjs": "^2.1.9",
"lodash": "^4.17.15",
"mocha": "^8.2.1",
Expand All @@ -44,7 +45,7 @@
"react-redux": "^7.2.6",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-scripts": "4.x",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.0",
Expand Down Expand Up @@ -75,7 +76,19 @@
"**/@typescript-eslint/parser": "^4.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
"@babel/register": "^7.12.1",
"@types/jest": "^24.0.23",
"@types/lodash.flowright": "^3.5.4",
Expand Down
Loading

0 comments on commit 5b49a69

Please sign in to comment.