Skip to content

Commit

Permalink
deps: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Jan 14, 2025
1 parent 03184b4 commit 30b0f27
Show file tree
Hide file tree
Showing 21 changed files with 1,214 additions and 949 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TASKLIST_CARBONISATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Run visual regression
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.47.1
image: mcr.microsoft.com/playwright:v1.49.1
options: --user 1001:1000
steps:
- name: Checkout form-js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'update-snapshots' || contains( github.event.pull_request.labels.*.name, 'update-snapshots'))
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.47.1
image: mcr.microsoft.com/playwright:v1.49.1
options: --user 1001:1000

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VISUAL_REGRESSION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.47.1
image: mcr.microsoft.com/playwright:v1.49.1
options: --user 1001:1000
steps:
- name: Check out repository code
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,089 changes: 1,177 additions & 912 deletions package-lock.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:visual": "playwright test visual",
"build:e2e": "vite build",
"start:visual-preview": "vite preview --port 8080 --logLevel silent &",
"start:container": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.47.1 /bin/bash"
"start:container": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.49.1 /bin/bash"
},
"repository": {
"type": "git",
Expand All @@ -59,39 +59,39 @@
],
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.1.2",
"@axe-core/playwright": "^4.10.0",
"@axe-core/playwright": "^4.10.1",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
"@bpmn-io/properties-panel": "^3.25.0",
"@carbon/react": "^1.70.0",
"@carbon/styles": "^1.69.0",
"@playwright/test": "^1.47.2",
"@bpmn-io/properties-panel": "^3.25.1",
"@carbon/react": "^1.73.0",
"@carbon/styles": "^1.72.0",
"@playwright/test": "^1.49.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/preact": "^3.2.3",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.6",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^4.0.0",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"axe-core": "^4.10.0",
"axe-core": "^4.10.2",
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"chai": "^4.4.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"del-cli": "^6.0.0",
"diagram-js": "^15.2.2",
"diagram-js": "^15.2.4",
"didi": "^10.2.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
Expand All @@ -113,21 +113,21 @@
"mocha": "^10.7.3",
"mocha-test-container-support": "^0.2.0",
"mri": "^1.2.0",
"npm-run-all2": "^7.0.1",
"npm-run-all2": "^7.0.2",
"preact": ">=10.5.14 <=10.15.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"puppeteer": "^23.0.0",
"raw-loader": "^4.0.2",
"rollup": "^4.27.3",
"rollup": "^4.30.1",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"sass": "^1.83.4",
"sass-loader": "^16.0.4",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"typescript": "^5.4.5",
"vite": "^6.0.0",
"webpack": "^5.96.1"
"typescript": "^5.7.3",
"vite": "^6.0.7",
"webpack": "^5.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/form-js-carbon-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@bpmn-io/form-js-viewer": "^1.13.2",
"@carbon/elements": "^11.56.0",
"styled-components": "^6.1.13"
"@carbon/elements": "^11.58.0",
"styled-components": "^6.1.14"
},
"files": [
"src"
Expand Down
2 changes: 1 addition & 1 deletion packages/form-js-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@bpmn-io/draggle": "^4.1.1",
"@bpmn-io/form-js-viewer": "^1.13.2",
"@bpmn-io/properties-panel": "^3.25.0",
"@bpmn-io/properties-panel": "^3.25.1",
"array-move": "^4.0.0",
"big.js": "^6.2.2",
"ids": "^1.0.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/form-js-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"dependencies": {
"@bpmn-io/form-js-editor": "^1.13.2",
"@bpmn-io/form-js-viewer": "^1.13.2",
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/commands": "^6.7.1",
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.3",
"@codemirror/lint": "^6.8.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.3",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"classnames": "^2.5.1",
"codemirror": "^6.0.1",
"downloadjs": "^1.4.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/form-js-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"url": "https://github.com/bpmn-io"
},
"dependencies": {
"@carbon/grid": "^11.29.0",
"@carbon/grid": "^11.30.0",
"big.js": "^6.2.2",
"classnames": "^2.5.1",
"didi": "^10.2.2",
"dompurify": "^3.2.0",
"dompurify": "^3.2.3",
"feelers": "^1.4.0",
"feelin": "^3.2.0",
"feelin": "^4.3.0",
"flatpickr": "^4.6.13",
"ids": "^1.0.5",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"marked": "^15.0.1",
"marked": "^15.0.6",
"min-dash": "^4.2.2",
"preact": "^10.5.14"
},
Expand Down

0 comments on commit 30b0f27

Please sign in to comment.