File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 8fdae1f ` ] ( https://github.com/mdx-js/eslint-mdx/commit/8fdae1f982c014b9253b8e113b6d7f7b7c12410e ) Thanks [ @JounQin ] ( https://github.com/JounQin ) ! - chore: bump synckit
8
+
3
9
## 2.3.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-mdx" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.3.2 " ,
4
4
"description" : " ESLint Parser for MDX" ,
5
5
"repository" : " git+https://github.com/mdx-js/eslint-mdx.git" ,
6
6
"homepage" : " https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 8fdae1f ` ] ( https://github.com/mdx-js/eslint-mdx/commit/8fdae1f982c014b9253b8e113b6d7f7b7c12410e )] :
8
+
9
+
3
10
## 2.3.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-mdx" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.3.2 " ,
4
4
"description" : " ESLint Plugin for MDX" ,
5
5
"repository" : " git+https://github.com/mdx-js/eslint-mdx.git" ,
6
6
"homepage" : " https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx" ,
31
31
"eslint" : " >=8.0.0"
32
32
},
33
33
"dependencies" : {
34
- "eslint-mdx" : " ^2.3.1 " ,
34
+ "eslint-mdx" : " ^2.3.2 " ,
35
35
"eslint-plugin-markdown" : " ^3.0.1" ,
36
36
"remark-mdx" : " ^2.3.0" ,
37
37
"remark-parse" : " ^10.0.2" ,
Original file line number Diff line number Diff line change @@ -6956,7 +6956,7 @@ __metadata:
6956
6956
languageName: node
6957
6957
linkType: hard
6958
6958
6959
- "eslint-mdx@npm:^2.3.1 , eslint-mdx@workspace:packages/eslint-mdx":
6959
+ "eslint-mdx@npm:^2.3.2 , eslint-mdx@workspace:packages/eslint-mdx":
6960
6960
version: 0.0.0-use.local
6961
6961
resolution: "eslint-mdx@workspace:packages/eslint-mdx"
6962
6962
dependencies:
@@ -7119,7 +7119,7 @@ __metadata:
7119
7119
version: 0.0.0-use.local
7120
7120
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
7121
7121
dependencies:
7122
- eslint-mdx: "npm:^2.3.1 "
7122
+ eslint-mdx: "npm:^2.3.2 "
7123
7123
eslint-plugin-markdown: "npm:^3.0.1"
7124
7124
remark-mdx: "npm:^2.3.0"
7125
7125
remark-parse: "npm:^10.0.2"
You can’t perform that action at this time.
0 commit comments