File tree 8 files changed +14
-14
lines changed
extensions/microsoft-employee-experience
micro-frontend-react-redux
sample-react-micro-frontend
sample-react-redux-micro-frontend
8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @micro-frontend-react/employee-experience" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.10 " ,
4
4
"description" : " Micro-Frontend React Extension for Microsoft Employee Experience Team" ,
5
5
"main" : " index.js" ,
6
6
"author" : " Microsoft" ,
17
17
"release" : " npm publish"
18
18
},
19
19
"dependencies" : {
20
- "@micro-frontend-react/redux" : " ^1.0.9 "
20
+ "@micro-frontend-react/redux" : " ^1.0.10 "
21
21
},
22
22
"peerDependencies" : {
23
23
"@azure/msal-browser" : " >= ^2.22.0 < 3" ,
Original file line number Diff line number Diff line change 6
6
],
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true ,
9
- "version" : " 1.0.9 "
9
+ "version" : " 1.0.10 "
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @micro-frontend-react/redux" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.10 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"author" : " Microsoft" ,
17
17
"release" : " npm publish"
18
18
},
19
19
"dependencies" : {
20
- "@micro-frontend-react/core" : " ^1.0.9 "
20
+ "@micro-frontend-react/core" : " ^1.0.10 "
21
21
},
22
22
"peerDependencies" : {
23
23
"@redux-devtools/extension" : " >= ^3.2.2 < 4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @micro-frontend-react/core" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.10 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"author" : " Microsoft" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @micro-frontend-react/sample-react-host" ,
3
3
"private" : true ,
4
- "version" : " 1.0.9 " ,
4
+ "version" : " 1.0.10 " ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
10
10
"author" : " " ,
11
11
"license" : " MIT" ,
12
12
"dependencies" : {
13
- "@micro-frontend-react/core" : " ^1.0.9 " ,
13
+ "@micro-frontend-react/core" : " ^1.0.10 " ,
14
14
"react" : " ^17.0.2" ,
15
15
"react-dom" : " ^17.0.2" ,
16
16
"react-router-dom" : " ^5.3.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @micro-frontend-react/sample-react-micro-frontend" ,
3
3
"private" : true ,
4
- "version" : " 1.0.9 " ,
4
+ "version" : " 1.0.10 " ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
8
"serve" : " webpack-dev-server"
9
9
},
10
10
"license" : " MIT" ,
11
11
"dependencies" : {
12
- "@micro-frontend-react/core" : " ^1.0.9 "
12
+ "@micro-frontend-react/core" : " ^1.0.10 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @micro-frontend-react/sample-react-redux-host" ,
3
3
"private" : true ,
4
- "version" : " 1.0.9 " ,
4
+ "version" : " 1.0.10 " ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
10
10
"author" : " " ,
11
11
"license" : " MIT" ,
12
12
"dependencies" : {
13
- "@micro-frontend-react/redux" : " ^1.0.9 " ,
13
+ "@micro-frontend-react/redux" : " ^1.0.10 " ,
14
14
"react" : " ^17.0.2" ,
15
15
"react-dom" : " ^17.0.2" ,
16
16
"react-router-dom" : " ^5.3.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @micro-frontend-react/sample-react-redux-micro-frontend" ,
3
3
"private" : true ,
4
- "version" : " 1.0.9 " ,
4
+ "version" : " 1.0.10 " ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
8
"serve:redux" : " webpack-dev-server"
9
9
},
10
10
"license" : " MIT" ,
11
11
"dependencies" : {
12
- "@micro-frontend-react/redux" : " ^1.0.9 "
12
+ "@micro-frontend-react/redux" : " ^1.0.10 "
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments