Skip to content

Commit

Permalink
v2.0.21 (dependency updates)
Browse files Browse the repository at this point in the history
rekryt committed Feb 13, 2024
1 parent d638063 commit 0d3c4a5
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.0-alpine
FROM node:18-alpine3.18

# create destination directory
RUN mkdir -p /home/nuxt
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-vuetify-dashboard",
"version": "2.0.20",
"version": "2.0.21",
"description": "Nuxt3 + Vuetify3 project",
"author": "Rekryt <rekrytkw@gmail.com>",
"private": true,
@@ -17,26 +17,26 @@
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/test-utils": "3.8.1",
"vitest": "0.33.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.4.16",
"@nuxt/test-utils": "3.11.0",
"vitest": "1.2.2",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "^10.4.17",
"consola": "^3.2.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vitest": "^0.3.18",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vitest": "^0.3.22",
"eslint-plugin-vue": "^9.21.1",
"nuxt": "3.10.1",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.1.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@mdi/font": "^7.3.67",
"@mdi/font": "^7.4.47",
"@pinia/nuxt": "0.5.1",
"chart.js": "^4.4.1",
"pinia": "2.1.7",
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
@@ -244,7 +244,7 @@ export default {
data() {
return {
editorText:
'<h2>Material Dashboard</h2><blockquote><p>made by Rekryt (vk.com/krupkin.sergey)<br>feb 2023</p></blockquote><p>&nbsp;</p><p>Special thanks to:<br>https://nuxt.com<br>https://vuetifyjs.com<br>https://www.creative-tim.com</p>',
'<h2>Material Dashboard</h2><blockquote><p>made by Rekryt (vk.com/krupkin.sergey)<br>feb 2024</p></blockquote><p>&nbsp;</p><p>Special thanks to:<br>https://nuxt.com<br>https://vuetifyjs.com<br>https://www.creative-tim.com</p>',
dailySalesChart: {
data: {
labels: ['M', 'T', 'W', 'T', 'F', 'S', 'S'],

0 comments on commit 0d3c4a5

Please sign in to comment.