File tree Expand file tree Collapse file tree 3 files changed +829
-874
lines changed Expand file tree Collapse file tree 3 files changed +829
-874
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.1
4
+
5
+ - Update dependencies
6
+ - Use pnpm 9.12.2
7
+
3
8
## 0.7.0
4
9
5
10
- Use pnpm 9.6.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @exercism/eslint-config-javascript" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"description" : " ESLint configuration for the JavaScript track on Exercism" ,
5
5
"main" : " index.mjs" ,
6
6
"scripts" : {
9
9
"author" : " Derk-Jan Karrenbeld <derk-jan+git@karrenbeld.info> (https://derk-jan.com)" ,
10
10
"license" : " MIT" ,
11
11
"peerDependencies" : {
12
- "@exercism/babel-preset-javascript" : " >= 0.5.0 " ,
13
- "eslint" : " >= 9.8 "
12
+ "@exercism/babel-preset-javascript" : " >= 0.5.1 " ,
13
+ "eslint" : " >= 9.12 "
14
14
},
15
15
"devDependencies" : {
16
- "@exercism/babel-preset-javascript" : " ^0.5.0 " ,
17
- "eslint" : " ^9.8 .0" ,
16
+ "@exercism/babel-preset-javascript" : " ^0.5.1 " ,
17
+ "eslint" : " ^9.12 .0" ,
18
18
"prettier" : " ^3.3.3"
19
19
},
20
20
"dependencies" : {
21
- "@babel/eslint-parser" : " ^7.25.1 " ,
22
- "@babel/eslint-plugin" : " ^7.25.1 " ,
23
- "@eslint/js" : " ^9.8 .0" ,
21
+ "@babel/eslint-parser" : " ^7.25.8 " ,
22
+ "@babel/eslint-plugin" : " ^7.25.7 " ,
23
+ "@eslint/js" : " ^9.12 .0" ,
24
24
"eslint-config-prettier" : " ^9.1.0" ,
25
- "eslint-plugin-jest" : " ^28.8.0 " ,
26
- "globals" : " ^15.9 .0"
25
+ "eslint-plugin-jest" : " ^28.8.3 " ,
26
+ "globals" : " ^15.11 .0"
27
27
},
28
- "packageManager" : " pnpm@9.7.0 "
28
+ "packageManager" : " pnpm@9.12.2 "
29
29
}
You can’t perform that action at this time.
0 commit comments