Skip to content

Commit

Permalink
Upgrade packages and add recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Nov 5, 2022
1 parent 61c54ab commit 96a7107
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 309 deletions.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": ["bradlc.vscode-tailwindcss", "esbenp.prettier-vscode"],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"clsx": "1.2.1",
"date-fns": "2.29.3",
"dinero.js": "2.0.0-alpha.8",
"next": "13.0.1-canary.4",
"next": "13.0.3-canary.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "6.0.0-beta.2",
Expand All @@ -35,8 +35,8 @@
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "^3.1.6",
"typescript": "4.8.4"
}
Expand Down
Loading

0 comments on commit 96a7107

Please sign in to comment.