Skip to content

Commit

Permalink
chore: pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jul 25, 2024
1 parent 0f18098 commit 66f3666
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 192 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@layerzerolabs/lz-definitions": "^2.3.25",
"@layerzerolabs/lz-v2-utilities": "^2.3.25",
"@layerzerolabs/lz-definitions": "^2.3.32",
"@layerzerolabs/lz-v2-utilities": "^2.3.32",
"@masa-finance/masa-contracts-identity": "^1.15.0",
"@masa-finance/masa-contracts-marketplace": "^2.1.26",
"@masa-finance/masa-contracts-staking": "^0.4.0",
Expand All @@ -50,28 +50,28 @@
"axios": "^1.6.8",
"ethers": "~5.7.2",
"grapheme-splitter": "^1.0.4",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/circular-dependency-plugin": "^5.0.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"chai": "~4.4.1",
"circular-dependency-plugin": "^5.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"mocha": "^10.5.1",
"prettier": "^3.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"mocha": "^10.7.0",
"prettier": "^3.3.3",
"terser-webpack-plugin": "^5.3.6",
"ts-node": "^10.9.2",
"typedoc": "^0.26.2",
"typedoc-plugin-markdown": "^4.0.1",
"webpack": "^5.91.0",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.3",
"webpack": "^5.93.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.10.0"
}
Expand Down
3 changes: 2 additions & 1 deletion webpack.common.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import CircularDependencyPlugin = require("circular-dependency-plugin");
import { WebpackPluginFunction } from "webpack";
import { WebpackConfiguration } from "webpack-cli";

import { paths } from "./webpack.parts";
Expand All @@ -23,7 +24,7 @@ export const common: WebpackConfiguration = {
allowAsyncCycles: false,
// set the current working directory for displaying module paths
cwd: process.cwd(),
}),
}) as WebpackPluginFunction,
],
resolve: {
extensions: [".js"],
Expand Down
Loading

0 comments on commit 66f3666

Please sign in to comment.