File tree Expand file tree Collapse file tree 3 files changed +262
-150
lines changed Expand file tree Collapse file tree 3 files changed +262
-150
lines changed Original file line number Diff line number Diff line change 83
83
"devDependencies" : {
84
84
"@babel/plugin-transform-runtime" : " ^7.28.0" ,
85
85
"@changesets/cli" : " ^2.29.5" ,
86
+ "@microsoft/api-extractor" : " 7.52.8" ,
86
87
"@naverpay/editorconfig" : " ^0.0.4" ,
87
88
"@naverpay/eslint-config" : " ^2.3.0" ,
88
89
"@naverpay/markdown-lint" : " ^0.0.3" ,
93
94
"browserslist-to-esbuild" : " ^2.1.1" ,
94
95
"lefthook" : " ^1.12.1" ,
95
96
"next" : " ^15.3.5" ,
96
- "react" : " ^19.1.0" ,
97
+ "react" : " 18.2.0" ,
98
+ "react-dom" : " 18.2.0" ,
97
99
"rollup-preserve-directives" : " ^1.1.3" ,
98
100
"tsup" : " ^8.5.0" ,
99
- "typescript" : " ^5.8.3 " ,
101
+ "typescript" : " ^5.4.2 " ,
100
102
"vite" : " ^7.0.4" ,
101
103
"vite-plugin-dts" : " ^4.2.1" ,
102
104
"vite-tsconfig-paths" : " ^5.1.4" ,
103
105
"vitest" : " ^3.2.4"
104
106
},
105
107
"peerDependencies" : {
106
108
"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"
109
111
},
110
112
"peerDependenciesMeta" : {
111
113
"next" : {
You can’t perform that action at this time.
0 commit comments