Skip to content

Commit 9d4f2ec

Browse files
committed
chore: cleanups post merge
1 parent ac5f372 commit 9d4f2ec

File tree

2 files changed

+6511
-2147
lines changed

2 files changed

+6511
-2147
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
"@babel/preset-env": "^7.19.0",
7070
"@babel/preset-react": "^7.18.6",
7171
"@babel/preset-typescript": "^7.18.6",
72+
"@changesets/cli": "^2.25.2",
73+
"@commitlint/cli": "^17.2.0",
74+
"@commitlint/config-conventional": "^17.2.0",
75+
"@preconstruct/cli": "^2.2.2",
7276
"@react-three/fiber": "^8.0.27",
7377
"@remix-run/dev": "patch:@remix-run/dev@npm:1.7.0#./.yarn/patches/@remix-run-dev-npm-1.7.0-fe40e11b54.patch",
7478
"@remix-run/serve": "^1.7.0",
@@ -81,7 +85,11 @@
8185
"@types/lodash.clamp": "^4.0.7",
8286
"@types/lodash.shuffle": "^4.2.7",
8387
"@types/mdx-js__react": "^1.5.5",
88+
"@types/react": "^18.0.25",
89+
"@types/react-dom": "^18.0.8",
90+
"@types/react-lazyload": "^3.2.0",
8491
"@types/react-native": "^0.69.1",
92+
"@types/styled-components": "^5.1.26",
8593
"@types/three": "^0.144.0",
8694
"@vitejs/plugin-react-refresh": "^1.3.6",
8795
"chokidar": "^3.5.3",
@@ -90,22 +98,6 @@
9098
"cypress-image-snapshot": "^4.0.1",
9199
"flush-microtasks": "^1.0.1",
92100
"gray-matter": "^4.0.3",
93-
"react": "^18.2.0",
94-
"react-dom": "^18.2.0",
95-
"react-native": "^0.69.1",
96-
"react-zdog": "^1.0.11",
97-
"spec.ts": "^1.1.3",
98-
"start-server-and-test": "^1.14.0",
99-
"ts-jest": "^27.1.5",
100-
"ts-node": "^10.9.1",
101-
"@changesets/cli": "^2.25.2",
102-
"@commitlint/cli": "^17.2.0",
103-
"@commitlint/config-conventional": "^17.2.0",
104-
"@preconstruct/cli": "^2.2.2",
105-
"@types/react": "^18.0.25",
106-
"@types/react-dom": "^18.0.8",
107-
"@types/react-lazyload": "^3.2.0",
108-
"@types/styled-components": "^5.1.26",
109101
"husky": "^8.0.2",
110102
"jest": "^27.5.1",
111103
"konva": "^8.3.14",
@@ -114,8 +106,16 @@
114106
"postinstall-postinstall": "^2.1.0",
115107
"prettier": "^2.7.1",
116108
"pretty-quick": "^3.1.3",
109+
"react": "^18.2.0",
110+
"react-dom": "^18.2.0",
117111
"react-konva": "^18.2.3",
112+
"react-native": "^0.69.1",
113+
"react-zdog": "^1.0.11",
114+
"spec.ts": "^1.1.3",
115+
"start-server-and-test": "^1.14.0",
118116
"three": "^0.146.0",
117+
"ts-jest": "^27.1.5",
118+
"ts-node": "^10.9.1",
119119
"typescript": "4.8.4",
120120
"vite": "^3.2.3",
121121
"zdog": "^1.1.3"

0 commit comments

Comments
 (0)