Skip to content

Commit 2277839

Browse files
committed
React를 18로, TypeScript를 API Extractor 호환을 위해 하향 조정
1 parent 7b49f87 commit 2277839

File tree

3 files changed

+262
-150
lines changed

3 files changed

+262
-150
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"devDependencies": {
8484
"@babel/plugin-transform-runtime": "^7.28.0",
8585
"@changesets/cli": "^2.29.5",
86+
"@microsoft/api-extractor": "7.52.8",
8687
"@naverpay/editorconfig": "^0.0.4",
8788
"@naverpay/eslint-config": "^2.3.0",
8889
"@naverpay/markdown-lint": "^0.0.3",
@@ -93,19 +94,20 @@
9394
"browserslist-to-esbuild": "^2.1.1",
9495
"lefthook": "^1.12.1",
9596
"next": "^15.3.5",
96-
"react": "^19.1.0",
97+
"react": "18.2.0",
98+
"react-dom": "18.2.0",
9799
"rollup-preserve-directives": "^1.1.3",
98100
"tsup": "^8.5.0",
99-
"typescript": "^5.8.3",
101+
"typescript": "^5.4.2",
100102
"vite": "^7.0.4",
101103
"vite-plugin-dts": "^4.2.1",
102104
"vite-tsconfig-paths": "^5.1.4",
103105
"vitest": "^3.2.4"
104106
},
105107
"peerDependencies": {
106108
"next": "^13.0.0 || ^14.0.0",
107-
"react": "^18.0.0",
108-
"react-dom": "^18.0.0"
109+
"react": "18.0.0",
110+
"react-dom": "18.0.0"
109111
},
110112
"peerDependenciesMeta": {
111113
"next": {

0 commit comments

Comments
 (0)