diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-07-07 23:09:57 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-07-07 23:09:57 -0700 |
| commit | 2ff9ddd5497f7989bd70c02cd2541d49fcb0b8e2 (patch) | |
| tree | f1372e4aa616d0e1b41b65d5e7dbae770e766550 /package.json | |
| parent | 91a956558beb8f8325c9a5339faa6d5feb360513 (diff) | |
Fix some build warnings
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 9340520..a2b3fb0 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,8 @@ ] }, "devDependencies": { + "@babel/core": "^7.22.5", + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "@types/lodash": "^4.14.180", |
