Skip to content

Commit 9e6fa58

Browse files
committed
clean
1 parent 9ae9b1b commit 9e6fa58

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/dependency-review-config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ allow-ghsas:
1111
- GHSA-gp8f-8m3g-qvj9
1212
# devalue vulnerability - this is just used by nuxt & astro as transitive dependency
1313
- GHSA-vj54-72f3-p5jv
14-
# we need these for the remix-hydrogen E2E test
15-
- GHSA-3cgp-3xvw-98x8
16-
- GHSA-8v8x-cx79-35w7

dev-packages/e2e-tests/test-applications/remix-hydrogen/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"test:assert": "pnpm playwright test"
1515
},
1616
"dependencies": {
17-
"@remix-run/react": "2.15.2",
18-
"@remix-run/server-runtime": "2.15.2",
19-
"@remix-run/cloudflare-pages": "2.15.2",
17+
"@remix-run/react": "^2.15.2",
18+
"@remix-run/server-runtime": "^2.15.2",
19+
"@remix-run/cloudflare-pages": "^2.15.2",
2020
"@sentry/cloudflare": "latest || *",
2121
"@sentry/remix": "latest || *",
2222
"@sentry/vite-plugin": "^4.6.1",
@@ -25,8 +25,8 @@
2525
"graphql": "16.6.0",
2626
"graphql-tag": "2.12.6",
2727
"isbot": "3.8.0",
28-
"react": "18.2.0",
29-
"react-dom": "18.2.0"
28+
"react": "^18.2.0",
29+
"react-dom": "^18.2.0"
3030
},
3131
"devDependencies": {
3232
"@graphql-codegen/cli": "5.0.2",

0 commit comments

Comments
 (0)