@modern-js/plugin-router-v5 2.64.0 → 2.64.1
Sign up to get free protection for your applications and to get access to all the features.
- 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.64.
|
18
|
+
"version": "2.64.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,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.64.
|
63
|
-
"@modern-js/plugin-v2": "2.64.
|
64
|
-
"@modern-js/runtime-utils": "2.64.
|
65
|
-
"@modern-js/types": "2.64.
|
66
|
-
"@modern-js/utils": "2.64.
|
62
|
+
"@modern-js/plugin": "2.64.1",
|
63
|
+
"@modern-js/plugin-v2": "2.64.1",
|
64
|
+
"@modern-js/runtime-utils": "2.64.1",
|
65
|
+
"@modern-js/types": "2.64.1",
|
66
|
+
"@modern-js/utils": "2.64.1"
|
67
67
|
},
|
68
68
|
"peerDependencies": {
|
69
69
|
"react": ">=17",
|
70
70
|
"react-dom": ">=17",
|
71
|
-
"@modern-js/runtime": "^2.64.
|
71
|
+
"@modern-js/runtime": "^2.64.1"
|
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/
|
84
|
-
"@modern-js/
|
85
|
-
"@modern-js/runtime": "2.64.
|
86
|
-
"@scripts/build": "2.64.
|
87
|
-
"@scripts/jest-config": "2.64.
|
83
|
+
"@modern-js/core": "2.64.1",
|
84
|
+
"@modern-js/app-tools": "2.64.1",
|
85
|
+
"@modern-js/runtime": "2.64.1",
|
86
|
+
"@scripts/build": "2.64.1",
|
87
|
+
"@scripts/jest-config": "2.64.1"
|
88
88
|
},
|
89
89
|
"sideEffects": false,
|
90
90
|
"publishConfig": {
|