Skip to content

Commit

Permalink
chore: upgrade depdendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 20, 2024
1 parent 6319347 commit 5a291af
Show file tree
Hide file tree
Showing 3 changed files with 1,570 additions and 1,658 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Enable the ESLint flat config support
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,

// Disable the default formatter, use ESLint instead
"prettier.enable": false,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-lcp-speedup",
"type": "module",
"version": "0.9.0",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.4.0",
"description": "Instantly better LCP scores in Google Lighthouse",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -47,18 +47,18 @@
"release": "bumpp"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.12.2",
"defu": "^6.1.4",
"knitwork": "^1.1.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.0",
"@types/node": "^20.12.13",
"@nuxt/module-builder": "^0.8.0",
"@types/node": "^20.14.6",
"bumpp": "^9.4.1",
"eslint": "^9.3.0",
"nuxt": "^3.11.2",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.21"
}
}
Loading

0 comments on commit 5a291af

Please sign in to comment.