Skip to content

Commit

Permalink
chore: upgrade to vue 3.5 (#74)
Browse files Browse the repository at this point in the history
* chore: upgrade to vue 3.5

* chore: remove deprecated vscode extension

* fix: fix postcss warning

* chore: upgrade to vite 5

* chore: upgrade to tailwind 3.4

* chore: upgrade vue-tsc and fix build errors

* fix: remove references to node 18
  • Loading branch information
andre8244 authored Oct 17, 2024
1 parent 65edd66 commit f004a3f
Show file tree
Hide file tree
Showing 6 changed files with 554 additions and 283 deletions.
23 changes: 11 additions & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,17 @@
}
},
"extensions": [
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"GitHub.vscode-github-actions",
"ms-azuretools.vscode-docker",
"timonwong.shellcheck",
"waderyan.gitblame",
"streetsidesoftware.code-spell-checker",
"unifiedjs.vscode-mdx"
]
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"Vue.volar",
"dbaeumer.vscode-eslint",
"GitHub.vscode-github-actions",
"ms-azuretools.vscode-docker",
"timonwong.shellcheck",
"waderyan.gitblame",
"streetsidesoftware.code-spell-checker",
"unifiedjs.vscode-mdx"
]
}
}
// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down
Loading

0 comments on commit f004a3f

Please sign in to comment.