Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from peoplerenaissance/babel-traverse-update-2
Browse files Browse the repository at this point in the history
update @babel/plugin-transform-class-properties
  • Loading branch information
victor-baumann authored Apr 19, 2024
2 parents ad01eab + 030d8b2 commit e13b876
Show file tree
Hide file tree
Showing 6 changed files with 892 additions and 1,517 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
"watchpack-chokidar2/chokidar": "^3.5.3",
"glob-parent": "^6.0.1",
"semver": "^7.5.3",
"postcss": "^8.4.31",
"@babel/traverse": ">=7.23.2"
"postcss": "^8.4.31"
},
"engines": {
"node": ">=16.0.0"
Expand Down
5 changes: 1 addition & 4 deletions src/packages/excalidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@babel/plugin-transform-async-to-generator": "7.16.0",
"@babel/plugin-transform-runtime": "7.17.10",
"@babel/plugin-transform-typescript": "7.16.1",
"@babel/plugin-transform-class-properties": "7.24.1",
"@babel/preset-env": "7.17.10",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"autoprefixer": "10.4.7",
"babel-loader": "8.2.5",
"babel-plugin-transform-class-properties": "6.24.1",
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"mini-css-extract-plugin": "2.6.0",
Expand Down Expand Up @@ -82,8 +82,5 @@
},
"dependencies": {
"dotenv": "10.0.0"
},
"resolutions": {
"@babel/traverse": ">=7.23.2"
}
}
Loading

0 comments on commit e13b876

Please sign in to comment.