Skip to content

Commit

Permalink
Bump deps (nervosnetwork#3186)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency elliptic to v6.5.5

* fix(deps): update dependency @spore-sdk/core to v0.1.0

* chore(deps): update dependency ts-jest to v29.1.4

* chore(deps): update dependency enzyme-adapter-react-16 to v1.15.8

* chore(deps): update dependency @nervosnetwork/ckb-types to v0.109.1

* chore(deps): update dependency @electron/notarize to v2.3.2

* fix(deps): update dependency tslib to v2.6.3

* fix(deps): update dependency archiver to v6.0.2

* chore(deps): update dependency lint-staged to v15.2.7

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
Keith-CY and renovate[bot] committed Jun 18, 2024
1 parent cbba584 commit 7a14035
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 129 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"lerna": "8.0.1",
"lint-staged": "15.2.0",
"lint-staged": "15.2.7",
"ncp": "2.0.0",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"ts-jest": "29.1.4",
"typescript": "5.3.3",
"wait-on": "7.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"react-router-dom": "6.21.1",
"react-transition-group": "4.4.5",
"sass": "1.69.5",
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
Expand All @@ -95,7 +95,7 @@
"babel-jest": "25.5.1",
"electron": "30.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"enzyme-adapter-react-16": "1.15.8",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.7.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"@ckb-lumos/rpc": "0.21.1",
"@iarna/toml": "2.2.5",
"@ledgerhq/hw-transport-node-hid": "6.27.22",
"@spore-sdk/core": "0.1.0-beta.14",
"archiver": "6.0.1",
"@spore-sdk/core": "0.1.0",
"archiver": "6.0.2",
"async": "3.2.5",
"bn.js": "4.12.0",
"chalk": "3.0.0",
"dotenv": "8.6.0",
"electron-log": "4.4.8",
"electron-updater": "4.6.5",
"electron-window-state": "5.0.3",
"elliptic": "6.5.4",
"elliptic": "6.5.5",
"hw-app-ckb": "0.1.2",
"i18next": "21.10.0",
"leveldown": "6.1.1",
Expand All @@ -72,14 +72,14 @@
"sha3": "2.1.4",
"sqlite3": "5.1.6",
"subleveldown": "4.1.4",
"tslib": "2.6.2",
"tslib": "2.6.3",
"typeorm": "0.3.17",
"undici": "5.28.4",
"uuid": "8.3.2"
},
"devDependencies": {
"@electron/notarize": "2.2.0",
"@nervosnetwork/ckb-types": "0.109.0",
"@electron/notarize": "2.3.2",
"@nervosnetwork/ckb-types": "0.109.1",
"@types/archiver": "6.0.2",
"@types/async": "3.2.24",
"@types/electron-devtools-installer": "2.2.5",
Expand Down
Loading

0 comments on commit 7a14035

Please sign in to comment.