dep: package upgrade

This commit is contained in:
2021-09-18 03:52:27 +09:00
parent 393078fb5f
commit 8d759ddd0a
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ import {
CTableRow, CTableRow,
CTableHeaderCell, CTableHeaderCell,
CTableDataCell, CTableDataCell,
} from "@coreui/vue/src"; } from "@coreui/vue/src/components/table";
import { getIconPath } from "./util/getIconPath"; import { getIconPath } from "./util/getIconPath";
import { isBrightColor } from "./util/isBrightColor"; import { isBrightColor } from "./util/isBrightColor";
import { import {
+12 -12
View File
@@ -27,8 +27,8 @@
"axios": "^0.21.4", "axios": "^0.21.4",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"bootstrap5": "npm:bootstrap@^5.1.1", "bootstrap5": "npm:bootstrap@^5.1.1",
"core-js": "^3.17.2", "core-js": "^3.17.3",
"date-fns": "^2.23.0", "date-fns": "^2.24.0",
"downloadjs": "^1.4.7", "downloadjs": "^1.4.7",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"js-sha512": "^0.8.0", "js-sha512": "^0.8.0",
@@ -45,16 +45,16 @@
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.15.4", "@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5", "@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4", "@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@coreui/vue": "^4.0.0-beta.2", "@coreui/vue": "^4.0.0-beta.2",
"@types/bootstrap": "^5.1.4", "@types/bootstrap": "^5.1.4",
"@types/jquery": "^3.5.6", "@types/jquery": "^3.5.6",
"@types/lodash": "^4.14.172", "@types/lodash": "^4.14.173",
"@types/node": "^16.7.13", "@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.0", "@typescript-eslint/parser": "^4.31.1",
"@vue/compiler-sfc": "^3.2.10", "@vue/compiler-sfc": "^3.2.12",
"@vue/eslint-config-typescript": "^7.0.0", "@vue/eslint-config-typescript": "^7.0.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4", "babel-plugin-lodash": "^3.3.4",
@@ -66,18 +66,18 @@
"css-minimizer-webpack-plugin": "^3.0.2", "css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.2.2", "mini-css-extract-plugin": "^2.3.0",
"pre-commit": "^1.2.2", "pre-commit": "^1.2.2",
"sass": "^1.39.0", "sass": "^1.41.1",
"sass-loader": "^12.1.0", "sass-loader": "^12.1.0",
"style-loader": "^3.2.1", "style-loader": "^3.2.1",
"ts-loader": "^9.2.5", "ts-loader": "^9.2.5",
"typescript": "^4.4.2", "typescript": "^4.4.3",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue-eslint-parser": "^7.11.0", "vue-eslint-parser": "^7.11.0",
"vue-loader": "^16.5.0", "vue-loader": "^16.5.0",
"vue-style-loader": "^4.1.3", "vue-style-loader": "^4.1.3",
"webpack": "^5.52.0", "webpack": "^5.53.0",
"webpack-bundle-analyzer": "^4.4.2", "webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0" "webpack-cli": "^4.8.0"
}, },