From 92442168768b8c4ae9ad56f032bf7b823b3a0764 Mon Sep 17 00:00:00 2001 From: George Song Date: Tue, 20 Aug 2024 14:09:02 -0700 Subject: [PATCH] feat: upgrade dependencies --- package.json | 2 +- pnpm-lock.yaml | 28 ++++++++++++++-------------- remix-testing-lab/package.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 379f785..7332aba 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/eslint-plugin-jsx-a11y": "^6.9.0", "@types/is-ci": "^3.0.4", "@types/node": "^22.4.1", - "@types/react": "^18.3.3", + "@types/react": "^18.3.4", "concurrently": "^8.2.2", "eslint": "^9.9.0", "eslint-config-prettier": "^9.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 109c8af..b8c8b2a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^22.4.1 version: 22.4.1 '@types/react': - specifier: ^18.3.3 - version: 18.3.3 + specifier: ^18.3.4 + version: 18.3.4 concurrently: specifier: ^8.2.2 version: 8.2.2 @@ -106,7 +106,7 @@ importers: remix-testing-lab: dependencies: '@gsong/react-modal-dialog': - specifier: workspace:2.0.0-beta.0 + specifier: workspace:* version: link:../package '@remix-run/node': specifier: ^2.11.2 @@ -134,8 +134,8 @@ importers: specifier: ^2.11.2 version: 2.11.2(@remix-run/react@2.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@remix-run/serve@2.11.2(typescript@5.5.4))(@types/node@22.4.1)(typescript@5.5.4)(vite@5.4.2(@types/node@22.4.1)) '@types/react': - specifier: ^18.3.3 - version: 18.3.3 + specifier: ^18.3.4 + version: 18.3.4 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 @@ -952,8 +952,8 @@ packages: '@types/react-dom@18.3.0': resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - '@types/react@18.3.3': - resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} + '@types/react@18.3.4': + resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==} '@types/unist@2.0.11': resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} @@ -3470,8 +3470,8 @@ packages: spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} - spdx-license-ids@3.0.18: - resolution: {integrity: sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==} + spdx-license-ids@3.0.20: + resolution: {integrity: sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==} ssri@10.0.6: resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} @@ -4798,9 +4798,9 @@ snapshots: '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 - '@types/react@18.3.3': + '@types/react@18.3.4': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -7830,16 +7830,16 @@ snapshots: spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.18 + spdx-license-ids: 3.0.20 spdx-exceptions@2.5.0: {} spdx-expression-parse@3.0.1: dependencies: spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.18 + spdx-license-ids: 3.0.20 - spdx-license-ids@3.0.18: {} + spdx-license-ids@3.0.20: {} ssri@10.0.6: dependencies: diff --git a/remix-testing-lab/package.json b/remix-testing-lab/package.json index 25bfd81..15ff72c 100644 --- a/remix-testing-lab/package.json +++ b/remix-testing-lab/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc" }, "dependencies": { - "@gsong/react-modal-dialog": "workspace:2.0.0-beta.0", + "@gsong/react-modal-dialog": "workspace:*", "@remix-run/node": "^2.11.2", "@remix-run/react": "^2.11.2", "@remix-run/serve": "^2.11.2", @@ -26,7 +26,7 @@ "devDependencies": { "@playwright/test": "^1.46.1", "@remix-run/dev": "^2.11.2", - "@types/react": "^18.3.3", + "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^8.2.0",