From e450e739785a6312cec979079355d373e8968080 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Tue, 24 Sep 2024 11:17:07 +0100 Subject: [PATCH] Update NPM dependencies --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77a140f..5c00ca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,13 +10,13 @@ "license": "MIT", "devDependencies": { "@playcanvas/observer": "^1.5.1", - "@types/react": "^18.3.7", + "@types/react": "^18.3.8", "playcanvas": "^1.74.0", "react": "^18.3.1", "serve": "^14.2.3", "typedoc": "^0.26.7", "typedoc-plugin-extras": "^3.1.0", - "typedoc-plugin-mdn-links": "^3.2.12", + "typedoc-plugin-mdn-links": "^3.3.1", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-rename-defaults": "^0.7.1" } @@ -103,9 +103,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.7.tgz", - "integrity": "sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==", + "version": "18.3.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.8.tgz", + "integrity": "sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -1469,9 +1469,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.12.tgz", - "integrity": "sha512-UT7JinqYE7IQSrpRPkUkHrXXEJw5qbHIZhVq8igutYDA/4fsrYZhYffVo8Uh70K2iXFdAyvt6foQG5ci1VERAw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.3.1.tgz", + "integrity": "sha512-hgCOm3vDYLbSsIiQbr5hb/ayiMnspjsOwgH4hNVoOLaAeEecuwlY4VY7yh68TY10P1GwbG3N4UnAqmbkvf89KA==", "dev": true, "peerDependencies": { "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" diff --git a/package.json b/package.json index 77b869a..3dcf2e9 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ }, "devDependencies": { "@playcanvas/observer": "^1.5.1", - "@types/react": "^18.3.7", + "@types/react": "^18.3.8", "playcanvas": "^1.74.0", "react": "^18.3.1", "serve": "^14.2.3", "typedoc": "^0.26.7", "typedoc-plugin-extras": "^3.1.0", - "typedoc-plugin-mdn-links": "^3.2.12", + "typedoc-plugin-mdn-links": "^3.3.1", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-rename-defaults": "^0.7.1" },