@modern-js/plugin-router-v5 2.63.5 → 2.63.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.63.5",
18
+ "version": "2.63.6",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "main": "./dist/cjs/cli/index.js",
@@ -59,16 +59,16 @@
59
59
  "@types/react-router-dom": "^5.1.8",
60
60
  "history": "^4.7.9",
61
61
  "react-router-dom": "^5.3.4",
62
- "@modern-js/plugin": "2.63.5",
63
- "@modern-js/plugin-v2": "2.63.5",
64
- "@modern-js/runtime-utils": "2.63.5",
65
- "@modern-js/types": "2.63.5",
66
- "@modern-js/utils": "2.63.5"
62
+ "@modern-js/plugin": "2.63.6",
63
+ "@modern-js/plugin-v2": "2.63.6",
64
+ "@modern-js/runtime-utils": "2.63.6",
65
+ "@modern-js/types": "2.63.6",
66
+ "@modern-js/utils": "2.63.6"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": ">=17",
70
70
  "react-dom": ">=17",
71
- "@modern-js/runtime": "^2.63.5"
71
+ "@modern-js/runtime": "^2.63.6"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@testing-library/react": "^13.4.0",
@@ -80,11 +80,11 @@
80
80
  "react-dom": "^18.3.1",
81
81
  "ts-jest": "^29.1.0",
82
82
  "typescript": "^5",
83
- "@modern-js/core": "2.63.5",
84
- "@modern-js/app-tools": "2.63.5",
85
- "@modern-js/runtime": "2.63.5",
86
- "@scripts/build": "2.63.5",
87
- "@scripts/jest-config": "2.63.5"
83
+ "@modern-js/app-tools": "2.63.6",
84
+ "@modern-js/core": "2.63.6",
85
+ "@modern-js/runtime": "2.63.6",
86
+ "@scripts/build": "2.63.6",
87
+ "@scripts/jest-config": "2.63.6"
88
88
  },
89
89
  "sideEffects": false,
90
90
  "publishConfig": {