File tree Expand file tree Collapse file tree
dev-packages/e2e-tests/test-applications/remix-hydrogen Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments