Skip to content

Commit

Permalink
build: update eslint, prettier, typescript and other dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Mar 30, 2022
1 parent 44103c7 commit e4e2e85
Show file tree
Hide file tree
Showing 10 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.11.0-sdk",
"version": "8.12.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "2.6.0-sdk",
"version": "2.6.1-sdk",
"main": "./index.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.6.2-sdk",
"version": "4.6.3-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@
"@types/babel__preset-env": "^7.9.2",
"@types/bn.js": "^5.1.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/source-map-support": "^0.5.4",
"@yarnpkg/doctor": "^3.1.1",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jsbi": "^4.2.0",
"lerna": "^4.0.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.0",
"prettier": "^2.6.1",
"react": "^17.0.2",
"size-limit": "^7.0.8",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"typedoc": "^0.22.13",
"typescript": "^4.6.2"
"typescript": "^4.6.3"
},
"scripts": {
"build": "lerna run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@saberhq/eslint-config": "^1.12.57",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0"
"eslint-plugin-react-hooks": "^4.4.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"eslint": ">=7"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.6.0"
"prettier": "^2.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/solana-contrib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@solana/web3.js": "^1.36.0",
"@types/bn.js": "^5.1.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.22",
"@types/node": "^17.0.23",
"bn.js": "^5.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stableswap-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@solana/web3.js": "^1.36.0",
"@types/bn.js": "^5.1.0",
"@types/lodash.mapvalues": "^4.6.6",
"@types/node": "^17.0.22",
"@types/node": "^17.0.23",
"bn.js": "^5.2.0",
"jsbi": "^4.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/use-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@solana/web3.js": "^1.36.0",
"@types/bn.js": "^5.1.0",
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"bn.js": "^5.2.0",
"react": "^17.0.2"
},
Expand Down
Loading

0 comments on commit e4e2e85

Please sign in to comment.