@solidstarters/create-solid-app 1.2.22 → 1.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidstarters/create-solid-app",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "main": "index.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -14,10 +14,6 @@
14
14
  "@hello-pangea/dnd": "^17.0.0",
15
15
  "@reduxjs/toolkit": "^1.9.5",
16
16
  "@solidstarters/solid-core-ui": "^1.1.150",
17
- "@types/node": "20.5.9",
18
- "@types/react": "18.2.21",
19
- "@types/react-dom": "18.2.7",
20
- "@types/uuid": "^10.0.0",
21
17
  "@uiw/react-codemirror": "^4.23.3",
22
18
  "axios": "^1.7.2",
23
19
  "bcryptjs": "^2.4.3",
@@ -67,9 +63,13 @@
67
63
  },
68
64
  "devDependencies": {
69
65
  "@types/lodash": "^4.17.9",
66
+ "@types/node": "20.5.9",
70
67
  "@types/pluralize": "^0.0.33",
71
68
  "@types/qs": "^6.9.15",
69
+ "@types/react": "18.3.18",
70
+ "@types/react-dom": "18.3.5",
72
71
  "@types/react-js-pagination": "^3.0.7",
72
+ "@types/uuid": "^10.0.0",
73
73
  "next": "^14.2.7"
74
74
  }
75
75
  },
@@ -1248,23 +1248,23 @@
1248
1248
  "optional": true
1249
1249
  },
1250
1250
  "node_modules/@types/react": {
1251
- "version": "18.2.21",
1252
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz",
1253
- "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==",
1251
+ "version": "18.3.18",
1252
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz",
1253
+ "integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==",
1254
1254
  "license": "MIT",
1255
1255
  "dependencies": {
1256
1256
  "@types/prop-types": "*",
1257
- "@types/scheduler": "*",
1258
1257
  "csstype": "^3.0.2"
1259
1258
  }
1260
1259
  },
1261
1260
  "node_modules/@types/react-dom": {
1262
- "version": "18.2.7",
1263
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",
1264
- "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==",
1261
+ "version": "18.3.5",
1262
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.5.tgz",
1263
+ "integrity": "sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==",
1264
+ "devOptional": true,
1265
1265
  "license": "MIT",
1266
- "dependencies": {
1267
- "@types/react": "*"
1266
+ "peerDependencies": {
1267
+ "@types/react": "^18.0.0"
1268
1268
  }
1269
1269
  },
1270
1270
  "node_modules/@types/react-js-pagination": {
@@ -1295,12 +1295,6 @@
1295
1295
  "@types/react": "*"
1296
1296
  }
1297
1297
  },
1298
- "node_modules/@types/scheduler": {
1299
- "version": "0.23.0",
1300
- "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.23.0.tgz",
1301
- "integrity": "sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==",
1302
- "license": "MIT"
1303
- },
1304
1298
  "node_modules/@types/unist": {
1305
1299
  "version": "3.0.3",
1306
1300
  "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
@@ -1317,6 +1311,7 @@
1317
1311
  "version": "10.0.0",
1318
1312
  "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
1319
1313
  "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
1314
+ "dev": true,
1320
1315
  "license": "MIT"
1321
1316
  },
1322
1317
  "node_modules/@types/webidl-conversions": {
@@ -16,10 +16,6 @@
16
16
  "@hello-pangea/dnd": "^17.0.0",
17
17
  "@reduxjs/toolkit": "^1.9.5",
18
18
  "@solidstarters/solid-core-ui": "^1.1.150",
19
- "@types/node": "20.5.9",
20
- "@types/react": "18.2.21",
21
- "@types/react-dom": "18.2.7",
22
- "@types/uuid": "^10.0.0",
23
19
  "@uiw/react-codemirror": "^4.23.3",
24
20
  "axios": "^1.7.2",
25
21
  "bcryptjs": "^2.4.3",
@@ -71,7 +67,11 @@
71
67
  "@types/lodash": "^4.17.9",
72
68
  "@types/pluralize": "^0.0.33",
73
69
  "@types/qs": "^6.9.15",
70
+ "@types/react": "18.3.18",
71
+ "@types/react-dom": "18.3.5",
74
72
  "@types/react-js-pagination": "^3.0.7",
75
- "next": "^14.2.7"
73
+ "next": "^14.2.7",
74
+ "@types/node": "20.5.9",
75
+ "@types/uuid": "^10.0.0"
76
76
  }
77
77
  }