Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Mar 26, 2024
1 parent d690633 commit 51891fa
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 441 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"private": true,
"dependencies": {
"@clack/prompts": "^0.7.0",
"@inquirer/prompts": "^3.2.0",
"@inquirer/prompts": "^4.3.0",
"@nx/devkit": "18.1.3",
"@solana/web3.js": "^1.90.0",
"@swc/helpers": "~0.5.2",
"@solana/web3.js": "^1.91.1",
"@swc/helpers": "~0.5.7",
"commander": "^11.1.0",
"create-nx-workspace": "17.0.1",
"json-schema-to-typescript": "^13.1.1",
"ts-morph": "^21.0.1",
"tslib": "^2.3.0",
"create-nx-workspace": "18.1.3",
"json-schema-to-typescript": "^13.1.2",
"ts-morph": "^22.0.0",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -39,25 +39,25 @@
"@nx/react": "18.1.3",
"@nx/webpack": "18.1.3",
"@nx/workspace": "18.1.3",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@types/jest": "^29.4.0",
"@types/node": "18.19.26",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.48.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"lint-staged": "^15.0.2",
"@swc-node/register": "~1.9.0",
"@swc/cli": "~0.3.10",
"@swc/core": "~1.4.11",
"@types/jest": "^29.5.12",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"nx": "18.1.3",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"verdaccio": "^5.0.4"
"verdaccio": "^5.30.2"
},
"lint-staged": {
"*.{js,json,css,scss,md,ts,tsx,html,graphql}": [
Expand Down
Loading

0 comments on commit 51891fa

Please sign in to comment.