Skip to content

Commit

Permalink
build: upgrade all dependencies (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jun 1, 2022
1 parent 447b586 commit 783b88b
Show file tree
Hide file tree
Showing 10 changed files with 223 additions and 145 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Expand Up @@ -12,6 +12,7 @@ module.exports = {
jest: true,
},
ignorePatterns: ["*.js", "*.cjs"],
settings: { react: { version: "18" } },
extends: ["@saberhq/eslint-config-react"],
parserOptions: {
project: "tsconfig.json",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -23,14 +23,14 @@
"@size-limit/file": "^7.0.8",
"@size-limit/webpack": "^7.0.8",
"@size-limit/webpack-why": "^7.0.8",
"@solana/web3.js": "^1.43.2",
"@solana/web3.js": "^1.43.4",
"@types/babel__core": "^7.1.19",
"@types/babel__preset-env": "^7.9.2",
"@types/bn.js": "^5.1.0",
"@types/eslint": "^8.4.2",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/node": "^17.0.38",
"@types/react": "^18.0.10",
"@types/source-map-support": "^0.5.4",
"@yarnpkg/doctor": "^3.1.3",
"bn.js": "^5.2.1",
Expand All @@ -39,14 +39,14 @@
"husky": "^8.0.1",
"jest": "^28.1.0",
"jsbi": "^4.3.0",
"lint-staged": "^12.4.2",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"react": "^18.1.0",
"size-limit": "^7.0.8",
"source-map-support": "^0.5.21",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"typedoc": "^0.22.15",
"typedoc": "^0.22.17",
"typescript": "^4.7.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/anchor-contrib/package.json
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@project-serum/anchor": "^0.24.2",
"@saberhq/tsconfig": "workspace:^",
"@solana/web3.js": "^1.43.2",
"@solana/web3.js": "^1.43.4",
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.mapvalues": "^4.6.7",
"bn.js": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/chai-solana/package.json
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@project-serum/anchor": "^0.24.2",
"@saberhq/tsconfig": "workspace:*",
"@solana/web3.js": "^1.43.2",
"@solana/web3.js": "^1.43.4",
"bn.js": "^5.2.1",
"jsbi": "^4.3.0",
"typescript": "^4.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -27,8 +27,8 @@
"eslint": ">=7"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/solana-contrib/package.json
Expand Up @@ -37,10 +37,10 @@
},
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@solana/web3.js": "^1.43.2",
"@solana/web3.js": "^1.43.4",
"@types/bn.js": "^5.1.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.36",
"@types/node": "^17.0.38",
"bn.js": "^5.2.1",
"typescript": "^4.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/stableswap-sdk/package.json
Expand Up @@ -28,10 +28,10 @@
},
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@solana/web3.js": "^1.43.2",
"@solana/web3.js": "^1.43.4",
"@types/bn.js": "^5.1.0",
"@types/lodash.mapvalues": "^4.6.7",
"@types/node": "^17.0.36",
"@types/node": "^17.0.38",
"bn.js": "^5.2.1",
"jsbi": "^4.3.0",
"typescript": "^4.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/token-utils/package.json
Expand Up @@ -39,7 +39,7 @@
],
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@solana/web3.js": "^1.43.2",
"@solana/web3.js": "^1.43.4",
"@types/bn.js": "^5.1.0",
"jsbi": "^4.3.0",
"typescript": "^4.7.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/use-solana/package.json
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@solana/web3.js": "^1.43.2",
"@solana/web3.js": "^1.43.4",
"@types/bn.js": "^5.1.0",
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/node": "^17.0.38",
"@types/react": "^18.0.10",
"bn.js": "^5.2.1",
"react": "^18.1.0",
"typescript": "^4.7.2"
Expand Down

0 comments on commit 783b88b

Please sign in to comment.