Skip to content

Commit 7674764

Browse files
authored
chore(deps): bump some stuff (#1279)
* chore(deps): bump some stuff * more bumps * downgrade * sec: update dependencies * also bump example
1 parent 627e66c commit 7674764

File tree

23 files changed

+550
-580
lines changed

23 files changed

+550
-580
lines changed

examples/asset-upload/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"typecheck": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"@frontify/app-bridge": "^4.0.0-alpha.54",
16+
"@frontify/app-bridge": "^4.0.0-alpha.61",
1717
"@frontify/fondue": "13.3.2",
18-
"@frontify/guideline-blocks-settings": "2.1.4",
18+
"@frontify/guideline-blocks-settings": "2.1.6",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1"
2121
},
@@ -26,9 +26,9 @@
2626
"@frontify/guideline-blocks-shared": "workspace:*",
2727
"@types/react": "^18.3.27",
2828
"@types/react-dom": "^18.3.7",
29-
"autoprefixer": "^10.4.24",
30-
"cypress": "^15.12.0",
31-
"eslint": "^9.39.2",
29+
"autoprefixer": "^10.4.27",
30+
"cypress": "^15.13.0",
31+
"eslint": "^9.39.4",
3232
"eslint-plugin-jsx-a11y": "^6.10.2",
3333
"eslint-plugin-notice": "^1.0.0",
3434
"eslint-plugin-tailwindcss": "^3.18.2",

package.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
"devDependencies": {
2424
"@4tw/cypress-drag-drop": "^2.3.1",
2525
"@babel/core": "^7.29.0",
26-
"@cypress/vite-dev-server": "^7.2.0",
26+
"@cypress/vite-dev-server": "^7.2.1",
2727
"@testing-library/jest-dom": "^6.9.1",
2828
"@testing-library/react": "^16.3.2",
2929
"@testing-library/user-event": "^14.6.1",
3030
"@types/react": "^18.3.27",
3131
"@types/react-dom": "^18.3.7",
3232
"@vitejs/plugin-react": "^5.2.0",
33-
"@vitest/ui": "^4.1.0",
34-
"cypress": "^15.12.0",
33+
"@vitest/ui": "^4.1.2",
34+
"cypress": "^15.13.0",
3535
"cypress-real-events": "^1.15.0",
36-
"msw": "^2.12.12",
36+
"msw": "^2.12.14",
3737
"postcss": "^8.5.8",
3838
"tailwindcss": "^3.4.17",
3939
"ts-node": "^10.9.2",
4040
"typescript": "^5.9.3",
41-
"vite": "^7.3.0",
42-
"vitest": "^4.1.0"
41+
"vite": "^7.3.1",
42+
"vitest": "^4.1.2"
4343
},
4444
"dependencies": {
4545
"@frontify/fondue": "13.3.2",
4646
"glob": "^13.0.6",
47-
"happy-dom": "^20.8.4",
47+
"happy-dom": "^20.8.9",
4848
"react": "^18.3.1",
4949
"react-dom": "^18.3.1"
5050
},
@@ -58,8 +58,15 @@
5858
"overrides": {
5959
"ajv@>=7.0.0-alpha.0 <8.18.0": "^8.18.0",
6060
"immer": "^10.2.0",
61-
"minimatch@^3": "npm:minimatch@^3.1.4"
61+
"brace-expansion@^1": "npm:brace-expansion@^1.1.13",
62+
"brace-expansion@^2": "npm:brace-expansion@^2.0.3",
63+
"brace-expansion@^5": "npm:brace-expansion@^5.0.5",
64+
"fastify@^5": "npm:fastify@^5.8.3",
65+
"minimatch@^3": "npm:minimatch@^3.1.4",
66+
"picomatch@^2": "npm:picomatch@^2.3.2",
67+
"picomatch@^4": "npm:picomatch@^4.0.4",
68+
"yaml@^2": "npm:yaml@^2.8.3"
6269
}
6370
},
64-
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
71+
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
6572
}

