Skip to content

Commit

Permalink
Merge branch 'update-dependencies' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Jan 17, 2021
2 parents 47d41be + f8f003a commit 350944f
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 364 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": false,
"description": "Credit card component made with Vue.js",
"homepage": "https://github.com/guastallaigor/vue-paycard#readme",
"author": "Igor Guastalla de Lima",
"author": "Igor Guastalla de Lima <[email protected]>",
"scripts": {
"delete-dev:css": "rimraf src/assets/css/style.dev.css",
"build:cleancss": "cleancss src/assets/css/style.dev.css -o src/assets/css/style.min.css --source-map",
Expand All @@ -24,40 +24,40 @@
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/core": "^7.12.10",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@storybook/addon-a11y": "^6.1.3",
"@storybook/addon-controls": "^6.1.3",
"@storybook/addon-docs": "^6.1.3",
"@storybook/addons": "^6.1.3",
"@storybook/theming": "^6.1.3",
"@storybook/vue": "^6.1.3",
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-unit-jest": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.1.1",
"autoprefixer": "^10.0.2",
"@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-eslint": "^10.1.0",
"babel-loader": "^8.2.1",
"babel-loader": "^8.2.2",
"babel-preset-vue": "^2.0.2",
"clean-css-cli": "^4.3.0",
"commitizen": "^4.2.2",
"core-js": "^3.7.0",
"eslint": "^7.14.0",
"commitizen": "^4.2.3",
"core-js": "^3.8.2",
"eslint": "^7.18.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.1.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"postcss-cli": "^8.3.0",
"eslint-plugin-vue": "^7.4.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"postcss-cli": "^8.3.1",
"rimraf": "^3.0.2",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 350944f

Please sign in to comment.