diff --git a/examples/simpliest/package-lock.json b/examples/simpliest/package-lock.json index 420b846..ed4828c 100644 --- a/examples/simpliest/package-lock.json +++ b/examples/simpliest/package-lock.json @@ -21,6 +21,43 @@ "webpack-cli": "^4.7.2" } }, + "../..": { + "version": "1.0.0", + "license": "MIT", + "devDependencies": { + "@babel/cli": "^7.12.17", + "@babel/core": "^7.12.17", + "@babel/eslint-parser": "^7.17.0", + "@babel/node": "^7.12.17", + "@babel/plugin-external-helpers": "^7.12.13", + "@babel/plugin-proposal-class-properties": "^7.12.13", + "@babel/plugin-proposal-object-rest-spread": "^7.12.13", + "@babel/preset-env": "^7.12.17", + "@swc/core": "^1.2.189", + "@swc/jest": "^0.2.21", + "@types/jest": "^27.5.1", + "@typescript-eslint/eslint-plugin": "^5.23.0", + "@typescript-eslint/parser": "^5.23.0", + "babel-core": "^6.26.3", + "babel-eslint": "^10.1.0", + "babel-jest": "^26.6.3", + "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", + "codecov": "^3.8.1", + "core-js": "3", + "cross-env": "^5.2.0", + "eslint": "^8.15.0", + "eslint-config-prettier": "^8.5.0", + "eslint-config-standart": "^0.2.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jest": "^26.2.2", + "eslint-plugin-jsdoc": "^39.2.9", + "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-standard": "^4.0.0", + "jest": "^26.6.3", + "prettier": "^2.6.2", + "typescript": "^4.5.5" + } + }, "node_modules/@babel/cli": { "version": "7.14.8", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.14.8.tgz", @@ -1699,9 +1736,8 @@ } }, "node_modules/@olime/cq-ch": { - "version": "1.0.0", - "resolved": "file:../..", - "license": "MIT" + "resolved": "../..", + "link": true }, "node_modules/@types/eslint": { "version": "7.28.0", @@ -3907,10 +3943,13 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/mixin-deep": { "version": "1.3.2", @@ -6775,7 +6814,40 @@ } }, "@olime/cq-ch": { - "version": "1.0.0" + "version": "file:../..", + "requires": { + "@babel/cli": "^7.12.17", + "@babel/core": "^7.12.17", + "@babel/eslint-parser": "^7.17.0", + "@babel/node": "^7.12.17", + "@babel/plugin-external-helpers": "^7.12.13", + "@babel/plugin-proposal-class-properties": "^7.12.13", + "@babel/plugin-proposal-object-rest-spread": "^7.12.13", + "@babel/preset-env": "^7.12.17", + "@swc/core": "^1.2.189", + "@swc/jest": "^0.2.21", + "@types/jest": "^27.5.1", + "@typescript-eslint/eslint-plugin": "^5.23.0", + "@typescript-eslint/parser": "^5.23.0", + "babel-core": "^6.26.3", + "babel-eslint": "^10.1.0", + "babel-jest": "^26.6.3", + "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", + "codecov": "^3.8.1", + "core-js": "3", + "cross-env": "^5.2.0", + "eslint": "^8.15.0", + "eslint-config-prettier": "^8.5.0", + "eslint-config-standart": "^0.2.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jest": "^26.2.2", + "eslint-plugin-jsdoc": "^39.2.9", + "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-standard": "^4.0.0", + "jest": "^26.6.3", + "prettier": "^2.6.2", + "typescript": "^4.5.5" + } }, "@types/eslint": { "version": "7.28.0", @@ -8536,9 +8608,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true }, "mixin-deep": {