@quintype/framework 7.34.5-react-upgrade-v19.2 → 7.34.5-react-upgrade-v19.3

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.
Files changed (2) hide show
  1. package/client/start.js +1 -0
  2. package/package.json +5 -5
package/client/start.js CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  /**
2
3
  * This module contains functions for starting JS on the browser side
3
4
  * ```javascript
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@quintype/framework",
3
- "version": "7.34.5-react-upgrade-v19.2",
3
+ "version": "7.34.5-react-upgrade-v19.3",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "engines": {
7
7
  "node": "^20.0.0",
8
- "npm": "^8.5.0"
8
+ "npm": "^10.0.0"
9
9
  },
10
10
  "scripts": {
11
11
  "prepublishOnly": "npm test && ./bin-dev-scripts/standard-version-release.sh",
@@ -54,9 +54,9 @@
54
54
  "mocha-snapshots": "^4.2.0",
55
55
  "morgan": "^1.10.0",
56
56
  "path-to-regexp": "^6.2.0",
57
- "react": "^19.1.0",
58
- "react-dom": "^19.1.0",
59
- "react-redux": "^9.1.2",
57
+ "react": "^19.2.0",
58
+ "react-dom": "^19.2.0",
59
+ "react-redux": "^9.2.0",
60
60
  "react-router": "^5.2.1",
61
61
  "redux": "^4.1.1",
62
62
  "request-promise": "^4.2.6",