Skip to content

Commit 2250db6

Browse files
update ssr plugin
1 parent 8b9e180 commit 2250db6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

nextjs-ssr/checkout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"nextjs-shared": "*",
12-
"@module-federation/nextjs-ssr": "0.1.0-rc.7",
12+
"@module-federation/nextjs-ssr": "0.2.0-rc.0",
1313
"lodash": "4.17.21",
1414
"next": "12.1.6",
1515
"next-compose-plugins": "^2.2.1",

nextjs-ssr/home/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"nextjs-shared": "*",
12-
"@module-federation/nextjs-ssr": "0.1.0-rc.7",
12+
"@module-federation/nextjs-ssr": "0.2.0-rc.0",
1313
"lodash": "4.17.21",
1414
"next": "12.1.6",
1515
"next-compose-plugins": "^2.2.1",

nextjs-ssr/shop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"nextjs-shared": "*",
12-
"@module-federation/nextjs-ssr": "0.1.0-rc.7",
12+
"@module-federation/nextjs-ssr": "0.2.0-rc.0",
1313
"lodash": "4.17.21",
1414
"next": "12.1.6",
1515
"next-compose-plugins": "^2.2.1",

nextjs-ssr/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@module-federation/nextjs-ssr@0.1.0-rc.7":
6-
version "0.1.0-rc.7"
7-
resolved "http://r.privjs.com/@module-federation%2fnextjs-ssr/-/nextjs-ssr-0.1.0-rc.7.tgz#2607bb5366bc13c16059cef3c9c4cd2461178d87"
8-
integrity sha512-GWQG8TORxEnXMXuwFHOnVrCALsd0AlGLiz4eVOqCr8x8JFQW+0xsA8OrUOUo+BmhRSpIElNbFBlClYyLepI0hg==
5+
"@module-federation/nextjs-ssr@0.2.0-rc.0":
6+
version "0.2.0-rc.0"
7+
resolved "http://r.privjs.com/@module-federation%2fnextjs-ssr/-/nextjs-ssr-0.2.0-rc.0.tgz#fa98f8522b77050935092bfd9816c9ff6e471bea"
8+
integrity sha512-4+od5kxPsR88/nZnRN04j0EsnwAAWvnwKELE3roN5pPzpU+hgaBM37+PeYYH7JlZJh/v3oanK7B/k2eJUwm90g==
99
dependencies:
1010
chalk "4.1.2"
1111
encoding "^0.1.13"

0 commit comments

Comments
 (0)