Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed Aug 22, 2024
1 parent 77e0f3b commit 5751efb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,23 @@
"postinstall": "yarn symlink"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"copyfiles": "^2.4.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint": "^8.56.0",
"jest": "^29.6.2",
"lerna": "^6",
"prettier": "^3.0.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^9.9.0",
"jest": "^29.7.0",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"rimraf": "4.4.1",
"strip-ansi": "^5",
"symlink-workspace": "^1.1.0",
"ts-jest": "^29.1.1",
"symlink-workspace": "^1.9.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/cyber-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2024-08-22)

**Note:** Version bump only for package @cybercongress/cyber-ts
19 changes: 7 additions & 12 deletions packages/cyber-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cybercongress/cyber-ts",
"version": "0.1.1",
"version": "0.1.2",
"author": "cyborgshead <[email protected]>",
"description": "cyber-ts sdk",
"main": "index.js",
Expand Down Expand Up @@ -30,15 +30,15 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@cosmology/telescope": "^1.0.1",
"@cosmology/telescope": "^1.8.3",
"@protobufs/cosmwasm": "^0.1.1",
"@tanstack/react-query": "^4.36.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "18.2.0",
"type-fest": "^4.23.0",
"prettier": "^2.7.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1"
"react-dom": "18.3.1",
"type-fest": "^4.25.0"
},
"dependencies": {
"@cosmjs/amino": "0.32.3",
Expand All @@ -49,10 +49,5 @@
"@cosmjs/stargate": "0.32.3",
"@cosmology/lcd": "^0.13.3"
},
"peerDependencies": {
"@tanstack/react-query": ">= 4",
"react": ">= 18",
"react-dom": ">= 18"
},
"keywords": []
}

0 comments on commit 5751efb

Please sign in to comment.