Skip to content

Commit 7bdc1bc

Browse files
committed
fixup! chore: correct dedupe
1 parent c9e4a31 commit 7bdc1bc

3 files changed

Lines changed: 26 additions & 640 deletions

File tree

.github/workflows/check-packages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
node-version: '22'
1717
cache: 'yarn'
1818

19-
- run: yarn install --immutable
20-
2119
- uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
2220
id: changed-files-specific
2321
with:

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@
217217
"eslint-plugin-react": "7.37.5",
218218
"eslint-plugin-react-compiler": "0.0.0-experimental-a97cca1-20240529",
219219
"eslint-plugin-react-hooks": "5.2.0",
220-
"express": "4.22.1",
221220
"extract-comments": "1.1.0",
222221
"file-loader": "6.2.0",
223222
"find-free-port": "2.0.0",
@@ -350,7 +349,13 @@
350349
"resolutions": {
351350
"@types/jest-axe/axe-core": "4.7.2",
352351
"@phenomnomnominal/tsquery": "6.1.3",
352+
"braces": "3.0.3",
353353
"esbuild": "0.25.0",
354+
"express": "4.22.1",
355+
"micromatch": "4.0.8",
356+
"qs": "6.14.2",
357+
"tar": "7.5.7",
358+
"tar-fs": "2.1.4",
354359
"swc-loader": "^0.2.6",
355360
"prettier": "2.8.8",
356361
"puppeteer": "19.6.3",

0 commit comments

Comments
 (0)