@modern-js/plugin-router-v5 2.62.1 → 2.63.1

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 +11 -11
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.62.1",
18
+ "version": "2.63.1",
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,15 +59,15 @@
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/types": "2.62.1",
63
- "@modern-js/plugin": "2.62.1",
64
- "@modern-js/runtime-utils": "2.62.1",
65
- "@modern-js/utils": "2.62.1"
62
+ "@modern-js/plugin": "2.63.1",
63
+ "@modern-js/types": "2.63.1",
64
+ "@modern-js/runtime-utils": "2.63.1",
65
+ "@modern-js/utils": "2.63.1"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": ">=17",
69
69
  "react-dom": ">=17",
70
- "@modern-js/runtime": "^2.62.1"
70
+ "@modern-js/runtime": "^2.63.1"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@testing-library/react": "^13.4.0",
@@ -79,11 +79,11 @@
79
79
  "react-dom": "^18.3.1",
80
80
  "ts-jest": "^29.1.0",
81
81
  "typescript": "^5",
82
- "@modern-js/app-tools": "2.62.1",
83
- "@modern-js/core": "2.62.1",
84
- "@scripts/build": "2.62.1",
85
- "@modern-js/runtime": "2.62.1",
86
- "@scripts/jest-config": "2.62.1"
82
+ "@modern-js/app-tools": "2.63.1",
83
+ "@modern-js/core": "2.63.1",
84
+ "@modern-js/runtime": "2.63.1",
85
+ "@scripts/build": "2.63.1",
86
+ "@scripts/jest-config": "2.63.1"
87
87
  },
88
88
  "sideEffects": false,
89
89
  "publishConfig": {