Skip to content

Commit

Permalink
chore: small style changes. update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 7, 2021
1 parent b4ef977 commit 7493f28
Show file tree
Hide file tree
Showing 9 changed files with 4,350 additions and 4,356 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Vue Paycard</h1>
</div>
<p align="center">
Credit card component made with Vue.js (Works with vue 2 & 3)
Credit card component made with Vue.js (Works with Vue 2 & 3)
</p>

[![Version](https://img.shields.io/npm/v/vue-paycard.svg)](https://www.npmjs.com/package/vue-paycard)
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-paycard",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "Credit card component made with Vue.js",
"homepage": "https://github.com/guastallaigor/vue-paycard#readme",
Expand All @@ -21,45 +21,45 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"vue": "^2.6.12"
"vue": "^2.6.14"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@storybook/addon-a11y": "^6.1.14",
"@storybook/addon-controls": "^6.1.14",
"@storybook/addon-docs": "^6.1.14",
"@storybook/addons": "^6.1.14",
"@storybook/theming": "^6.1.14",
"@storybook/vue": "^6.1.14",
"@vue/cli-plugin-babel": "~4.5.10",
"@vue/cli-plugin-eslint": "~4.5.10",
"@vue/cli-plugin-unit-jest": "~4.5.10",
"@vue/cli-service": "~4.5.10",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/test-utils": "^1.1.2",
"autoprefixer": "^10.2.1",
"@babel/core": "^7.16.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@storybook/addon-a11y": "^6.4.8",
"@storybook/addon-controls": "^6.4.8",
"@storybook/addon-docs": "^6.4.8",
"@storybook/addons": "^6.4.8",
"@storybook/theming": "^6.4.8",
"@storybook/vue": "^6.4.8",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-unit-jest": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/test-utils": "^1.3.0",
"autoprefixer": "^10.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-loader": "^8.2.3",
"babel-preset-vue": "^2.0.2",
"clean-css-cli": "^4.3.0",
"commitizen": "^4.2.3",
"core-js": "^3.8.2",
"eslint": "^7.18.0",
"eslint-plugin-import": "^2.22.1",
"clean-css-cli": "^5.4.2",
"commitizen": "^4.2.4",
"core-js": "^3.19.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.4.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"eslint-plugin-vue": "^8.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"postcss": "^8.4.4",
"postcss-cli": "^9.0.2",
"rimraf": "^3.0.2",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.12"
"sass": "^1.44.0",
"sass-loader": "^12.4.0",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7493f28

Please sign in to comment.