Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
chore: update Nx to latest
  • Loading branch information
beeman authored Oct 17, 2022
2 parents 24e2184 + 9f6d562 commit 4982155
Show file tree
Hide file tree
Showing 7 changed files with 2,138 additions and 440 deletions.
6 changes: 6 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
},
"test": {
"inputs": ["default", "^default", "{workspaceRoot}/jest.preset.js"]
},
"lint": {
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"]
}
}
}
34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,41 @@
"license": "MIT",
"scripts": {},
"private": true,
"resolutions": {
"@solana/web3.js": "^1.66.1"
},
"dependencies": {
"@kin-kinetic/keypair": "^1.0.0-rc.0",
"@solana/spl-token": "^0.3.4",
"@solana/web3.js": "^1.59.1",
"@kin-kinetic/keypair": "^1.0.0-rc.3",
"@solana/spl-token": "^0.3.5",
"@solana/web3.js": "^1.66.1",
"atob": "^2.1.2",
"bs58": "^5.0.0",
"crc": "^4.1.1",
"hex-to-32": "^2.0.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@nrwl/cli": "14.6.5",
"@nrwl/eslint-plugin-nx": "14.6.5",
"@nrwl/jest": "14.6.5",
"@nrwl/js": "14.6.5",
"@nrwl/linter": "14.6.5",
"@nrwl/node": "14.6.5",
"@nrwl/nx-cloud": "14.6.2",
"@nrwl/workspace": "14.6.5",
"@nrwl/cli": "15.0.0",
"@nrwl/eslint-plugin-nx": "15.0.0",
"@nrwl/jest": "15.0.0",
"@nrwl/js": "15.0.0",
"@nrwl/linter": "15.0.0",
"@nrwl/node": "15.0.0",
"@nrwl/nx-cloud": "14.7.0",
"@nrwl/workspace": "15.0.0",
"@types/jest": "28.1.8",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.3",
"nx": "14.6.5",
"nx": "15.0.0",
"nxpm": "^2.0.0",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.4"
}
}

2 changes: 1 addition & 1 deletion packages/keypair-compat/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/packages/keypair-compat"],
"outputs": ["{workspaceRoot}/coverage/packages/keypair-compat"],
"options": {
"jestConfig": "packages/keypair-compat/jest.config.ts",
"passWithNoTests": true
Expand Down
2 changes: 1 addition & 1 deletion packages/kin-burn/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/packages/kin-burn"],
"outputs": ["{workspaceRoot}/coverage/packages/kin-burn"],
"options": {
"jestConfig": "packages/kin-burn/jest.config.ts",
"passWithNoTests": true
Expand Down
2 changes: 1 addition & 1 deletion packages/kin-memo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/packages/kin-memo"],
"outputs": ["{workspaceRoot}/coverage/packages/kin-memo"],
"options": {
"jestConfig": "packages/kin-memo/jest.config.ts",
"passWithNoTests": true
Expand Down
2 changes: 1 addition & 1 deletion packages/kin-transaction/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/packages/kin-transaction"],
"outputs": ["{workspaceRoot}/coverage/packages/kin-transaction"],
"options": {
"jestConfig": "packages/kin-transaction/jest.config.ts",
"passWithNoTests": true
Expand Down
Loading

0 comments on commit 4982155

Please sign in to comment.