Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 4, 2021
1 parent 1c8db7f commit 38b1978
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 83 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,46 @@
"test": "jest"
},
"dependencies": {
"@headlessui/vue": "^1.4.1",
"@vuelidate/core": "^2.0.0-alpha.26",
"@vuelidate/validators": "^2.0.0-alpha.22",
"@vueuse/core": "^6.4.1",
"@vueuse/integrations": "^6.5.3",
"autoprefixer": "^10.3.4",
"date-fns": "^2.24.0",
"dropbox": "^10.12.0",
"keyboardjs": "^2.6.4",
"pdfmake": "^0.2.2",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.15",
"tailwindcss-typography": "^3.1.0",
"vue": "^3.2.6",
"vue-final-modal": "^3.4.1",
"vue-i18n": "^9.1.7",
"vue-router": "4",
"vue-toastification": "^2.0.0-rc.1",
"vuex": "^4.0.2"
"@headlessui/vue": "1.4.1",
"@vuelidate/core": "2.0.0-alpha.26",
"@vuelidate/validators": "2.0.0-alpha.22",
"@vueuse/core": "6.4.1",
"@vueuse/integrations": "6.5.3",
"autoprefixer": "10.3.4",
"date-fns": "2.24.0",
"dropbox": "10.12.0",
"keyboardjs": "2.6.4",
"pdfmake": "0.2.2",
"postcss": "8.3.6",
"tailwindcss": "2.2.15",
"tailwindcss-typography": "3.1.0",
"vue": "3.2.12",
"vue-final-modal": "3.4.1",
"vue-i18n": "9.1.7",
"vue-router": "4.0.11",
"vue-toastification": "2.0.0-rc.1",
"vuex": "4.0.2"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
"@types/jest": "^27.0.2",
"@types/jsdom": "^16.2.13",
"@types/node-fetch": "^3.0.3",
"@intlify/vite-plugin-vue-i18n": "2.4.0",
"@types/jest": "27.0.2",
"@types/jsdom": "16.2.13",
"@types/node-fetch": "3.0.3",
"@types/pdfmake": "0.1.19",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.18.0",
"jest": "^27.2.2",
"prettier": "^2.4.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3",
"unplugin-vue-components": "^0.15.2",
"vite": "^2.5.4",
"vue-tsc": "^0.2.2"
"@typescript-eslint/eslint-plugin": "4.31.1",
"@typescript-eslint/parser": "4.31.1",
"@vitejs/plugin-vue": "1.8.0",
"@vue/compiler-sfc": "3.2.12",
"@vue/eslint-config-typescript": "7.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-vue": "7.18.0",
"jest": "27.2.2",
"prettier": "2.4.1",
"ts-jest": "27.0.5",
"typescript": "4.4.3",
"unplugin-vue-components": "0.15.2",
"vite": "2.5.10",
"vue-tsc": "0.2.3"
}
}
Loading

0 comments on commit 38b1978

Please sign in to comment.