diff --git a/sample/package-lock.json b/sample/package-lock.json index 0ebf639..821ff9a 100644 --- a/sample/package-lock.json +++ b/sample/package-lock.json @@ -26,17 +26,17 @@ } }, "../react-nativescript": { - "version": "3.0.0-beta.3", + "version": "4.0.0", "license": "MIT", "dependencies": { - "react-reconciler": "0.25.1", - "scheduler": "0.18.0", + "react-reconciler": "~0.25.1", + "scheduler": "~0.18.0", "set-value": "^4.1.0" }, "devDependencies": { "@nativescript/core": "^8.3.5", "@types/react": "npm:types-react-without-jsx-intrinsics@^16.14.30", - "@types/react-reconciler": "0.18.0", + "@types/react-reconciler": "~0.18.0", "@types/scheduler": "^0.12.1", "@types/webpack-env": "^1.18.0", "prettier": "^2.7.1", @@ -45,8 +45,8 @@ "typescript": "^4.8.4" }, "peerDependencies": { - "@nativescript/core": "^8.3.1", - "react": "^16.13.1" + "@nativescript/core": "^8.3.5", + "react": "^16.14.0" } }, "node_modules/@ampproject/remapping": { @@ -4596,9 +4596,9 @@ } }, "node_modules/webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.76.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", + "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -7778,14 +7778,14 @@ "requires": { "@nativescript/core": "^8.3.5", "@types/react": "npm:types-react-without-jsx-intrinsics@^16.14.30", - "@types/react-reconciler": "0.18.0", + "@types/react-reconciler": "~0.18.0", "@types/scheduler": "^0.12.1", "@types/webpack-env": "^1.18.0", "prettier": "^2.7.1", "react": "^16.14.0", - "react-reconciler": "0.25.1", + "react-reconciler": "~0.25.1", "rimraf": "^3.0.2", - "scheduler": "0.18.0", + "scheduler": "~0.18.0", "set-value": "^4.1.0", "typescript": "^4.8.4" } @@ -8383,9 +8383,9 @@ } }, "webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.76.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", + "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3",