Skip to content

Commit

Permalink
Merge branch 'development' into feature/fix-update-lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizumaki authored Jun 15, 2021
2 parents 2882bea + 87c1204 commit 41b6c7b
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 101 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@aws-amplify/api": "^4.0.1",
"@babel/core": "^7.14.3",
"@babel/runtime-corejs3": "^7.14.0",
"@nuxtjs/axios": "^5.13.5",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dayjs": "^1.4.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.0.0",
"@types/node": "^15.6.1",
"@nuxtjs/style-resources": "^1.1.0",
"@types/node": "^15.12.1",
"aws-amplify": "^4.0.3",
"core-js": "^3.13.1",
"cross-env": "^7.0.3",
Expand All @@ -41,15 +41,15 @@
"nuxt-webfontloader": "^1.1.0",
"uuid": "^8.3.2",
"vue-property-decorator": "^9.1.2",
"vuetify": "^2.5.1",
"vuetify": "^2.5.3",
"vuex": "^3.6.2",
"vuex-class-component": "^2.3.5"
},
"devDependencies": {
"@mdi/font": "^5.9.55",
"@nuxt/types": "^2.15.6",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/stylelint-module": "^4.0.0",
"@types/jest": "^26.0.23",
"@vue/test-utils": "^1.2.0",
Expand All @@ -71,7 +71,7 @@
"nodemon": "^2.0.7",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"sass": "^1.34.0",
"sass": "^1.34.1",
"sass-loader": "10.1.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
Expand All @@ -80,11 +80,11 @@
"ts-jest": "^26.5.6",
"ts-loader": "^8.2.0",
"typescript": "4.0.5",
"vue": "^2.6.12",
"vue": "^2.6.13",
"vue-class-component": "^7.2.6",
"vue-jest": "^3.0.7",
"vue-server-renderer": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"vue-server-renderer": "^2.6.13",
"vue-template-compiler": "^2.6.13",
"webpack": "4.46.0"
}
}
Loading

0 comments on commit 41b6c7b

Please sign in to comment.