Skip to content

Commit

Permalink
[MERGE] Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Bilotta committed Dec 14, 2021
2 parents 74c1980 + dee1f67 commit 6b07c30
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 588 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byloth/website",
"version": "5.0.10",
"version": "5.1.0",
"description": "My personal website as a Nuxt.js application, written in TypeScript and based on Material Design.",
"keywords": [
"Vue.js",
Expand Down Expand Up @@ -45,17 +45,17 @@
"@material/textfield": "~10.0.0",
"@material/tooltip": "~10.0.0",
"@material/top-app-bar": "~10.0.0",
"@nuxt/content": "^1.15.0",
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/sitemap": "^2.4.0",
"bootstrap": "^5.1.3",
"core-js": "^3.19.1",
"core-js": "^3.19.3",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@byloth/eslint-config-typescript": "^1.1.0",
"@byloth/eslint-config-vue": "^1.1.0",
"@nuxt/types": "^2.15.8",
Expand All @@ -70,7 +70,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "~2.0.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-vue": "~7.20.0",
"sass": "~1.32.13",
"sass-loader": "~10.1.1",
Expand Down
2 changes: 1 addition & 1 deletion store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const state = (): ConfigState => ({
title: "Chi sono"
}
],
version: "5.0.10"
version: "5.1.0"
});

export { state };
Loading

0 comments on commit 6b07c30

Please sign in to comment.