Skip to content

Commit

Permalink
chore: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed May 21, 2021
1 parent f9d15ba commit da10ba8
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions package.json
Expand Up @@ -52,7 +52,7 @@
"components"
],
"engines": {
"node": ">= 10",
"node": ">= 12",
"npm": ">= 6"
},
"scripts": {
Expand All @@ -69,43 +69,44 @@
"changelog": "auto-changelog --template changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version 3.0.1"
},
"dependencies": {
"@coreui/icons": "^2.0.0-rc.0",
"@coreui/icons": "^2.0.1",
"@coreui/icons-vue": "^1.3.5",
"@coreui/utils": "^1.3.1",
"@popperjs/core": "^2.9.1",
"@popperjs/core": "^2.9.2",
"lodash.clonedeep": "~4.5.0",
"perfect-scrollbar": "~1.5.0",
"perfect-scrollbar": "~1.5.1",
"tooltip.js": "~1.3.3",
"vue": "^2.6.12",
"vue-functional-data-merge": "~3.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-unit-jest": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/test-utils": "1.0.0-beta.29",
"auto-changelog": "^2.2.1",
"babel-eslint": "~10.1.0",
"babel-jest": "~26.6.3",
"core-js": "^3.8.3",
"core-js": "^3.12.1",
"eslint": "^6.8.0",
"eslint-plugin-vue": "~6.2.2",
"identity-obj-proxy": "^3.0.0",
"node-sass": "~4.14.1",
"node-sass-magic-importer": "~5.3.2",
"npm-run-all": "~4.1.5",
"rollup": "^2.41.1",
"postcss": "^8.3.0",
"rollup": "^2.48.0",
"rollup-plugin-babel": "~4.4.0",
"rollup-plugin-commonjs": "~10.1.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-json": "~4.0.0",
"rollup-plugin-license": "^2.3.0",
"rollup-plugin-node-resolve": "~5.2.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-replace": "~2.2.0",
"rollup-plugin-vue": "~5.1.9",
"sass-loader": "^9.0.3",
"sass-loader": "^10.2.0",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12"
},
Expand Down

0 comments on commit da10ba8

Please sign in to comment.