Skip to content

Commit 2755bea

Browse files
Merge pull request #117 from NaverPayDev/feature/116
🔧 update dependencies in eslint-config package
2 parents f564989 + c8bdd81 commit 2755bea

File tree

8 files changed

+240
-98
lines changed

8 files changed

+240
-98
lines changed

.changeset/rotten-cobras-rule.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@naverpay/eslint-config": minor
3+
---
4+
5+
🔧 update dependencies in eslint-config package
6+
7+
PR: [🔧 update dependencies in eslint-config package](https://github.com/NaverPayDev/code-style/pull/117)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "https://github.com/NaverPayDev/code-style.git"
99
},
1010
"author": "@NaverPayDev/frontend",
11+
"type": "commonjs",
1112
"scripts": {
1213
"build": "turbo build",
1314
"prelint": "pnpm run build",

packages/editorconfig/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"license": "MIT",
1515
"author": "@NaverPayDev/frontend",
16+
"type": "commonjs",
1617
"scripts": {
1718
"postinstall": "node index.js"
1819
}

packages/eslint-config/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"license": "MIT",
1818
"author": "@NaverPayDev/frontend",
1919
"sideEffects": false,
20+
"type": "commonjs",
2021
"exports": {
2122
".": {
2223
"import": "./dist/esm/index.mjs",
@@ -46,20 +47,20 @@
4647
"@eslint/eslintrc": "^3.2.0",
4748
"@eslint/js": "^9.15.0",
4849
"@naverpay/eslint-plugin": "workspace:*",
49-
"eslint-config-prettier": "^9.1.0",
50+
"eslint-config-prettier": "^10.1.5",
5051
"eslint-plugin-import": ">=2.31.0",
5152
"eslint-plugin-jsx-a11y": "^6.10.2",
52-
"eslint-plugin-n": "^17.14.0",
53-
"eslint-plugin-package-json": ">=0.26.4",
53+
"eslint-plugin-n": "^17.19.0",
54+
"eslint-plugin-package-json": ">=0.33.2",
5455
"eslint-plugin-react": "^7.37.2",
55-
"eslint-plugin-react-hooks": "^5.0.0",
56+
"eslint-plugin-react-hooks": "^5.2.0",
5657
"eslint-plugin-sonarjs": "^3.0.1",
5758
"eslint-plugin-unicorn": "^56.0.1",
5859
"eslint-plugin-unused-imports": "^4.1.4",
5960
"eslint-plugin-yml": "^1.16.0",
60-
"globals": "^15.14.0",
61+
"globals": "^16.2.0",
6162
"neostandard": "^0.11.9",
62-
"typescript-eslint": "^8.18.0"
63+
"typescript-eslint": "^8.34.0"
6364
},
6465
"devDependencies": {
6566
"builtin-modules": "^4.0.0",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"license": "MIT",
1818
"author": "@NaverPayDev/frontend",
1919
"sideEffects": false,
20+
"type": "commonjs",
2021
"exports": {
2122
".": {
2223
"import": "./dist/esm/lib/index.mjs",

packages/markdown-lint/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"license": "MIT",
1616
"author": "@NaverPayDev/frontend",
17+
"type": "commonjs",
1718
"main": ".markdownlint.jsonc",
1819
"bin": {
1920
"markdownlint": "cli.js"

packages/prettier-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"author": "@NaverPayDev/frontend",
18+
"type": "commonjs",
1819
"main": "index.json",
1920
"devDependencies": {
2021
"prettier": "^3.5.3"

0 commit comments

Comments
 (0)