Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Jul 12, 2022
1 parent 948aff9 commit 3dd0fec
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"axios": "^0.27.2",
"leaflet": "^1.8.0",
"vue": "^3.2.37",
"vue-router": "^4.1.0"
"vue-router": "^4.1.2"
},
"devDependencies": {
"@originjs/vite-plugin-content": "^1.0.1",
"@tailwindcss/typography": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-plugin-vue": "^9.1.1",
"eslint-plugin-vue": "^9.2.0",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"vite": "^2.9.13",
"tailwindcss": "^3.1.6",
"vite": "^2.9.14",
"vite-plugin-md": "^0.18.1",
"vite-plugin-pages": "^0.25.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/LayoutFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<p>{{ copyright_text }}</p>
</div>

<hr class="mt-3 mb-3 border-gray-500">
<hr class="mt-3 mb-3 border-gray-500 dark:border-slate-700">

<div class="flex items-center">
<span>
Expand Down

0 comments on commit 3dd0fec

Please sign in to comment.