Skip to content

Commit

Permalink
chore: replace polyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Vishnu committed Jul 5, 2024
1 parent 6392a8f commit 0bb9f17
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 72 deletions.
11 changes: 0 additions & 11 deletions common/changes/subapp-web/master_2023-10-31-04-39.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/subapp-web/master_2024-01-03-23-41.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/subapp-web/master_2024-01-08-20-33.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/subapp-web/master_2024-06-05-20-03.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/subapp-web/release-08-29-2023_2023-08-29-22-10.json

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/subapp-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/runtime": "^7.23.6",
"optional-require": "^1.1.8",
"subapp-util": "^1.1.5",
"subapp-web": "^2.1.4"
"subapp-web": "^2.1.5"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"optional-require": "^1.1.6",
"subapp-util": "^1.1.5",
"subapp-web": "^2.1.4"
"subapp-web": "^2.1.5"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"http-status-codes": "^2.2.0",
"optional-require": "^1.1.8",
"subapp-util": "^1.1.5",
"subapp-web": "^2.1.4",
"subapp-web": "^2.1.5",
"xaa": "^1.7.3"
},
"devDependencies": {
Expand Down
26 changes: 26 additions & 0 deletions packages/subapp-web/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
{
"name": "subapp-web",
"entries": [
{
"version": "2.1.5",
"tag": "subapp-web_v2.1.5",
"date": "Fri, 05 Jul 2024 20:08:52 GMT",
"comments": {
"dependency": [
{
"comment": "Dependency @xarc/app version bump from ^11.0.5 to ^11.0.6."
},
{
"comment": "Dependency @xarc/app version bump from ^11.0.6 to ^11.0.7."
},
{
"comment": "Dependency @xarc/app version bump from ^11.0.7 to ^11.0.8."
},
{
"comment": "Dependency @xarc/app version bump from ^11.0.8 to ^11.0.9."
}
],
"patch": [
{
"comment": "replace polyfill.io url to avoid security issues"
}
]
}
},
{
"version": "2.1.4",
"tag": "subapp-web_v2.1.4",
Expand Down
9 changes: 8 additions & 1 deletion packages/subapp-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - subapp-web

This log was last generated on Tue, 29 Aug 2023 14:57:37 GMT and should not be manually modified.
This log was last generated on Fri, 05 Jul 2024 20:08:52 GMT and should not be manually modified.

## 2.1.5
Fri, 05 Jul 2024 20:08:52 GMT

### Patches

- replace polyfill.io url to avoid security issues

## 2.1.4
Tue, 29 Aug 2023 14:57:37 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-web",
"version": "2.1.4",
"version": "2.1.5",
"description": "Electrode subapp web support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/poc-subapp-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-server": "^2.4.1",
"subapp-web": "^2.1.4"
"subapp-web": "^2.1.5"
},
"devDependencies": {
"@xarc/app-dev": "^11.0.9",
Expand Down
2 changes: 1 addition & 1 deletion samples/poc-subapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-server": "^2.4.1",
"subapp-web": "^2.1.4"
"subapp-web": "^2.1.5"
},
"devDependencies": {
"@xarc/opt-eslint": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/poc-subappv1-csp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-server": "^2.4.1",
"subapp-web": "^2.1.4",
"subapp-web": "^2.1.5",
"crypto": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0bb9f17

Please sign in to comment.