Skip to content

Commit

Permalink
chore: update vite-plugin-static-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhnm committed Dec 16, 2024
1 parent 1f38041 commit 50dc906
Show file tree
Hide file tree
Showing 5 changed files with 1,910 additions and 3,010 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions apps/miranum-modeler-bpmn-webview/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export default defineConfig({
viteStaticCopy({
targets: [
{
src: "../../node_modules/camunda-bpmn-js/dist/assets/bpmn-font/css/**",
src: "node_modules/camunda-bpmn-js/dist/assets/bpmn-font/css/**",
dest: "css/",
},
{
src: "../../node_modules/camunda-bpmn-js/dist/assets/bpmn-font/font/**",
src: "node_modules/camunda-bpmn-js/dist/assets/bpmn-font/font/**",
dest: "font/",
},
],
Expand Down
4 changes: 2 additions & 2 deletions apps/miranum-modeler-dmn-webview/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export default defineConfig({
viteStaticCopy({
targets: [
{
src: "../../node_modules/dmn-js/dist/assets/dmn-font/css/**",
src: "node_modules/dmn-js/dist/assets/dmn-font/css/**",
dest: "css/",
},
{
src: "../../node_modules/dmn-js/dist/assets/dmn-font/font/**",
src: "node_modules/dmn-js/dist/assets/dmn-font/font/**",
dest: "font/",
},
],
Expand Down
107 changes: 48 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"private": true,
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@nx/esbuild": "20.2.2",
Expand All @@ -27,107 +27,96 @@
"@nx/web": "20.2.2",
"@nx/webpack": "20.2.2",
"@nx/workspace": "20.2.2",
"@openapitools/openapi-generator-cli": "^2.13.12",
"@openapitools/openapi-generator-cli": "^2.15.3",
"@react-buddy/ide-toolbox": "^2.4.0",
"@react-buddy/palette-mui": "^5.0.1",
"@stylistic/eslint-plugin": "^2.8.0",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@stylistic/eslint-plugin": "^2.12.1",
"@testing-library/react": "16.1.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "20.x",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.76.0",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/utils": "^8.13.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.1",
"@volar/language-server": "2.4.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/utils": "^8.18.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"@volar/language-server": "2.4.11",
"@vscode/test-electron": "^2.4.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-server": "2.1.6",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/language-server": "2.1.10",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"esbuild": "^0.19.2",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue": "^9.32.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-serializer-vue": "^3.1.0",
"jest-transform-stub": "^2.0.0",
"jsdom": "^24.1.1",
"jsdom": "^25.0.1",
"nx": "20.2.2",
"nx-cloud": "19.1.0",
"postcss": "8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.77",
"postcss": "8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"typescript": "5.7.2",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-vuetify": "^2.0.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "2.1.2",
"vue-tsc": "2.0.29"
"vite-tsconfig-paths": "^5.1.4",
"vitest": "2.1.8",
"vue-tsc": "2.1.10"
},
"dependencies": {
"@backoffice-plus/formbuilder": "^0.0.50",
"@bpmn-io/form-js": "^1.10.1",
"@bpmn-io/form-js": "^1.13.1",
"@jsonforms/core": "3.3.0",
"@jsonforms/vue": "3.3.0",
"@jsonforms/vue-vanilla": "3.3.0",
"@jsonforms/vue-vuetify": "3.3.0-preview.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@svgr/webpack": "^8.1.0",
"@vscode/webview-ui-toolkit": "^1.4.0",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.7",
"bpmn-js-properties-panel": "^5.25.0",
"bpmn-js-token-simulation": "^0.35.0",
"camunda-bpmn-js": "^4.20.1",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.9",
"bpmn-js-properties-panel": "^5.30.0",
"bpmn-js-token-simulation": "^0.36.0",
"camunda-bpmn-js": "^5.4.1",
"camunda-dmn-moddle": "^1.3.0",
"colors": "^1.4.0",
"commander": "^12.1.0",
"core-js": "^3.38.1",
"dmn-js": "^16.8.0",
"dmn-js-properties-panel": "^3.5.2",
"core-js": "^3.39.0",
"dmn-js": "^17.0.3",
"dmn-js-properties-panel": "^3.7.0",
"lodash": "^4.17.21",
"min-dash": "^4.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"min-dash": "^4.2.2",
"reflect-metadata": "^0.2.2",
"regenerator-runtime": "^0.14.1",
"squirrelly": "^9.1.0",
"tailwindcss": "3.4.7",
"tslib": "^2.7.0",
"tailwindcss": "3.4.16",
"tslib": "^2.8.1",
"tsyringe": "^4.8.0",
"uuid": "^10.0.0",
"vue": "^3.5.11",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-json-pretty": "^2.4.0",
"vuetify": "^3.7.2",
"vuetify": "^3.7.5",
"webpack-merge": "^6.0.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 50dc906

Please sign in to comment.