Skip to content

Commit

Permalink
chore: upgrade nuxt to v3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k-urtica committed Jul 1, 2024
1 parent 7f223bb commit 222f944
Show file tree
Hide file tree
Showing 2 changed files with 2,249 additions and 2,954 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"lint": "eslint . --max-warnings=0",
"lint-fix": "pnpm prettier-fix && eslint . --fix",
"prettier-check": "prettier --check src/",
"prettier-fix": "prettier --write src/"
"prettier-fix": "prettier --write src/",
"postinstall": "nuxt prepare"
},
"dependencies": {
"twemoji": "^14.0.2"
Expand All @@ -25,7 +26,7 @@
"@nuxtjs/tailwindcss": "^6.12.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.10.2",
"nuxt": "^3.12.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
}
Expand Down
Loading

0 comments on commit 222f944

Please sign in to comment.