Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 23, 2022
1 parent 7f1e65e commit ea7bef1
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 74 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.

56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@
"deploytest": "npm run generate && firebase hosting:channel:deploy test"
},
"dependencies": {
"@nuxt/content": "^1.15.0",
"@nuxtjs/google-adsense": "^1.4.0",
"core-js": "^3.19.1",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
"nuxt-webfontloader": "^1.1.0",
"vue-gtag": "^1.16.1"
"@nuxt/content": "1.15.0",
"@nuxtjs/google-adsense": "1.4.0",
"core-js": "3.19.1",
"nuxt": "2.15.8",
"nuxt-i18n": "6.28.1",
"nuxt-webfontloader": "1.1.0",
"vue-gtag": "1.16.1"
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@akebifiky/remark-simple-plantuml": "1.0.2",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@mdi/js": "^6.4.95",
"@nuxt/image": "^0.6.0",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/svg": "^0.3.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"@nuxtjs/vuetify": "^1.12.1",
"@sanskrit-coders/sanscript": "^1.2.0",
"@silvenon/remark-smartypants": "^1.0.0",
"autoprefixer": "^10.4.0",
"fuse.js": "^6.4.6",
"lodash": "^4.17.21",
"postcss": "^8.3.11",
"postcss-nested": "^5.0.6",
"reading-time": "^1.5.0",
"sass": "^1.32.11",
"sass-loader": "^10.2.0",
"v-tooltip": "^2.1.3",
"vue-dragscroll": "^3.0.1",
"vue-scrollactive": "^0.9.3",
"vue-scrollto": "^2.20.0"
"@mdi/js": "6.4.95",
"@nuxt/image": "0.6.0",
"@nuxtjs/fontawesome": "1.1.2",
"@nuxtjs/svg": "0.3.0",
"@nuxtjs/tailwindcss": "4.2.1",
"@nuxtjs/vuetify": "1.12.1",
"@sanskrit-coders/sanscript": "1.2.0",
"@silvenon/remark-smartypants": "1.0.0",
"autoprefixer": "10.4.0",
"fuse.js": "6.4.6",
"lodash": "4.17.21",
"postcss": "8.3.11",
"postcss-nested": "5.0.6",
"reading-time": "1.5.0",
"sass": "1.43.4",
"sass-loader": "10.2.0",
"v-tooltip": "2.1.3",
"vue-dragscroll": "3.0.1",
"vue-scrollactive": "0.9.3",
"vue-scrollto": "2.20.0"
}
}

0 comments on commit ea7bef1

Please sign in to comment.