Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Jul 22, 2024
1 parent bf66f40 commit 5d10a43
Show file tree
Hide file tree
Showing 2 changed files with 2,210 additions and 2,004 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,42 @@
"check": "vue-tsc && pnpm run lint && pnpm run prettier && pnpm run stylelint"
},
"dependencies": {
"@types/markdown-it": "^14.0.0",
"axios": "^1.6.7",
"axios": "^1.7.2",
"markdown-it": "^14.1.0",
"pinia": "^2.1.7",
"query-string": "^9.0.0",
"ua-parser-js": "^1.0.37",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuetify": "^3.5.7",
"workbox-window": "^7.0.0"
"query-string": "^9.1.0",
"ua-parser-js": "^1.0.38",
"vue": "^3.4.33",
"vue-router": "^4.4.0",
"workbox-window": "^7.1.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.14.11",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.22.0",
"postcss": "^8.4.35",
"postcss-html": "^1.6.0",
"postcss-preset-env": "^9.4.0",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"postcss": "^8.4.39",
"postcss-html": "^1.7.0",
"postcss-preset-env": "^9.6.0",
"prettier": "^3.3.3",
"stylelint": "^16.7.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "5.3.3",
"vite": "^5.1.4",
"vite": "^5.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-stylelint": "^5.3.1",
"vite-plugin-vuetify": "^2.0.2",
"vitest": "^1.3.1",
"vue-tsc": "^2.0.2"
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.28",
"vuetify": "^3.6.13"
}
}
Loading

0 comments on commit 5d10a43

Please sign in to comment.