Skip to content

Commit ecd0dbd

Browse files
authored
v1.0.18 - Remove Axios hard dependency (#46)
1 parent 8111fbb commit ecd0dbd

12 files changed

Lines changed: 14884 additions & 53 deletions

File tree

package-lock.json

Lines changed: 47 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/uuid": "^11.0.0",
3737
"@typescript-eslint/eslint-plugin": "^8.57.2",
3838
"@typescript-eslint/parser": "^8.57.2",
39-
"axios": "1.13.6",
39+
"axios": "^1.15.0",
4040
"buffer": "^6.0.3",
4141
"eslint": "^9.39.4",
4242
"eslint-config-prettier": "^10.1.8",

packages/micro-frontend-react-redux/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-frontend-react/redux",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "",
55
"main": "index.js",
66
"author": "Microsoft",
@@ -17,14 +17,12 @@
1717
"release": "npm publish"
1818
},
1919
"dependencies": {
20-
"@micro-frontend-react/core": "^1.0.17",
21-
"axios": "1.13.6"
20+
"@micro-frontend-react/core": "^1.0.18"
2221
},
2322
"peerDependencies": {
2423
"@redux-devtools/extension": ">= 3",
2524
"react": ">= 16",
2625
"react-redux": ">= 8",
27-
"react-router-dom": ">= 5",
2826
"redux": ">= 4",
2927
"redux-logger": ">= 3",
3028
"redux-persist": ">= 6",

packages/micro-frontend-react/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-frontend-react/core",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "",
55
"main": "index.js",
66
"author": "Microsoft",
@@ -23,8 +23,5 @@
2323
"publishConfig": {
2424
"access": "public",
2525
"registry": "https://registry.npmjs.org/"
26-
},
27-
"dependencies": {
28-
"axios": "1.13.6"
2926
}
3027
}

packages/microsoft-employee-experience/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-frontend-react/employee-experience",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "Micro-Frontend React Extension for Microsoft Employee Experience Team",
55
"main": "index.js",
66
"author": "Microsoft",
@@ -17,7 +17,7 @@
1717
"release": "npm publish"
1818
},
1919
"dependencies": {
20-
"@micro-frontend-react/redux": "^1.0.17"
20+
"@micro-frontend-react/redux": "^1.0.18"
2121
},
2222
"peerDependencies": {
2323
"@azure/msal-browser": ">= 4",

samples/sample-employee-experience/.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
@coherence-design-system:registry=https://microsoftit.pkgs.visualstudio.com/OneITVSO/_packaging/SE-DES-Coherence/npm/registry/
33
@m365-admin:registry=https://microsoftit.pkgs.visualstudio.com/OneITVSO/_packaging/SE-DES-Coherence/npm/registry/
44
@ms:registry=https://microsoftit.pkgs.visualstudio.com/OneITVSO/_packaging/SE-DES-Coherence/npm/registry/
5-
registry=https://microsoftit.pkgs.visualstudio.com/OneITVSO/_packaging/OneITVSO_PublicPackages/npm/registry/
6-
always-auth=true
5+
# registry=https://microsoftit.pkgs.visualstudio.com/OneITVSO/_packaging/OneITVSO_PublicPackages/npm/registry/
6+
# always-auth=true

0 commit comments

Comments
 (0)