Skip to content

Commit

Permalink
Upgrade webpack. (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgi authored Sep 2, 2024
1 parent 720f13e commit e3c3715
Show file tree
Hide file tree
Showing 72 changed files with 401 additions and 257 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/dist/donate-button/0.4/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundle.js": "bundle.7b695.esm.js",
"bundle.js.map": "bundle.7b695.esm.js.map",
"bundle.js": "bundle.6f1a2.esm.js",
"bundle.js.map": "bundle.6f1a2.esm.js.map",
"filecoin.svg": "03c114f6e014588a4bde815d9bc85821.svg",
"basic-attention-token.svg": "26c9b1d3d7943e6e67cf13e039ba5ac8.svg",
"chainlink.svg": "3a5177b76709819ba4663556e60222f8.svg",
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/donate-button/0.4/button.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/donate-button/0.4/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/donate-button/0.4/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/donate-button/0.4/push-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"/":{"bundle.7b695.esm.js":{"type":"script","weight":1}}}
{"/":{"bundle.6f1a2.esm.js":{"type":"script","weight":1}}}
6 changes: 3 additions & 3 deletions packages/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"ts-loader": "^7.0.5",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^4.1.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"xo": "^0.37.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/donate-button-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"to-string-loader": "^1.1.6",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^4.1.3",
"xo": "^0.37.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/donate-button-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"to-string-loader": "^1.1.6",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^4.1.3",
"xo": "^0.37.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/donate-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-config-xo-react": "^0.23.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "3.2.0",
"html-webpack-plugin": "5.6.0",
"identity-obj-proxy": "^3.0.0",
"preact-cli": "3.0.3",
"preact-render-to-string": "^5.1.12",
Expand All @@ -60,9 +60,9 @@
"to-string-loader": "^1.1.6",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^4.1.3",
"webpack-merge": "^5.7.3",
"webpack-merge": "^6.0.1",
"xo": "^0.37.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit e3c3715

Please sign in to comment.