Skip to content

Commit 9972776

Browse files
authored
Bump @polkadot/dev (#4776)
1 parent 0b2a3c4 commit 9972776

File tree

3 files changed

+550
-829
lines changed

3 files changed

+550
-829
lines changed

jest.config.cjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ module.exports = {
1515
// eslint-disable-next-line sort-keys
1616
'@polkadot/types(.*)$': '<rootDir>/packages/types/src/$1'
1717
},
18-
"transformIgnorePatterns": [
19-
'/node_modules/(?!@polkadot|@substrate/connect|@babel/runtime/helpers/esm/)'
20-
],
2118
testTimeout: 30000
2219
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.17.9",
3535
"@babel/register": "^7.17.7",
3636
"@babel/runtime": "^7.17.9",
37-
"@polkadot/dev": "^0.66.10",
37+
"@polkadot/dev": "^0.66.12",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.4.1",
4040
"copyfiles": "^2.4.1"

0 commit comments

Comments
 (0)