File tree Expand file tree Collapse file tree 8 files changed +179
-194
lines changed
Expand file tree Collapse file tree 8 files changed +179
-194
lines changed Original file line number Diff line number Diff line change 2525 "@babel/core" : " 7.26.0" ,
2626 "@expo/webpack-config" : " 19.0.1" ,
2727 "@types/react" : " 19.1.8" ,
28- "typescript" : " 5.8.3 "
28+ "typescript" : " 5.9.2 "
2929 },
3030 "private" : true
3131}
Original file line number Diff line number Diff line change 2020 "@types/react" : " 19.1.8" ,
2121 "@types/react-dom" : " 19.1.6" ,
2222 "tailwindcss" : " 4.1.11" ,
23- "typescript" : " 5.8.3 "
23+ "typescript" : " 5.9.2 "
2424 }
2525}
Original file line number Diff line number Diff line change 2525 "@types/react" : " 19.1.8" ,
2626 "@types/react-dom" : " 19.1.6" ,
2727 "tailwindcss" : " 4.1.11" ,
28- "typescript" : " 5.8.3 " ,
28+ "typescript" : " 5.9.2 " ,
2929 "vite" : " 7.1.1" ,
3030 "vite-tsconfig-paths" : " 5.1.4"
3131 }
Original file line number Diff line number Diff line change 1414 "jest-environment-jsdom" : " 30.0.4" ,
1515 "tsup" : " 8.5.0" ,
1616 "ts-jest" : " 29.4.0" ,
17- "typescript" : " 5.8.3 "
17+ "typescript" : " 5.9.2 "
1818 }
1919}
Original file line number Diff line number Diff line change 2020 "devDependencies" : {
2121 "@types/react" : " 19.1.8" ,
2222 "@types/react-dom" : " 19.1.6" ,
23- "typescript" : " 5.8.3 "
23+ "typescript" : " 5.9.2 "
2424 }
2525}
Original file line number Diff line number Diff line change 11{
22 "name" : " @composify/react" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.1.1 " ,
44 "homepage" : " https://composify.js.org" ,
55 "repository" : {
66 "type" : " git" ,
7575 "acorn-jsx" : " 5.3.2" ,
7676 "css-box-model" : " 1.2.1" ,
7777 "es-toolkit" : " 1.39.8" ,
78- "prettier" : " 3.6.2" ,
7978 "react-dnd" : " 16.0.1" ,
8079 "react-dnd-html5-backend" : " 16.0.1" ,
8180 "react-element-to-jsx-string" : " 17.0.1"
8584 "@testing-library/react" : " 16.3.0" ,
8685 "@types/react" : " 19.1.8" ,
8786 "@types/react-dom" : " 19.1.6" ,
88- "typescript" : " 5.8.3"
87+ "prettier" : " 3.6.2" ,
88+ "react" : " 19.1.0" ,
89+ "react-dom" : " 19.1.0" ,
90+ "typescript" : " 5.9.2"
8991 },
9092 "peerDependencies" : {
91- "react" : " ^18.0.0 || ^19.0.0" ,
92- "react-dom" : " ^18.0.0 || ^19.0.0"
93+ "prettier" : " *" ,
94+ "react" : " *" ,
95+ "react-dom" : " *"
9396 }
9497}
Original file line number Diff line number Diff line change @@ -6,18 +6,6 @@ export default defineConfig({
66 outDir : 'dist' ,
77 sourcemap : true ,
88 dts : true ,
9- external : [
10- '@monaco-editor/react' ,
11- 'acorn' ,
12- 'acorn-jsx' ,
13- 'css-box-model' ,
14- 'es-toolkit' ,
15- 'prettier' ,
16- 'react-dnd' ,
17- 'react-dnd-html5-backend' ,
18- 'react-element-to-jsx-string' ,
19- 'tamagui' ,
20- ] ,
219 loader : {
2210 '.css' : 'local-css' ,
2311 } ,
You can’t perform that action at this time.
0 commit comments