Skip to content

Commit

Permalink
Merge pull request #3779 from dbmdz/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
jcoyne committed Aug 17, 2023
2 parents 3c121db + 174d7b9 commit 04c5b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"@babel/core": "^7.17.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-regenerator": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
Expand Down
2 changes: 1 addition & 1 deletion scripts/container-lint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const glob = require('glob'); // eslint-disable-line import/no-extraneous-dependencies
const fs = require('fs');
const glob = require('glob'); // eslint-disable-line import/no-extraneous-dependencies
const chalk = require('chalk'); // eslint-disable-line import/no-extraneous-dependencies

const { error } = console;
Expand Down
2 changes: 1 addition & 1 deletion scripts/i18n-lint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const glob = require('glob'); // eslint-disable-line import/no-extraneous-dependencies
const fs = require('fs');
const glob = require('glob'); // eslint-disable-line import/no-extraneous-dependencies
const chalk = require('chalk'); // eslint-disable-line import/no-extraneous-dependencies

const { log } = console;
Expand Down

0 comments on commit 04c5b67

Please sign in to comment.