Skip to content

Commit bb8db5f

Browse files
committed
fixed broken builds
1 parent 34893fc commit bb8db5f

File tree

4 files changed

+114
-4
lines changed

4 files changed

+114
-4
lines changed

charts/chart-card/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"url": "https://jira.mongodb.org/projects/PD/summary"
3737
},
3838
"devDependencies": {
39-
"@lg-charts/core": "workspace:^",
4039
"@lg-tools/build": "workspace:^"
4140
},
4241
"exports": {

pnpm-lock.yaml

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

tools/build/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"cross-spawn": "7.0.3",
4141
"downlevel-dts": "^0.11.0",
4242
"fs-extra": "11.1.1",
43+
"glob": "^11.0.0",
4344
"lodash": "4.17.21",
45+
"lodash-es": "^4.17.21",
4446
"react-docgen-typescript": "2.2.2",
4547
"rollup": "4.16.1",
4648
"rollup-plugin-bundle-stats": "^4.18.2",

tools/lint/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"@babel/core": "7.23.2",
1818
"@babel/eslint-parser": "7.25.9",
1919
"@emotion/eslint-plugin": "11.12.0",
20+
"@eslint/compat": "^1.2.4",
21+
"@eslint/eslintrc": "^3.2.0",
22+
"@eslint/js": "^9.16.0",
2023
"@lg-tools/build": "workspace:^",
2124
"@lg-tools/meta": "workspace:^",
2225
"@types/cli-progress": "^3.11.6",
@@ -36,6 +39,7 @@
3639
"eslint-plugin-simple-import-sort": "12.1.1",
3740
"eslint-plugin-storybook": "0.11.1",
3841
"glob": "10.3.12",
42+
"globals": "^15.13.0",
3943
"npm-package-json-lint": "8.0.0",
4044
"npm-package-json-lint-config-default": "7.0.1",
4145
"prettier": "2.8.8"

0 commit comments

Comments
 (0)