Skip to content

Commit

Permalink
Safe updates (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx authored Jul 27, 2023
1 parent 335b8e9 commit 7427d30
Show file tree
Hide file tree
Showing 6 changed files with 3,262 additions and 2,224 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm pretty-quick
pnpm lint-staged
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"dependencies": {
"@soundxyz/sdk": "workspace:^",
"@soundxyz/sound-protocol": "^1.7.0",
"alchemy-sdk": "^2.6.2",
"date-fns": "^2.29.3",
"alchemy-sdk": "^2.9.2",
"date-fns": "^2.30.0",
"ethers": "^5.7.2",
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "18.15.13",
"@types/node": "20.4.5",
"bob-tsm": "^1.1.2",
"dotenv": "^16.0.3",
"esbuild": "^0.17.15",
"typescript": "5.0.3",
"undici": "^5.21.0"
"dotenv": "^16.3.1",
"esbuild": "^0.18.17",
"typescript": "5.1.6",
"undici": "^5.22.1"
}
}
35 changes: 19 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,30 @@
"release:canary": "(node scripts/canary-release.js && pnpm -r publish --access public --no-git-checks --tag alpha) || echo Skipping Canary...",
"test": "pnpm -r --filter=sdk test"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@changesets/apply-release-plan": "^6.1.3",
"@changesets/assemble-release-plan": "^5.2.3",
"@changesets/apply-release-plan": "^6.1.4",
"@changesets/assemble-release-plan": "^5.2.4",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@changesets/config": "^2.3.0",
"@changesets/cli": "2.26.2",
"@changesets/config": "^2.3.1",
"@changesets/read": "^0.5.9",
"@manypkg/get-packages": "^1.1.3",
"@types/node": "18.15.13",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"dotenv-vault": "^1.18.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"dotenv-vault": "^1.25.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"prettier": "^2.8.7",
"pretty-quick": "^3.1.3",
"rimraf": "^4.4.1",
"semver": "^7.3.8",
"typescript": "5.0.3"
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"semver": "^7.5.4",
"typescript": "5.1.6"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
42 changes: 21 additions & 21 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,40 +51,40 @@
"@ethersproject/solidity": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/core": "^3.1.0",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-document-nodes": "^3.0.2",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@graphql-inspector/cli": "^3.4.9",
"@graphql-inspector/config": "^3.4.3",
"@graphql-tools/utils": "^9.2.1",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/core": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-document-nodes": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-inspector/cli": "^4.0.2",
"@graphql-inspector/config": "^4.0.1",
"@graphql-tools/utils": "^10.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@soundxyz/sound-protocol": "^1.7.0",
"@soundxyz/sound-protocol-v1-0": "npm:@soundxyz/[email protected]",
"@soundxyz/sound-protocol-v1-1": "npm:@soundxyz/[email protected]",
"@soundxyz/sound-protocol": "^1.7.0",
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "18.15.13",
"@types/node": "20.4.5",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"chai": "^4.3.7",
"changesets-github-release": "^0.1.0",
"dotenv": "^16.0.3",
"esbuild": "^0.17.15",
"dotenv": "^16.3.1",
"esbuild": "^0.18.17",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"hardhat": "^2.13.0",
"merkletreejs": "^0.3.9",
"prettier": "^2.8.7",
"graphql": "^16.7.1",
"hardhat": "^2.17.0",
"merkletreejs": "^0.3.10",
"prettier": "^3.0.0",
"require-env-variable": "^4.0.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "5.0.3"
"tslib": "^2.6.1",
"typescript": "5.1.6"
},
"peerDependencies": {
"@soundxyz/sound-protocol": "~1.7.0"
Expand Down
Loading

0 comments on commit 7427d30

Please sign in to comment.