Skip to content

Commit a1df69b

Browse files
authored
Merge pull request #382 from multiversx/rm/update-deprecated-scripts
Update Scripts
2 parents 3b1ed5b + 8873a4f commit a1df69b

File tree

3 files changed

+155
-16
lines changed

3 files changed

+155
-16
lines changed

executeBuildCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function esbuildWrapper(buildType = 'esm') {
2727
const { format, splitting, tsconfig, destination } = buildTypes[buildType];
2828

2929
return function executeBuildCommand(customOptions = {}) {
30-
glob.sync(
30+
glob(
3131
'{./src/**/*.tsx,./src/**/*.ts,./src/**/*.scss}',
3232
function (err, filesAndTestFiles) {
3333
if (err) {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@
6464
"eslint-plugin-promise": "7.1.0",
6565
"eslint-plugin-react": "7.37.5",
6666
"eslint-plugin-react-hooks": "7.0.1",
67-
"glob": "11.0.3",
67+
"glob": "8.0.3",
6868
"identity-obj-proxy": "3.0.0",
6969
"jest": "29.7.0",
7070
"jest-css-modules-transform": "4.4.2",
7171
"jest-environment-jsdom": "29.7.0",
7272
"jest-transformer-svg": "2.1.0",
7373
"msw": "1.3.2",
7474
"node-stdlib-browser": "1.2.0",
75+
"postcss-modules": "5.0.0",
7576
"prettier": "2.8.8",
7677
"react": "18.2.0",
7778
"react-dom": "18.2.0",

pnpm-lock.yaml

Lines changed: 152 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)