diff --git a/build/dev-server.js b/build/dev-server.js index 9fb6318ef..8e3b3a12c 100644 --- a/build/dev-server.js +++ b/build/dev-server.js @@ -53,7 +53,8 @@ Object.keys(proxyTable).forEach(function (context) { if (typeof options === 'string') { options = { target: options } } - app.use(proxyMiddleware.createProxyMiddleware(context, options)) + options.pathFilter = context + app.use(proxyMiddleware.createProxyMiddleware(options)) }) // handle fallback for HTML5 history API diff --git a/package.json b/package.json index 9cae0175a..fa85eaf47 100644 --- a/package.json +++ b/package.json @@ -51,10 +51,10 @@ "vuex": "4.1.0" }, "devDependencies": { - "@babel/core": "7.26.7", - "@babel/eslint-parser": "7.26.5", - "@babel/plugin-transform-runtime": "7.25.9", - "@babel/preset-env": "7.26.7", + "@babel/core": "7.26.8", + "@babel/eslint-parser": "7.26.8", + "@babel/plugin-transform-runtime": "7.26.8", + "@babel/preset-env": "7.26.8", "@babel/register": "7.25.9", "@intlify/vue-i18n-loader": "5.0.1", "@ungap/event-target": "0.2.4", @@ -78,7 +78,7 @@ "eslint-config-standard": "17.1.0", "eslint-formatter-friendly": "7.0.0", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "15.7.0", + "eslint-plugin-n": "17.15.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-vue": "9.32.0", "eslint-webpack-plugin": "4.2.0", @@ -86,7 +86,7 @@ "express": "4.21.2", "function-bind": "1.1.2", "html-webpack-plugin": "5.6.3", - "http-proxy-middleware": "2.0.7", + "http-proxy-middleware": "3.0.3", "iso-639-1": "3.1.5", "json-loader": "0.5.7", "karma": "6.4.4", @@ -104,7 +104,7 @@ "nightwatch": "2.6.25", "opn": "5.5.0", "ora": "0.4.1", - "postcss": "8.5.1", + "postcss": "8.5.2", "postcss-html": "^1.5.0", "postcss-loader": "7.3.4", "postcss-scss": "^4.0.6", diff --git a/src/App.scss b/src/App.scss index 6fa3a95b7..fa02ad929 100644 --- a/src/App.scss +++ b/src/App.scss @@ -1,6 +1,6 @@ // stylelint-disable rscss/class-format /* stylelint-disable no-descending-specificity */ -@import "./panel"; +@use "panel"; :root { --status-margin: 0.75em; diff --git a/src/components/attachment/attachment.style.js b/src/components/attachment/attachment.style.js index fde8a50a6..45baa5546 100644 --- a/src/components/attachment/attachment.style.js +++ b/src/components/attachment/attachment.style.js @@ -4,7 +4,7 @@ export default { notEditable: true, validInnerComponents: [ 'Border', - 'ButtonUnstyled', + 'Button', 'Input' ], defaultRules: [ @@ -14,7 +14,7 @@ export default { } }, { - component: 'ButtonUnstyled', + component: 'Button', parent: { component: 'Attachment' }, directives: { background: '#FFFFFF', diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 3ab7040ef..0701a393e 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -1,7 +1,7 @@ - + + + + + + +