Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Sep 19, 2023
1 parent 64ecd12 commit d05f731
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 342 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
],
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest": "^27.4.0",
"husky": "^8.0.3",
"lodash": "^4.17.21",
"pretty-quick": "^3.1.3",
Expand Down
8 changes: 4 additions & 4 deletions vx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.4",
"inquirer": "^9.2.10",
"jest": "^29.6.4",
"inquirer": "^9.2.11",
"jest": "^29.7.0",
"onchange": "^7.1.0",
"prettier": "^2.8.8",
"rollup": "^3.29.0",
"rollup": "^3.29.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.4.4",
"rollup-plugin-ts": "^3.4.5",
"ts-jest": "^29.1.1",
"vest-utils": "0.0.3",
"yargs": "^17.7.2"
Expand Down
Loading

2 comments on commit d05f731

@vercel
Copy link

@vercel vercel bot commented on d05f731 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next-git-latest-ealush.vercel.app
vest-website.vercel.app
vest-next.vercel.app
vest-next-ealush.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d05f731 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

vest-git-latest-ealush.vercel.app
vest.vercel.app
vestjs.dev
vest-ealush.vercel.app
www.vestjs.dev

Please sign in to comment.