From 7758e1bc8c0bb75577cc5233261a0baa1ea05e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:42:30 +0000 Subject: [PATCH] Bump @types/react from 18.3.13 to 19.0.6 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.13 to 19.0.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++--------------- package.json | 2 +- pnpm-lock.yaml | 21 +++++++++++++++------ 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22650fa..d12f4bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,6 @@ "name": "@enonic/react-components", "version": "0.0.0", "license": "Apache-2.0", - "dependencies": { - "@rollup/rollup-linux-x64-gnu": "*" - }, "devDependencies": { "@enonic-types/core": "^7.15.0-A2", "@enonic-types/guillotine": "^7.1.1", @@ -22,7 +19,7 @@ "@swc/core": "^1.10.0", "@testing-library/react": "^16.0.1", "@types/diffable-html": "^5.0.2", - "@types/react": "^18.3.13", + "@types/react": "^19.0.6", "clsx": "^2.1.1", "concurrently": "^9.1.0", "cpy-cli": "^5.0.0", @@ -1971,20 +1968,12 @@ "undici-types": "~5.26.4" } }, - "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", - "devOptional": true - }, "node_modules/@types/react": { - "version": "18.3.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.13.tgz", - "integrity": "sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg==", + "version": "19.0.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.6.tgz", + "integrity": "sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==", "devOptional": true, - "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, diff --git a/package.json b/package.json index 6ed541c..8781c49 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@swc/core": "^1.10.0", "@testing-library/react": "^16.0.1", "@types/diffable-html": "^5.0.2", - "@types/react": "^18.3.13", + "@types/react": "^19.0.6", "clsx": "^2.1.1", "concurrently": "^9.1.0", "cpy-cli": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a8440fd..df1b229 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,13 +54,13 @@ importers: version: 1.10.4 '@testing-library/react': specifier: ^16.0.1 - version: 16.1.0(@testing-library/dom@10.0.0)(@types/react-dom@18.2.25)(@types/react@18.3.17)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 16.1.0(@testing-library/dom@10.0.0)(@types/react-dom@18.2.25)(@types/react@19.0.6)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/diffable-html': specifier: ^5.0.2 version: 5.0.2 '@types/react': - specifier: ^18.3.13 - version: 18.3.17 + specifier: ^19.0.6 + version: 19.0.6 clsx: specifier: ^2.1.1 version: 2.1.1 @@ -861,6 +861,9 @@ packages: '@types/react@18.3.17': resolution: {integrity: sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==} + '@types/react@19.0.6': + resolution: {integrity: sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==} + '@types/stack-utils@2.0.3': resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} @@ -3242,14 +3245,14 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@16.1.0(@testing-library/dom@10.0.0)(@types/react-dom@18.2.25)(@types/react@18.3.17)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@testing-library/react@16.1.0(@testing-library/dom@10.0.0)(@types/react-dom@18.2.25)(@types/react@19.0.6)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.24.4 '@testing-library/dom': 10.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 18.3.17 + '@types/react': 19.0.6 '@types/react-dom': 18.2.25 '@tootallnate/once@2.0.0': {} @@ -3313,7 +3316,8 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/prop-types@15.7.12': {} + '@types/prop-types@15.7.12': + optional: true '@types/react-dom@18.2.25': dependencies: @@ -3324,6 +3328,11 @@ snapshots: dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 + optional: true + + '@types/react@19.0.6': + dependencies: + csstype: 3.1.3 '@types/stack-utils@2.0.3': {}