dep: package update

This commit is contained in:
2023-03-19 22:59:00 +09:00
parent 49f2f85f79
commit b15b09cc1e
5 changed files with 403 additions and 2859 deletions
-12
View File
@@ -1,12 +0,0 @@
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": 3,
"modules": false
}
]
]
}
@@ -1,4 +1,4 @@
// Darkly 5.1.3 // Darkly 5.2.2
// Bootswatch // Bootswatch
$theme: "darkly" !default; $theme: "darkly" !default;
@@ -63,11 +63,7 @@ $text-muted: $gray-600 !default;
$table-border-color: $gray-700 !default; $table-border-color: $gray-700 !default;
$table-bg-scale: 0 !default; $table-bg-scale: 0% !default;
// Buttons
$btn-font-weight: 700 !default;
// Forms // Forms
+382 -2815
View File
File diff suppressed because it is too large Load Diff
+18 -24
View File
@@ -22,10 +22,6 @@
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@popperjs/core": "^2.11.6", "@popperjs/core": "^2.11.6",
"@tiptap/extension-color": "^2.0.0-beta.12", "@tiptap/extension-color": "^2.0.0-beta.12",
"@tiptap/extension-image": "^2.0.0-beta.30", "@tiptap/extension-image": "^2.0.0-beta.30",
@@ -35,20 +31,19 @@
"@tiptap/extension-underline": "^2.0.0-beta.25", "@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/starter-kit": "^2.0.0-beta.191", "@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/vue-3": "^2.0.0-beta.96", "@tiptap/vue-3": "^2.0.0-beta.96",
"@types/bootstrap": "^5.2.3", "@types/bootstrap": "^5.2.6",
"@types/chai": "^4.3.3", "@types/chai": "^4.3.4",
"@types/downloadjs": "^1.4.3", "@types/downloadjs": "^1.4.3",
"@types/jquery": "^3.5.14", "@types/jquery": "^3.5.16",
"@types/linkifyjs": "^2.1.4", "@types/linkifyjs": "^2.1.4",
"@types/lodash": "^4.14.184", "@types/lodash-es": "^4.17.7",
"@types/lodash-es": "^4.17.6", "@types/mocha": "^10.0.1",
"@types/mocha": "^9.1.1", "@types/node": "^18.15.3",
"@types/node": "^18.7.13",
"@types/react": "file:hwe/ts/@types/types__react", "@types/react": "file:hwe/ts/@types/types__react",
"@types/select2": "^4.0.55", "@types/select2": "^4.0.55",
"@types/uuid": "^8.3.4", "@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.35.1", "@typescript-eslint/parser": "^5.55.0",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-typescript": "^11.0.2", "@vue/eslint-config-typescript": "^11.0.2",
"@vueuse/core": "^9.1.1", "@vueuse/core": "^9.1.1",
@@ -82,14 +77,13 @@
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0", "eslint-plugin-vue": "^9.9.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"jquery": "^3.6.1", "jquery": "^3.6.4",
"js-sha512": "^0.8.0", "js-sha512": "^0.8.0",
"ky": "^0.31.1", "ky": "^0.33.3",
"linkifyjs": "^3.0", "linkifyjs": "^3.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"mini-css-extract-plugin": "^2.6.1", "mini-css-extract-plugin": "^2.7.5",
"mocha": "^10.0.0", "mocha": "^10.2.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss-discard-duplicates": "^5.1.0", "postcss-discard-duplicates": "^5.1.0",
"postcss-import": "^15.1.0", "postcss-import": "^15.1.0",
@@ -98,8 +92,8 @@
"prettier": "^2.8.4", "prettier": "^2.8.4",
"prettier-eslint": "^15.0.1", "prettier-eslint": "^15.0.1",
"query-string": "^7.1.1", "query-string": "^7.1.1",
"sass": "^1.54.5", "sass": "^1.59.3",
"sass-loader": "^13.0.2", "sass-loader": "^13.2.1",
"select2": "^4.0", "select2": "^4.0",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
@@ -112,11 +106,11 @@
"vue-loader": "^17.0.1", "vue-loader": "^17.0.1",
"vue-multiselect": "^3.0.0-beta.1", "vue-multiselect": "^3.0.0-beta.1",
"vue-style-loader": "^4.1.3", "vue-style-loader": "^4.1.3",
"vue-types": "^4.2.1", "vue-types": "^5.0.2",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"webpack": "^5.74.0", "webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1", "webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.10.0" "webpack-cli": "^5.0.1"
}, },
"browserslist": [ "browserslist": [
"last 3 versions", "last 3 versions",
+1 -2
View File
@@ -7,8 +7,7 @@
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */ "target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */
"module": "ESNext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ "module": "ESNext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
"lib": [ "lib": [
"ES2016", "ES2021",
"DOM", "DOM",
"DOM.Iterable" "DOM.Iterable"
], /* Specify library files to be included in the compilation. */ ], /* Specify library files to be included in the compilation. */