File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 runs-on : ubuntu-latest
11+ environment : npm-publish
1112
1213 steps :
1314 - name : Checkout code
Original file line number Diff line number Diff line change 4141 "eslint-plugin-simple-import-sort" : " ^12.1.1" ,
4242 "eslint-plugin-testing-library" : " ^7.13.1" ,
4343 "eslint-plugin-unused-imports" : " ^4.2.0" ,
44- "prettier" : " ^3.6.2"
44+ "globals" : " ^16.0.0" ,
45+ "prettier" : " ^3.6.2" ,
46+ "typescript-eslint" : " ^8.19.1"
4547 },
4648 "dependencies" : {
4749 "eslint-define-config" : " ^2.0.0"
6769 "eslint-plugin-simple-import-sort" : " ^12.1.1" ,
6870 "eslint-plugin-testing-library" : " ^7.13.1" ,
6971 "eslint-plugin-unused-imports" : " ^4.2.0" ,
72+ "globals" : " ^16.0.0" ,
7073 "jest" : " ^30.0.0" ,
7174 "npm-run-all2" : " ^8.0.0" ,
7275 "prettier" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -1690,7 +1690,9 @@ __metadata:
16901690 eslint-plugin-simple-import-sort: ^12.1.1
16911691 eslint-plugin-testing-library: ^7.13.1
16921692 eslint-plugin-unused-imports: ^4.2.0
1693+ globals: ^16.0.0
16931694 prettier: ^3.6.2
1695+ typescript-eslint: ^8.19.1
16941696 languageName: node
16951697 linkType: soft
16961698
@@ -1719,6 +1721,7 @@ __metadata:
17191721 eslint-plugin-simple-import-sort: "npm:^12.1.1"
17201722 eslint-plugin-testing-library: "npm:^7.13.1"
17211723 eslint-plugin-unused-imports: "npm:^4.2.0"
1724+ globals: "npm:^16.0.0"
17221725 jest: "npm:^30.0.0"
17231726 npm-run-all2: "npm:^8.0.0"
17241727 prettier: "npm:^3.0.0"
@@ -1742,7 +1745,9 @@ __metadata:
17421745 eslint-plugin-simple-import-sort: ^12.1.1
17431746 eslint-plugin-testing-library: ^7.13.1
17441747 eslint-plugin-unused-imports: ^4.2.0
1748+ globals: ^16.0.0
17451749 prettier: ^3.6.2
1750+ typescript-eslint: ^8.19.1
17461751 languageName: unknown
17471752 linkType: soft
17481753
You can’t perform that action at this time.
0 commit comments