Skip to content

Commit

Permalink
deps: update dependencies
Browse files Browse the repository at this point in the history
chore: bump webpack + babel

chore: bump to [email protected]

chore: bump to [email protected]

chore: bump puppeteer

deps(client): bump to [email protected]

deps(client): bump to [email protected]

chore: bump to [email protected]

chore: bump yauzl and archiver

deps: bump to [email protected]

chore: bump nodemailer + diff2html

chore: bump eslint*

chore: update to [email protected]

chore(client): bump to @testing-library/[email protected]

chore(client): bump to @axe-core/[email protected]

deps: bump to @ibm/[email protected]

chore: bump to [email protected]
  • Loading branch information
nikku authored and barmac committed Oct 7, 2024
1 parent 87f7337 commit 79df3ca
Show file tree
Hide file tree
Showing 3 changed files with 2,891 additions and 4,855 deletions.
20 changes: 10 additions & 10 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@ibm/plex": "^6.4.0",
"@ibm/plex": "^6.4.1",
"@sentry/browser": "^8.0.0",
"@sentry/integrations": "^7.108.0",
"bpmn-js": "^17.11.1",
Expand Down Expand Up @@ -58,35 +58,35 @@
"min-dash": "^4.1.1",
"min-dom": "^4.2.1",
"mitt": "^3.0.0",
"mixpanel-browser": "^2.49.0",
"mixpanel-browser": "^2.55.1",
"modeler-moddle": "^0.2.0",
"p-defer": "^4.0.0",
"p-defer": "^4.0.1",
"p-series": "^3.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"scroll-tabs": "^1.0.1",
"semver-compare": "^1.0.0",
"sourcemapped-stacktrace": "^1.1.11",
"ua-parser-js": "^1.0.37",
"ua-parser-js": "^1.0.39",
"zeebe-bpmn-moddle": "^1.6.0"
},
"homepage": ".",
"devDependencies": {
"@testing-library/react": "^12.0.0",
"@axe-core/react": "^4.9.1",
"@axe-core/react": "^4.10.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@sentry/webpack-plugin": "^2.11.0",
"babel-loader": "^9.0.0",
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"bpmnlint-loader": "^0.1.6",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chai": "^4.5.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.0",
"css-loader": "^7.1.2",
"del-cli": "^5.0.0",
"del-cli": "^5.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"karma": "^6.4.4",
Expand All @@ -101,14 +101,14 @@
"license-webpack-plugin": "^2.1.1",
"mocha": "^10.7.3",
"mocha-test-container-support": "0.2.0",
"npm-run-all2": "^6.1.2",
"puppeteer": "^23.0.0",
"npm-run-all2": "^6.2.3",
"puppeteer": "^23.4.1",
"react-svg-loader": "^3.0.3",
"react-test-renderer": "^16.14.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.0.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 79df3ca

Please sign in to comment.