packages/animation-curve-block/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@dnd-kit/core": "^6.3.1",
1818
"@dnd-kit/modifiers": "^9.0.0",
1919
"@dnd-kit/sortable": "^10.0.0",
20-
"@frontify/app-bridge": "^4.0.0-alpha.54",
20+
"@frontify/app-bridge": "^4.0.0-alpha.61",
2121
"@frontify/fondue": "13.3.2",
2222
"@frontify/guideline-blocks-settings": "2.1.6",
2323
"@frontify/guideline-blocks-shared": "workspace:*",
@@ -30,10 +30,10 @@
3030
"@frontify/frontify-cli": "^5.10.2",
3131
"@types/react": "^18.3.27",
3232
"@types/react-dom": "^18.3.7",
33-
"autoprefixer": "^10.4.24",
34-
"cypress": "^15.12.0",
33+
"autoprefixer": "^10.4.27",
34+
"cypress": "^15.13.0",
3535
"cypress-real-events": "^1.15.0",
36-
"eslint": "^9.39.2",
36+
"eslint": "^9.39.4",
3737
"eslint-plugin-jsx-a11y": "^6.10.2",
3838
"eslint-plugin-notice": "^1.0.0",
3939
"eslint-plugin-tailwindcss": "^3.18.2",

packages/asset-kit-block/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typecheck": "tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@frontify/app-bridge": "^4.0.0-alpha.54",
17+
"@frontify/app-bridge": "^4.0.0-alpha.61",
1818
"@frontify/fondue": "13.3.2",
1919
"@frontify/guideline-blocks-settings": "2.1.6",
2020
"@frontify/guideline-blocks-shared": "workspace:*",
@@ -27,10 +27,10 @@
2727
"@frontify/frontify-cli": "^5.10.2",
2828
"@types/react": "^18.3.27",
2929
"@types/react-dom": "^18.3.7",
30-
"autoprefixer": "^10.4.24",
31-
"cypress": "^15.12.0",
30+
"autoprefixer": "^10.4.27",
31+
"cypress": "^15.13.0",
3232
"cypress-real-events": "^1.15.0",
33-
"eslint": "^9.39.2",
33+
"eslint": "^9.39.4",
3434
"eslint-plugin-jsx-a11y": "^6.10.2",
3535
"eslint-plugin-notice": "^1.0.0",
3636
"eslint-plugin-tailwindcss": "^3.18.2",

packages/audio-block/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typecheck": "tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@frontify/app-bridge": "^4.0.0-alpha.54",
17+
"@frontify/app-bridge": "^4.0.0-alpha.61",
1818
"@frontify/fondue": "13.3.2",
1919
"@frontify/guideline-blocks-settings": "2.1.6",
2020
"@frontify/guideline-blocks-shared": "workspace:*",
@@ -27,10 +27,10 @@
2727
"@frontify/frontify-cli": "^5.10.2",
2828
"@types/react": "^18.3.27",
2929
"@types/react-dom": "^18.3.7",
30-
"autoprefixer": "^10.4.24",
31-
"cypress": "^15.12.0",
30+
"autoprefixer": "^10.4.27",
31+
"cypress": "^15.13.0",
3232
"cypress-real-events": "^1.15.0",
33-
"eslint": "^9.39.2",
33+
"eslint": "^9.39.4",
3434
"eslint-plugin-jsx-a11y": "^6.10.2",
3535
"eslint-plugin-notice": "^1.0.0",
3636
"eslint-plugin-tailwindcss": "^3.18.2",

packages/callout-block/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typecheck": "tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@frontify/app-bridge": "^4.0.0-alpha.54",
17+
"@frontify/app-bridge": "^4.0.0-alpha.61",
1818
"@frontify/fondue": "13.3.2",
1919
"@frontify/guideline-blocks-settings": "2.1.6",
2020
"@frontify/guideline-blocks-shared": "workspace:*",
@@ -27,9 +27,9 @@
2727
"@frontify/frontify-cli": "^5.10.2",
2828
"@types/react": "^18.3.27",
2929
"@types/react-dom": "^18.3.7",
30-
"autoprefixer": "^10.4.24",
31-
"cypress": "^15.12.0",
32-
"eslint": "^9.39.2",
30+
"autoprefixer": "^10.4.27",
31+
"cypress": "^15.13.0",
32+
"eslint": "^9.39.4",
3333
"eslint-plugin-jsx-a11y": "^6.10.2",
3434
"eslint-plugin-notice": "^1.0.0",
3535
"eslint-plugin-tailwindcss": "^3.18.2",

