diff --git a/package-lock.json b/package-lock.json index 1c6de44b..2531c639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13362,7 +13362,8 @@ }, "node_modules/eslint-config-next": { "version": "13.4.19", - "license": "MIT", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.19.tgz", + "integrity": "sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==", "dependencies": { "@next/eslint-plugin-next": "13.4.19", "@rushstack/eslint-patch": "^1.1.3", @@ -13600,7 +13601,8 @@ }, "node_modules/eslint-plugin-react": { "version": "7.33.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", + "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", "dependencies": { "array-includes": "^3.1.6", "array.prototype.flatmap": "^1.3.1", @@ -22960,8 +22962,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.1.6", - "license": "Apache-2.0", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -24447,7 +24450,7 @@ }, "packages/cdk-amplify-app": { "name": "@codedazur/cdk-amplify-app", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "dependencies": { "@codedazur/essentials": "*", @@ -24461,7 +24464,7 @@ "constructs": "^10.1.194", "esbuild": "^0.16.9", "eslint": "^8.30.0", - "typescript": "^4.9.4" + "typescript": "^4.9.4 || ^5.2.2" }, "peerDependencies": { "aws-cdk-lib": ">=2", @@ -24527,19 +24530,6 @@ "@esbuild/win32-x64": "0.16.17" } }, - "packages/cdk-amplify-app/node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "packages/cdk-cache-invalidator": { "name": "@codedazur/cdk-cache-invalidator", "version": "1.0.0", @@ -24561,7 +24551,7 @@ }, "packages/cdk-next-app": { "name": "@codedazur/cdk-next-app", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "dependencies": { "@codedazur/cdk-amplify-app": "*" @@ -24574,7 +24564,7 @@ "eslint": "^8.30.0", "eslint-config-custom": "*", "tsconfig": "*", - "typescript": "^4.9.4" + "typescript": "^4.9.4 || ^5.2.2" }, "peerDependencies": { "aws-cdk-lib": ">=2", @@ -24640,22 +24630,9 @@ "@esbuild/win32-x64": "0.16.17" } }, - "packages/cdk-next-app/node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "packages/cdk-rpc-api": { "name": "@codedazur/cdk-rpc-api", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@codedazur/eslint-config": "*", @@ -24710,7 +24687,7 @@ }, "packages/essentials": { "name": "@codedazur/essentials", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@codedazur/eslint-config": "*", @@ -24742,7 +24719,7 @@ }, "packages/react-essentials": { "name": "@codedazur/react-essentials", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@codedazur/essentials": "*" diff --git a/packages/cdk-amplify-app/package.json b/packages/cdk-amplify-app/package.json index f2503318..cf13d1a5 100644 --- a/packages/cdk-amplify-app/package.json +++ b/packages/cdk-amplify-app/package.json @@ -21,7 +21,7 @@ "constructs": "^10.1.194", "esbuild": "^0.16.9", "eslint": "^8.30.0", - "typescript": "^4.9.4" + "typescript": "^4.9.4 || ^5.2.2" }, "dependencies": { "@codedazur/essentials": "*", diff --git a/packages/cdk-next-app/package.json b/packages/cdk-next-app/package.json index 92ee932f..9dd78d29 100644 --- a/packages/cdk-next-app/package.json +++ b/packages/cdk-next-app/package.json @@ -24,6 +24,6 @@ "eslint": "^8.30.0", "eslint-config-custom": "*", "tsconfig": "*", - "typescript": "^4.9.4" + "typescript": "^4.9.4 || ^5.2.2" } }