Skip to content

Commit

Permalink
chore: upgrade some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 3, 2022
1 parent 1a8662a commit ece4216
Show file tree
Hide file tree
Showing 3 changed files with 706 additions and 625 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@types/node": "14.18.16",
"@types/node": "^16",
"@types/puppeteer-core": "5.4.0",
"gray-matter": "4.0.3"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@vitejs/plugin-vue": "^2.3.3",
"@vue/test-utils": "^2.0.0",
"c8": "^7.11.3",
"eslint": "8.18.0",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-nuxt": "3.2.0",
"eslint-plugin-prettier": "4.0.0",
"happy-dom": "^5.3.2",
"eslint-plugin-prettier": "4.2.1",
"happy-dom": "^6.0.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"nuxt": "npm:nuxt3@latest",
Expand All @@ -50,7 +50,7 @@
"stylelint-config-prettier": "9.0.3",
"stylelint-config-recommended-vue": "1.4.0",
"stylelint-config-standard": "26.0.0",
"vitest": "^0.16.0"
"vitest": "^0.17.0"
},
"packageManager": "pnpm@7.0.1"
"packageManager": "pnpm@7.5.0"
}
Loading

1 comment on commit ece4216

@vercel
Copy link

@vercel vercel bot commented on ece4216 Jul 3, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.