Skip to content

Commit 2cd83b6

Browse files
committed
[#75] 📦️ move peers to deps
1 parent 458c03d commit 2cd83b6

File tree

3 files changed

+163
-162
lines changed

3 files changed

+163
-162
lines changed

packages/eslint-config/package.json

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,23 @@
2424
"version": "pnpm version",
2525
"deploy": "pnpm publish"
2626
},
27-
"peerDependencies": {
27+
"author": "@NaverPayDev/frontend",
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/NaverPayDev/code-style.git",
31+
"directory": "packages/eslint-config"
32+
},
33+
"homepage": "https://github.com/NaverPayDev/code-style",
34+
"keywords": [
35+
"naverpay",
36+
"eslint",
37+
"eslintconfig"
38+
],
39+
"license": "MIT",
40+
"dependencies": {
2841
"@eslint/eslintrc": "^3.2.0",
2942
"@eslint/js": "^9.15.0",
3043
"@naverpay/eslint-plugin": "workspace:*",
31-
"eslint": ">=9",
3244
"eslint-config-prettier": "^9.1.0",
3345
"eslint-plugin-import": ">=2.31.0",
3446
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -43,23 +55,14 @@
4355
"neostandard": "^0.11.9",
4456
"typescript-eslint": "^8.18.0"
4557
},
46-
"author": "@NaverPayDev/frontend",
47-
"repository": {
48-
"type": "git",
49-
"url": "https://github.com/NaverPayDev/code-style.git",
50-
"directory": "packages/eslint-config"
51-
},
52-
"homepage": "https://github.com/NaverPayDev/code-style",
53-
"keywords": [
54-
"naverpay",
55-
"eslint",
56-
"eslintconfig"
57-
],
58-
"license": "MIT",
5958
"devDependencies": {
6059
"@rollup/plugin-json": "^6.1.0",
6160
"builtin-modules": "^4.0.0",
61+
"eslint": "^9.17.0",
6262
"rollup": "^4.27.4",
6363
"vitest": "^2.1.5"
64+
},
65+
"peerDependencies": {
66+
"eslint": ">=9"
6467
}
6568
}

packages/eslint-plugin/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,6 @@
2424
"version": "pnpm version",
2525
"deploy": "pnpm publish"
2626
},
27-
"devDependencies": {
28-
"@babel/eslint-parser": "^7.25.9",
29-
"@babel/preset-react": "^7.24.7",
30-
"@rollup/plugin-json": "^6.1.0",
31-
"@typescript-eslint/parser": "^8.15.0",
32-
"builtin-modules": "^4.0.0",
33-
"rollup": "^4.27.4",
34-
"vitest": "^2.1.5"
35-
},
36-
"peerDependencies": {
37-
"eslint": ">=9"
38-
},
39-
"dependencies": {
40-
"@naverpay/ast-parser": "^0.0.2",
41-
"micromatch": "^4.0.8",
42-
"minimatch": "^9.0.4",
43-
"svgo": "^3.3.2"
44-
},
4527
"author": "@NaverPayDev/frontend",
4628
"repository": {
4729
"type": "git",
@@ -55,5 +37,23 @@
5537
"plugin",
5638
"eslint-plugin"
5739
],
58-
"license": "MIT"
40+
"license": "MIT",
41+
"dependencies": {
42+
"@naverpay/ast-parser": "^0.0.2",
43+
"micromatch": "^4.0.8",
44+
"minimatch": "^9.0.4",
45+
"svgo": "^3.3.2"
46+
},
47+
"devDependencies": {
48+
"@babel/eslint-parser": "^7.25.9",
49+
"@babel/preset-react": "^7.24.7",
50+
"@rollup/plugin-json": "^6.1.0",
51+
"@typescript-eslint/parser": "^8.15.0",
52+
"builtin-modules": "^4.0.0",
53+
"rollup": "^4.27.4",
54+
"vitest": "^2.1.5"
55+
},
56+
"peerDependencies": {
57+
"eslint": ">=8.57.0"
58+
}
5959
}

0 commit comments

Comments
 (0)