@modern-js-app/eslint-config 2.46.0 → 2.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @modern-js-app/eslint-config
2
2
 
3
+ ## 2.47.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 9a7e17a: fix(deps): missing @rsbuild/core peer dependency
8
+
9
+ fix(deps): 缺少 @rsbuild/core peer dependency
10
+
11
+ ## 2.46.1
12
+
3
13
  ## 2.46.0
4
14
 
5
15
  ## 2.45.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js-app/eslint-config",
3
- "version": "2.46.0",
3
+ "version": "2.47.0",
4
4
  "description": "A Progressive React Framework for modern web development.",
5
5
  "homepage": "https://modernjs.dev",
6
6
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
@@ -21,7 +21,8 @@
21
21
  "@babel/core": "^7.23.2",
22
22
  "@babel/eslint-parser": "^7.22.15",
23
23
  "@babel/eslint-plugin": "^7.22.10",
24
- "@rsbuild/babel-preset": "0.3.3",
24
+ "@rsbuild/babel-preset": "0.4.4",
25
+ "@rsbuild/core": "0.4.4",
25
26
  "@typescript-eslint/eslint-plugin": "^5.59.0",
26
27
  "@typescript-eslint/parser": "^5.59.0",
27
28
  "eslint": "^8.28.0",