Skip to content

Commit

Permalink
chore: Upgrade Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Dec 1, 2023
1 parent c697c36 commit 3ad7193
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 166 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
],
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"husky": "^8.0.3",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/n4s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"vest-utils": "^1.2.3"
},
"devDependencies": {
"@types/validator": "^13.11.1",
"validator": "13.9.0"
"@types/validator": "^13.11.7",
"validator": "13.11.0"
},
"vxAllowResolve": [
"validator"
Expand Down
4 changes: 2 additions & 2 deletions vx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bin": "./cli.js",
"dependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"context": "3.0.2",
"date-fns": "^2.30.0",
Expand All @@ -11,7 +11,7 @@
"inquirer": "^9.2.12",
"jest": "^29.7.0",
"onchange": "^7.1.0",
"prettier": "^2.8.8",
"prettier": "^3.1.0",
"rollup": "^4.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.4.5",
Expand Down
Loading

2 comments on commit 3ad7193

@vercel
Copy link

@vercel vercel bot commented on 3ad7193 Dec 1, 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-ealush.vercel.app
vest-website.vercel.app
vest-next.vercel.app
vest-next-git-latest-ealush.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3ad7193 Dec 1, 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-ealush.vercel.app
vest.vercel.app
www.vestjs.dev
vest-git-latest-ealush.vercel.app
vestjs.dev

Please sign in to comment.