File tree Expand file tree Collapse file tree 4 files changed +227
-220
lines changed Expand file tree Collapse file tree 4 files changed +227
-220
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " eslint-import-context " : patch
3
+ ---
4
+
5
+ fix: disable ` importHelpers ` to drop ` tslib ` dependency
Original file line number Diff line number Diff line change 62
62
"@changesets/changelog-github" : " ^0.5.1" ,
63
63
"@changesets/cli" : " ^2.29.4" ,
64
64
"@commitlint/cli" : " ^19.8.1" ,
65
- "@eslint-react/eslint-plugin" : " ^1.49 .0" ,
65
+ "@eslint-react/eslint-plugin" : " ^1.50 .0" ,
66
66
"@mdx-js/rollup" : " ^3.1.0" ,
67
67
"@shikijs/rehype" : " ^3.4.2" ,
68
68
"@types/mdx" : " ^2.0.13" ,
80
80
"eslint-plugin-react-hooks" : " ^5.2.0" ,
81
81
"github-markdown-css" : " ^5.8.1" ,
82
82
"nano-staged" : " ^0.8.0" ,
83
- "npm-run-all2" : " ^8.0.3 " ,
83
+ "npm-run-all2" : " ^8.0.4 " ,
84
84
"premove" : " ^4.0.0" ,
85
85
"prettier" : " ^3.5.3" ,
86
86
"react" : " ^19.1.0" ,
87
87
"react-dom" : " ^19.1.0" ,
88
- "react-router-dom" : " ^7.6.0 " ,
88
+ "react-router-dom" : " ^7.6.1 " ,
89
89
"rehype-slug" : " ^6.0.0" ,
90
90
"remark-gfm" : " ^4.0.1" ,
91
91
"simple-git-hooks" : " ^2.13.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " @1stg/tsconfig/node" ,
3
3
"compilerOptions" : {
4
+ // drop `tslib` dependency
5
+ "importHelpers" : false ,
4
6
"rootDir" : " ." ,
5
7
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-12
6
8
"target" : " ES2019"
You can’t perform that action at this time.
0 commit comments