Skip to content

Commit 6260611

Browse files
Merge pull request #7787 from TheThingsNetwork/dependabot/npm_and_yarn/safe-5e5bac2b32
dev: bump the safe group across 1 directory with 15 updates
2 parents 433fab6 + 7f78079 commit 6260611

3 files changed

Lines changed: 676 additions & 583 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@babel/preset-react": "^7.28.5",
2020
"@babel/register": "^7.28.3",
2121
"@babel/runtime-corejs2": "^7.28.4",
22-
"@inquirer/prompts": "^8.0.1",
23-
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
22+
"@inquirer/prompts": "^8.1.0",
23+
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
2424
"@storybook/addon-designs": "8.2.1",
2525
"@storybook/addon-essentials": "8.6.14",
2626
"@storybook/addon-mdx-gfm": "8.6.14",
2727
"@storybook/addon-actions": "9.0.8",
28-
"@storybook/cli": "10.0.8",
28+
"@storybook/cli": "10.1.9",
2929
"@storybook/react": "8.6.14",
3030
"@storybook/react-webpack5": "8.6.14",
3131
"@testing-library/cypress": "^10.1.0",
@@ -38,7 +38,7 @@
3838
"clean-webpack-plugin": "^4.0.0",
3939
"copy-webpack-plugin": "^13.0.1",
4040
"css-loader": "^6.10.0",
41-
"cypress": "15.7.0",
41+
"cypress": "15.8.0",
4242
"cypress-browser-permissions": "^1.1.0",
4343
"cypress-file-upload": "^5.0.8",
4444
"cypress-log-to-output": "^1.1.2",
@@ -50,7 +50,7 @@
5050
"eslint-plugin-cypress": "^3.6.0",
5151
"eslint-plugin-import": "^2.32.0",
5252
"eslint-plugin-jest": "^28.13.0",
53-
"eslint-plugin-jsdoc": "^61.4.1",
53+
"eslint-plugin-jsdoc": "^61.5.0",
5454
"eslint-plugin-prefer-arrow": "^1.2.3",
5555
"eslint-plugin-prettier": "5.5.4",
5656
"eslint-plugin-react": "^7.37.5",
@@ -63,36 +63,36 @@
6363
"json": "^11.0.0",
6464
"messageformat-parser": "^4.1.3",
6565
"mini-css-extract-plugin": "^2.9.4",
66-
"mjml": "^4.17.1",
66+
"mjml": "^4.18.0",
6767
"mkdirp": "^3.0.1",
6868
"nib": "^1.2.0",
6969
"pg": "^8.16.3",
70-
"prettier": "3.6.2",
70+
"prettier": "3.7.4",
7171
"react-refresh": "^0.18.0",
72-
"stylelint": "^16.26.0",
72+
"stylelint": "^16.26.1",
7373
"stylelint-stylus": "^1.0.0",
7474
"storybook": "^8.1.8",
7575
"stylus": "^0.64.0",
7676
"stylus-loader": "^8.1.2",
7777
"wait-on": "^9.0.3",
78-
"webpack": "^5.103.0",
78+
"webpack": "^5.104.0",
7979
"webpack-cli": "^6.0.1",
8080
"webpack-dev-server": "^5.2.2",
8181
"webpack-shell-plugin": "https://github.com/cdeutsch/webpack-shell-plugin.git#bee537d",
8282
"yargs": "^17.7.2"
8383
},
8484
"dependencies": {
85-
"@tabler/icons-react": "^3.35.0",
85+
"@tabler/icons-react": "^3.36.0",
8686
"@formatjs/intl-datetimeformat": "^6.18.2",
8787
"@formatjs/intl-displaynames": "^6.8.13",
8888
"@formatjs/intl-listformat": "^7.7.13",
8989
"@formatjs/intl-locale": "^4.2.13",
9090
"@formatjs/intl-numberformat": "^8.15.6",
9191
"@formatjs/intl-pluralrules": "^5.4.6",
9292
"@formatjs/intl-relativetimeformat": "^11.4.13",
93-
"@reduxjs/toolkit": "^2.11.0",
93+
"@reduxjs/toolkit": "^2.11.2",
9494
"@sentry/integrations": "^7.114.0",
95-
"@sentry/react": "^10.27.0",
95+
"@sentry/react": "^10.31.0",
9696
"@tippyjs/react": "^4.2.6",
9797
"apexcharts": "^5.3.6",
9898
"autobind-decorator": "^2.4.0",
@@ -113,16 +113,16 @@
113113
"query-string": "^9.3.1",
114114
"react": "^17.0.1",
115115
"react-ace": "^6.6.0",
116-
"react-apexcharts": "^1.8.0",
116+
"react-apexcharts": "^1.9.0",
117117
"react-display-name": "^0.2.5",
118118
"react-dom": "^17.0.1",
119-
"react-focus-lock": "^2.13.6",
119+
"react-focus-lock": "^2.13.7",
120120
"react-helmet": "^6.1.0",
121121
"react-intl": "^7.1.14",
122122
"react-leaflet": "^4.2.1",
123123
"react-paginate": "^8.3.0",
124124
"react-redux": "^8.1.2",
125-
"react-remove-scroll": "^2.7.1",
125+
"react-remove-scroll": "^2.7.2",
126126
"react-router-dom": "^6.14.1",
127127
"react-select": "^5.10.2",
128128
"react-string-replace": "^1.1.1",

pkg/webui/console/components/payload-formatters-form/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ const PayloadFormattersForm = ({
279279
({ currentLocation, nextLocation }) => {
280280
const isDirty = Boolean(
281281
formRef?.current?.touched['javascript-formatter'] ||
282-
formRef?.current?.touched['grpc-formatter'],
282+
formRef?.current?.touched['grpc-formatter'],
283283
)
284284
return isDirty && currentLocation.pathname !== nextLocation.pathname
285285
},
@@ -290,7 +290,7 @@ const PayloadFormattersForm = ({
290290
useEffect(() => {
291291
const isDirty = Boolean(
292292
formRef?.current?.touched['javascript-formatter'] ||
293-
formRef?.current?.touched['grpc-formatter'],
293+
formRef?.current?.touched['grpc-formatter'],
294294
)
295295
if (blocker.state === 'blocked' && !isDirty) {
296296
blocker.reset()

0 commit comments

Comments
 (0)