Skip to content

Commit

Permalink
chore(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 6013fdd commit 28a9e86
Show file tree
Hide file tree
Showing 19 changed files with 453 additions and 364 deletions.
2 changes: 1 addition & 1 deletion development/azure-devops-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"axios": "1.7.7",
"cors": "2.8.5",
"express": "4.21.0",
"express": "4.21.1",
"morgan": "1.10.0",
"nodemon": "3.1.7",
"p-queue": "8.0.1"
Expand Down
8 changes: 4 additions & 4 deletions frontend/app-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"@studio/pure-functions": "workspace:^",
"axios": "1.7.7",
"classnames": "2.5.1",
"i18next": "23.15.1",
"i18next": "23.16.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.2",
"react-router-dom": "6.26.2"
"react-i18next": "15.0.3",
"react-router-dom": "6.27.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-dev-server": "5.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/app-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
"react-router-dom": "6.27.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-dev-server": "5.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
"react-router-dom": "6.27.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-dev-server": "5.1.0"
},
Expand Down
18 changes: 9 additions & 9 deletions frontend/libs/studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@storybook/addon-essentials": "8.3.4",
"@storybook/addon-interactions": "8.3.4",
"@storybook/addon-links": "8.3.4",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/blocks": "8.3.4",
"@storybook/react": "8.3.4",
"@storybook/react-webpack5": "8.3.4",
"@storybook/test": "8.3.4",
"@testing-library/jest-dom": "6.5.0",
"@storybook/blocks": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/react-webpack5": "8.3.5",
"@storybook/test": "8.3.5",
"@testing-library/jest-dom": "6.6.1",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.5",
"eslint": "8.57.1",
Expand All @@ -36,6 +36,6 @@
"jest-environment-jsdom": "^29.7.0",
"storybook": "^8.0.4",
"ts-jest": "^29.1.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions frontend/libs/studio-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"uuid": "10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.1",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.5",
"eslint": "8.57.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions frontend/libs/studio-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.1",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion frontend/libs/studio-pure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion frontend/packages/policy-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion frontend/packages/process-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"dependencies": {
"bpmn-js": "^13.2.2"
Expand Down
4 changes: 2 additions & 2 deletions frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
"react-router-dom": "6.27.0"
},
"devDependencies": {
"@types/react": "18.3.11",
"jest": "29.7.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"license": "3-Clause BSD",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ux-editor-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-modal": "3.16.1",
"react-redux": "9.1.2",
"redux": "5.0.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"uuid": "10.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ux-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-modal": "3.16.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"uuid": "10.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"packageManager": "[email protected]",
"private": true,
Expand Down
18 changes: 9 additions & 9 deletions frontend/scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ __metadata:
prettier: "npm:^3.0.3"
ts-node: "npm:^10.9.1"
tsconfig-paths: "npm:^4.2.0"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3269,23 +3269,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/f95365d4898f357823e93d334ecda9fcade54f009b397c7d05b7621cd9e865981033cf89ccde0f3e3a7b73b1fdbae18e92bc77db237b43e912f053fef0f9a53b
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/8bfc7ca0d9feca4c3fcbd6c70741abfcd714197d6448e68225ae71e462447d904d3bfba49759a8fbe4956d87f054e2d346833c8349c222daa594a2626d4e1be8
checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion frontend/testing/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"devDependencies": {
"@testing-library/cypress": "10.0.2",
"axe-core": "4.10.0",
"axe-core": "4.10.1",
"cypress": "13.15.0",
"cypress-axe": "1.5.0",
"cypress-plugin-tab": "1.0.5",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@
"@microsoft/applicationinsights-react-js": "17.3.3",
"@microsoft/applicationinsights-web": "3.3.3",
"@microsoft/signalr": "8.0.7",
"@tanstack/react-query": "5.59.0",
"@tanstack/react-query-devtools": "5.59.0",
"@tanstack/react-query": "5.59.15",
"@tanstack/react-query-devtools": "5.59.15",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"i18next": "23.15.1",
"i18next": "23.16.0",
"identity-obj-proxy": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-i18next": "15.0.2",
"react-router-dom": "6.26.2",
"react-toastify": "10.0.5"
"react-error-boundary": "4.1.0",
"react-i18next": "15.0.3",
"react-router-dom": "6.27.0",
"react-toastify": "10.0.6"
},
"devDependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@svgr/webpack": "8.1.0",
"@swc/core": "1.7.26",
"@swc/core": "1.7.36",
"@swc/jest": "0.2.36",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.1",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/css-modules": "1.0.5",
"@types/jest": "29.5.13",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cross-env": "7.0.3",
Expand All @@ -60,7 +60,7 @@
"source-map-loader": "5.0.0",
"swc-loader": "0.2.6",
"terser-webpack-plugin": "5.3.10",
"typescript": "5.6.2",
"typescript": "5.6.3",
"typescript-plugin-css-modules": "5.1.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
Expand Down
Loading

0 comments on commit 28a9e86

Please sign in to comment.