Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed Dec 7, 2023
1 parent 9e205bc commit 7fb4936
Show file tree
Hide file tree
Showing 5 changed files with 1,931 additions and 1,522 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"css.validate": false,
"stylelint.validate": ["css", "vue"],
Expand Down
14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"devDependencies": {
"@lehoczky/postcss-fluid": "link:..",
"@nuxtjs/google-fonts": "^3.0.2",
"@vueuse/core": "^10.5.0",
"@vueuse/math": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"@nuxtjs/google-fonts": "^3.1.0",
"@vueuse/core": "^10.7.0",
"@vueuse/math": "^10.7.0",
"@vueuse/nuxt": "^10.7.0",
"autoprefixer": "^10.4.16",
"nuxt": "3.6.5",
"postcss": "^8.4.31",
"postcss-preset-env": "^9.2.0",
"tailwindcss": "^3.3.3"
"postcss": "^8.4.32",
"postcss-preset-env": "^9.3.0",
"tailwindcss": "^3.3.6"
},
"dependencies": {
"shiki-es": "^0.14.0"
Expand Down
Loading

0 comments on commit 7fb4936

Please sign in to comment.