Dependency bump

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-11 11:48:50 -07:00
parent b93796bd1c
commit 81fd26d2e4
4 changed files with 2305 additions and 1715 deletions

View File

@@ -2,6 +2,8 @@
module.exports = exports = {
plugins: [
[ '@babel/plugin-proposal-class-properties', { loose: true } ],
[ '@babel/plugin-proposal-private-property-in-object', { loose: true } ],
[ '@babel/plugin-proposal-private-methods', { loose: true } ],
],
presets: [
[ '@babel/preset-env', {