packages/code-snippet-block/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@codemirror/language": "^6.12.1",
1818
"@codemirror/state": "^6.5.3",
1919
"@codemirror/view": "^6.39.9",
20-
"@frontify/app-bridge": "^4.0.0-alpha.54",
20+
"@frontify/app-bridge": "^4.0.0-alpha.61",
2121
"@frontify/fondue": "13.3.2",
2222
"@frontify/guideline-blocks-settings": "2.1.6",
2323
"@frontify/guideline-blocks-shared": "workspace:*",
@@ -35,10 +35,10 @@
3535
"@types/lodash-es": "^4.17.12",
3636
"@types/react": "^18.3.27",
3737
"@types/react-dom": "^18.3.7",
38-
"autoprefixer": "^10.4.24",
39-
"cypress": "^15.12.0",
38+
"autoprefixer": "^10.4.27",
39+
"cypress": "^15.13.0",
4040
"cypress-real-events": "^1.15.0",
41-
"eslint": "^9.39.2",
41+
"eslint": "^9.39.4",
4242
"eslint-plugin-jsx-a11y": "^6.10.2",
4343
"eslint-plugin-notice": "^1.0.0",
4444
"eslint-plugin-tailwindcss": "^3.18.2",

packages/compare-slider-block/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typecheck": "tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"@frontify/app-bridge": "^4.0.0-alpha.54",
15+
"@frontify/app-bridge": "^4.0.0-alpha.61",
1616
"@frontify/fondue": "13.3.2",
1717
"@frontify/guideline-blocks-settings": "2.1.6",
1818
"@frontify/guideline-blocks-shared": "workspace:*",
@@ -26,9 +26,9 @@
2626
"@frontify/frontify-cli": "^5.10.2",
2727
"@types/react": "^18.3.27",
2828
"@types/react-dom": "^18.3.7",
29-
"autoprefixer": "^10.4.24",
30-
"cypress": "^15.12.0",
31-
"eslint": "^9.39.2",
29+
"autoprefixer": "^10.4.27",
30+
"cypress": "^15.13.0",
31+
"eslint": "^9.39.4",
3232
"eslint-plugin-jsx-a11y": "^6.10.2",
3333
"eslint-plugin-notice": "^1.0.0",
3434
"eslint-plugin-tailwindcss": "^3.18.2",

packages/divider-block/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typecheck": "tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@frontify/app-bridge": "^4.0.0-alpha.54",
17+
"@frontify/app-bridge": "^4.0.0-alpha.61",
1818
"@frontify/fondue": "13.3.2",
1919
"@frontify/guideline-blocks-settings": "2.1.6",
2020
"@frontify/guideline-blocks-shared": "workspace:*",
@@ -27,8 +27,8 @@
2727
"@frontify/frontify-cli": "^5.10.2",
2828
"@types/react": "^18.3.27",
2929
"@types/react-dom": "^18.3.7",
30-
"autoprefixer": "^10.4.24",
31-
"eslint": "^9.39.2",
30+
"autoprefixer": "^10.4.27",
31+
"eslint": "^9.39.4",
3232
"eslint-plugin-jsx-a11y": "^6.10.2",
3333
"eslint-plugin-notice": "^1.0.0",
3434
"eslint-plugin-tailwindcss": "^3.18.2",

packages/dos-donts-block/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@dnd-kit/core": "^6.3.1",
1818
"@dnd-kit/modifiers": "^9.0.0",
1919
"@dnd-kit/sortable": "^10.0.0",
20-
"@frontify/app-bridge": "^4.0.0-alpha.54",
20+
"@frontify/app-bridge": "^4.0.0-alpha.61",
2121
"@frontify/fondue": "13.3.2",
2222
"@frontify/guideline-blocks-settings": "2.1.6",
2323
"@frontify/guideline-blocks-shared": "workspace:*",
@@ -34,9 +34,9 @@
3434
"@types/lodash-es": "^4.17.12",
3535
"@types/react": "^18.3.27",
3636
"@types/react-dom": "^18.3.7",
37-
"autoprefixer": "^10.4.24",
38-
"cypress": "^15.12.0",
39-
"eslint": "^9.39.2",
37+
"autoprefixer": "^10.4.27",
38+
"cypress": "^15.13.0",
39+
"eslint": "^9.39.4",
4040
"eslint-plugin-notice": "^1.0.0",
4141
"eslint-plugin-tailwindcss": "^3.18.2",
4242
"postcss": "^8.5.8",

0 commit comments

Comments
 (0)