Skip to content

Commit

Permalink
chore(Root): install missing dev dependency
Browse files Browse the repository at this point in the history
Install `@s-ui/js-compiler`due to missing dependency errors inside the compiled code of some packages.
  • Loading branch information
kikoruiz authored Apr 15, 2024
1 parent d1aca37 commit 4d64791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.16.8",
"@s-ui/documentation-library": "1",
"@s-ui/js-compiler": "1",
"@s-ui/lint": "4",
"@s-ui/precommit": "3",
"@s-ui/studio": "11",
Expand Down Expand Up @@ -86,4 +87,4 @@
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
}
}
}

0 comments on commit 4d64791

Please sign in to comment.