Skip to content

Commit 0583585

Browse files
deps(deps-dev): bump tsc-esm-fix from 2.20.27 to 3.1.2 (#1093)
Bumps [tsc-esm-fix](https://github.com/antongolub/tsc-esm-fix) from 2.20.27 to 3.1.2. - [Release notes](https://github.com/antongolub/tsc-esm-fix/releases) - [Changelog](https://github.com/antongolub/tsc-esm-fix/blob/master/CHANGELOG.md) - [Commits](antongolub/tsc-esm-fix@v2.20.27...v3.1.2) --- updated-dependencies: - dependency-name: tsc-esm-fix dependency-version: 3.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c11935 commit 0583585

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"react-test-renderer": "^19.1.1",
8888
"resolve-typescript-plugin": "^2.0.1",
8989
"storybook": "^9.1.2",
90-
"tsc-esm-fix": "^2.20.27",
90+
"tsc-esm-fix": "^3.1.2",
9191
"typedoc": "^0.28.5",
9292
"typescript": "^5.8.3",
9393
"vitest": "^0.34.6",

packages/cells/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint-plugin-react": "^7.37.5",
6969
"eslint-plugin-react-hooks": "^4.6.2",
7070
"react-resize-detector": "^7.1.2",
71-
"tsc-esm-fix": "^2.20.27",
71+
"tsc-esm-fix": "^3.1.2",
7272
"typescript": "^5.8.3"
7373
}
7474
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@vitest/coverage-v8": "^0.34.6",
7676
"eslint": "^8.57.1",
7777
"react-resize-detector": "^7.1.2",
78-
"tsc-esm-fix": "^2.20.27",
78+
"tsc-esm-fix": "^3.1.2",
7979
"typedoc": "^0.28.5"
8080
}
8181
}

packages/source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"eslint-plugin-react": "^7.37.5",
5757
"eslint-plugin-react-hooks": "^4.6.2",
5858
"react-resize-detector": "^7.1.2",
59-
"tsc-esm-fix": "^2.20.27"
59+
"tsc-esm-fix": "^3.1.2"
6060
}
6161
}

0 commit comments

Comments
 (0)