Skip to content

Commit

Permalink
upgrade hardhat version
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Oct 17, 2024
1 parent 48bd20f commit 3aa761d
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 341 deletions.
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"babel-runtime": "^6.26.0",
"dotenv": "^16.0.2",
"ethers": "^5.7.1",
"hardhat": "^2.11.2",
"hardhat": "^2.22.13",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.3",
"jest-environment-hardhat": "^1.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import url from '@rollup/plugin-url';
import replace from '@rollup/plugin-replace';
import resolve from '@rollup/plugin-node-resolve';
import svgr from '@svgr/rollup';
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };
import globby from 'globby';

const extensions = ['.js', '.jsx', '.ts', '.tsx'];
Expand Down
Loading

0 comments on commit 3aa761d

Please sign in to comment.