Skip to content

Commit

Permalink
Update babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jan 10, 2025
1 parent 60d628b commit 651bf0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/admin/babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugins": [
["@babel/plugin-proposal-decorators", {"legacy": true}],
"@babel/plugin-transform-flow-strip-types",
"@babel/plugin-proposal-class-properties"
"@babel/plugin-transform-class-properties"
],
"assumptions": {
"setPublicClassFields": true
Expand Down
2 changes: 1 addition & 1 deletion assets/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-class-properties": "^7.22.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
Expand Down

0 comments on commit 651bf0b

Please sign in to comment.