File tree 4 files changed +364
-363
lines changed
packages/cspell-eslint-plugin
test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9
4 files changed +364
-363
lines changed Original file line number Diff line number Diff line change 106
106
"@rollup/plugin-typescript" : " ^12.1.1" ,
107
107
"@swc-node/register" : " ^1.10.9" ,
108
108
"@tsconfig/node18" : " ^18.2.4" ,
109
- "@types/node" : " ^18.19.60 " ,
109
+ "@types/node" : " ^18.19.61 " ,
110
110
"@vitest/coverage-istanbul" : " ^2.1.4" ,
111
111
"conventional-changelog-conventionalcommits" : " ^8.0.0" ,
112
112
"eslint" : " ^9.13.0" ,
117
117
"nyc" : " ^17.1.0" ,
118
118
"perf-insight" : " ^1.2.0" ,
119
119
"prettier" : " ^3.3.3" ,
120
- "rollup" : " ^4.24.2 " ,
120
+ "rollup" : " ^4.24.3 " ,
121
121
"rollup-plugin-dts" : " ^6.1.1" ,
122
122
"shx" : " ^0.3.4" ,
123
123
"ts-jest" : " ^29.2.5" ,
124
124
"ts-node" : " ^10.9.2" ,
125
125
"ts2mjs" : " ^3.0.0" ,
126
126
"tslib" : " ^2.8.0" ,
127
127
"typescript" : " ~5.6.3" ,
128
- "typescript-eslint" : " ^8.12.1 " ,
128
+ "typescript-eslint" : " ^8.12.2 " ,
129
129
"vite" : " ^5.4.10" ,
130
130
"vitest" : " ^2.1.4"
131
131
}
Original file line number Diff line number Diff line change 85
85
"@types/eslint" : " ^8.56.12" ,
86
86
"@types/estree" : " ^1.0.6" ,
87
87
"@types/mocha" : " ^10.0.9" ,
88
- "@typescript-eslint/parser" : " ^8.12.1 " ,
89
- "@typescript-eslint/types" : " ^8.12.1 " ,
88
+ "@typescript-eslint/parser" : " ^8.12.2 " ,
89
+ "@typescript-eslint/types" : " ^8.12.2 " ,
90
90
"eslint" : " ^9.13.0" ,
91
91
"eslint-plugin-jsonc" : " ^2.16.0" ,
92
92
"eslint-plugin-mdx" : " ^3.1.5" ,
96
96
"eslint-plugin-yml" : " ^1.14.0" ,
97
97
"globals" : " ^15.11.0" ,
98
98
"jsonc-eslint-parser" : " ^2.4.0" ,
99
- "mocha" : " ^10.7.3 " ,
99
+ "mocha" : " ^10.8.1 " ,
100
100
"ts-json-schema-generator" : " ^2.3.0" ,
101
101
"typescript" : " ~5.6.3" ,
102
- "typescript-eslint" : " ^8.12.1 " ,
102
+ "typescript-eslint" : " ^8.12.2 " ,
103
103
"yaml-eslint-parser" : " ^1.2.3"
104
104
},
105
105
"dependencies" : {
Original file line number Diff line number Diff line change 20
20
"@types/react" : " ^18.3.12" ,
21
21
"eslint" : " ^9.13.0" ,
22
22
"eslint-plugin-n" : " ^17.11.1" ,
23
- "typescript-eslint" : " ^8.12.1 "
23
+ "typescript-eslint" : " ^8.12.2 "
24
24
},
25
25
"dependencies" : {
26
26
"react" : " ^18.3.1"
You can’t perform that action at this time.
0 commit comments