Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/cosmos-kit-nextjs-app-router-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@cosmos-kit/keplr": "^2.17.1",
"@cosmos-kit/react": "^2.24.1",
"@cosmos-kit/keplr": "workspace:*",
"@cosmos-kit/react": "workspace:*",
"@interchain-ui/react": "latest",
"@radix-ui/react-slot": "^1.1.2",
"chain-registry": "*",
Expand All @@ -35,7 +35,7 @@
"typescript": "^5"
},
"resolutions": {
"@cosmos-kit/keplr": "file:../../wallets/keplr",
"@cosmos-kit/react": "file:../../packages/react"
"@cosmos-kit/keplr": "workspace:*",
"@cosmos-kit/react": "workspace:*"
}
}
15 changes: 6 additions & 9 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"lerna": "7",
"conventionalCommits": true,
"npmClient": "pnpm",
"packages": [
"packages/*",
"wallets/*",
"examples/*"
],
"version": "independent",
"npmClient": "pnpm",
"registry": "https://registry.npmjs.org",
"command": {
"create": {
"homepage": "https://github.com/hyperweb-io/cosmos-kit",
"license": "SEE LICENSE IN LICENSE",
"access": "restricted"
},
"version": {
"syncWorkspaceLock": true
},
"publish": {
"allowBranch": "main",
"message": "chore(release): publish"
"message": "chore(release): publish",
"conventionalCommits": true
}
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
"private": true,
"packageManager": "pnpm@9.15.9",
"scripts": {
"clean": "pnpm -r run clean",
"build": "pnpm -r --filter '!docs' run build",
"lint": "pnpm -r run lint",
"format": "pnpm -r run format",
"test": "pnpm -r --filter '!cosmos-kit' run test --passWithNoTests",
"clear:modules": "find . -name 'node_modules' -type d -prune -print | xargs rm -rf",
"clear:dist": "pnpm -r run clean",
"clear": "pnpm run clear:dist",
"internal:deps": "makage update-workspace",
"deps": "pnpm up -r -i -L",
"pub:beta": "lerna publish prerelease --preid beta --allow-branch beta",
"pub": "lerna publish"
},
Expand All @@ -26,7 +29,7 @@
"eslint-plugin-unused-imports": "2.0.0",
"jest": "29.0.3",
"jest-in-case": "1.0.2",
"lerna": "7.1.1",
"lerna": "^8.2.3",
"prettier": "2.7.1",
"publish-scripts": "0.1.0",
"makage": "^0.1.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"deploy:all": "npm run export && npm run deploy && ./seo/prepare.sh"
},
"dependencies": {
"@cosmos-kit/core": "^2.18.1",
"@cosmos-kit/react": "^2.24.1",
"@cosmos-kit/core": "workspace:*",
"@cosmos-kit/react": "workspace:*",
"@interchain-ui/react": "^1.26.3",
"chain-registry": "^1.64.13",
"cosmos-kit": "^2.29.1",
"cosmos-kit": "workspace:*",
"fast-fuzzy": "^1.12.0",
"flexsearch": "^0.7.43",
"framer-motion": "^9.0.7",
Expand Down
Loading
Loading