Skip to content

Commit 944e212

Browse files
Kirill LebedenkoKirill Lebedenko
authored andcommitted
choredeps trim Dependabot bump and refresh Chrome screenshot baselines Keep @snack-uikit/fields 0570 while pinning figma-tokens and rolling React back to 1831; ignore those packages in Dependabot and Renovate Update Chrome e2e snapshots after the fields and React layout changes
1 parent 6088448 commit 944e212

50 files changed

Lines changed: 315 additions & 294 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ updates:
1919
applies-to: version-updates
2020
patterns:
2121
- "*"
22+
ignore:
23+
- dependency-name: "@snack-uikit/figma-tokens"
24+
- dependency-name: "react"
25+
- dependency-name: "react-dom"
26+
- dependency-name: "@types/react"
27+
- dependency-name: "@types/react-dom"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@snack-uikit/divider": "3.2.12",
4747
"@snack-uikit/drop-zone": "0.9.12",
4848
"@snack-uikit/fields": "0.57.0",
49-
"@snack-uikit/figma-tokens": "19.0.5",
49+
"@snack-uikit/figma-tokens": "17.7.5",
5050
"@snack-uikit/icons": "0.27.7",
5151
"@snack-uikit/list": "0.33.1",
5252
"@snack-uikit/modal": "0.19.14",
@@ -59,8 +59,8 @@
5959
"effector-react": "23.3.0",
6060
"pino": "10.3.1",
6161
"pino-pretty": "13.1.3",
62-
"react": "19.2.7",
63-
"react-dom": "19.2.7"
62+
"react": "18.3.1",
63+
"react-dom": "18.3.1"
6464
},
6565
"devDependencies": {
6666
"@cloud-ru/eslint-config": "3.1.5",
@@ -73,8 +73,8 @@
7373
"@playwright/test": "1.60.0",
7474
"@svgr/webpack": "8.1.0",
7575
"@types/node": "25.9.3",
76-
"@types/react": "19.2.17",
77-
"@types/react-dom": "19.2.3",
76+
"@types/react": "18.3.1",
77+
"@types/react-dom": "18.3.1",
7878
"@types/webextension-polyfill": "0.12.5",
7979
"@types/ws": "8.18.1",
8080
"@vitejs/plugin-react": "^6.0.2",

0 commit comments

Comments
 (0)