|
1 | 1 | { |
2 | 2 | "name": "@open-web3/parachain-launch", |
3 | | - "version": "1.4.0", |
| 3 | + "version": "1.4.1", |
4 | 4 | "author": "Laminar Developers <hello@laminar.one>", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "main": "lib/index.js", |
|
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | 29 | "@polkadot/api": "^10.9.1", |
30 | | - "@polkadot/keyring": "^12.3.2", |
31 | | - "@polkadot/util": "^12.3.2", |
32 | | - "@polkadot/util-crypto": "^12.3.2", |
| 30 | + "@polkadot/keyring": "^12.4.2", |
| 31 | + "@polkadot/util": "^12.4.2", |
| 32 | + "@polkadot/util-crypto": "^12.4.2", |
33 | 33 | "lodash": "^4.17.21", |
34 | 34 | "readline-sync": "^1.4.10", |
35 | 35 | "shelljs": "^0.8.5", |
36 | | - "yaml": "^2.3.1", |
| 36 | + "yaml": "^2.3.2", |
37 | 37 | "yargs": "^17.7.2" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@types/lodash": "^4.14.196", |
| 40 | + "@types/lodash": "^4.14.197", |
41 | 41 | "@types/readline-sync": "^1.4.4", |
42 | 42 | "@types/shelljs": "^0.8.12", |
43 | 43 | "@types/yargs": "^17.0.24", |
44 | | - "@typescript-eslint/eslint-plugin": "^5.60.1", |
45 | | - "@typescript-eslint/parser": "^6.2.1", |
46 | | - "eslint": "^8.44.0", |
47 | | - "eslint-config-prettier": "^8.9.0", |
48 | | - "eslint-import-resolver-typescript": "^3.5.5", |
49 | | - "eslint-plugin-import": "^2.28.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^6.5.0", |
| 45 | + "@typescript-eslint/parser": "^6.5.0", |
| 46 | + "eslint": "^8.48.0", |
| 47 | + "eslint-config-prettier": "^9.0.0", |
| 48 | + "eslint-import-resolver-typescript": "^3.6.0", |
| 49 | + "eslint-plugin-import": "^2.28.1", |
50 | 50 | "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", |
51 | | - "prettier": "^2.8.8", |
| 51 | + "prettier": "^3.0.3", |
52 | 52 | "ts-node": "^10.9.1", |
53 | | - "typescript": "~5.1.6" |
| 53 | + "typescript": "~5.2.2" |
54 | 54 | }, |
55 | 55 | "bin": "./bin/parachain-launch", |
56 | 56 | "packageManager": "yarn@3.6.0", |
|
0 commit comments