diff --git a/ui/package.json b/ui/package.json index db2991820f..c1e2d99ccb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -158,7 +158,7 @@ "webpack-merge": "^4.2.1" }, "dependencies": { - "@influxdata/clockface": "0.0.32", + "@influxdata/clockface": "/Users/alex/go/src/github.com/influxdata/clockface/dist", "@influxdata/flux-parser": "^0.3.0", "@influxdata/giraffe": "0.16.3", "@influxdata/influx": "0.5.5", diff --git a/ui/yarn-error.log b/ui/yarn-error.log new file mode 100644 index 0000000000..8ede3f691f --- /dev/null +++ b/ui/yarn-error.log @@ -0,0 +1,245 @@ +Arguments: + /Users/alex/.nvm/versions/node/v10.15.3/bin/node /usr/local/Cellar/yarn/1.17.3/libexec/bin/yarn.js install + +PATH: + /Users/alex/.nvm/versions/node/v10.15.3/bin:/bin:/Users/alex/bin:/usr/local/sbin:/Users/alex/go/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/bin + +Yarn version: + 1.17.3 + +Node version: + 10.15.3 + +Platform: + darwin x64 + +Trace: + Error: https://registry.yarnpkg.com/typescript: ESOCKETTIMEDOUT + at ClientRequest. (/usr/local/Cellar/yarn/1.17.3/libexec/lib/cli.js:141091:19) + at Object.onceWrapper (events.js:277:13) + at ClientRequest.emit (events.js:189:13) + at TLSSocket.emitRequestTimeout (_http_client.js:662:40) + at Object.onceWrapper (events.js:277:13) + at TLSSocket.emit (events.js:189:13) + at TLSSocket.Socket._onTimeout (net.js:440:8) + at ontimeout (timers.js:436:11) + at tryOnTimeout (timers.js:300:5) + at listOnTimeout (timers.js:263:5) + +npm manifest: + { + "name": "chronograf-ui", + "version": "2.0.0", + "private": false, + "license": "AGPL-3.0", + "description": "", + "repository": { + "type": "git", + "url": "github:influxdata/chronograf" + }, + "engines": { + "node": ">=10.5.0", + "yarn": ">=1.16.0" + }, + "alias": { + "src": "./src" + }, + "scripts": { + "start": "yarn install && yarn generate && cross-env TS_NODE_PROJECT=\"webpack.tsconfig.json\" && yarn run build:vendor && webpack-dev-server --config ./webpack.dev.ts", + "build": "yarn install --silent && yarn generate && webpack --config webpack.prod.ts", + "build:vendor": "webpack --config webpack.vendor.ts", + "clean": "rm -rf ./build && rm -rf ./.cache && rm -rf node_modules && rm -rf cypress/screenshots && rm -rf cypress/videos && rm -f junit-results/* ", + "test": "jest --maxWorkers=2", + "test:watch": "jest --watch --verbose false", + "test:update": "jest --updateSnapshot", + "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch --verbose false", + "test:junit": "CYPRESS_baseUrl=http://localhost:9999 cypress run --browser chrome --reporter junit --reporter-options 'mochaFile=junit-results/test-output-[hash].xml'", + "test:ju:report": "junit-viewer --results=junit-results --save-file=cypress/site/junit-report.html", + "test:ju:clean": "rm junit-results/*.xml", + "test:ju:all": "yarn test:ju:clean && yarn test:junit; yarn test:ju:report;", + "lint": "yarn tsc && yarn eslint", + "eslint": "eslint '{src,cypress}/**/*.{ts,tsx}'", + "eslint:fix": "eslint --fix '{src,cypress}/**/*.{ts,tsx}'", + "tsc": "tsc -p ./tsconfig.json --noEmit --pretty --skipLibCheck", + "tsc:cypress": "tsc -p ./cypress/tsconfig.json --noEmit --pretty --skipLibCheck", + "cy": "CYPRESS_baseUrl=http://localhost:9999 cypress open", + "cy:dev": "CYPRESS_baseUrl=http://localhost:8080 cypress open", + "generate": "oats ../http/swagger.yml > src/client/index.ts" + }, + "jest": { + "setupFilesAfterEnv": [ + "./jestSetup.ts" + ], + "displayName": "test", + "testURL": "http://localhost", + "testPathIgnorePatterns": [ + "build", + "/node_modules/(?!(jest-test))", + "cypress" + ], + "setupFiles": [ + "/testSetup.ts" + ], + "modulePaths": [ + "", + "/node_modules" + ], + "moduleDirectories": [ + "src" + ], + "transform": { + "^.+\\.tsx?$": "ts-jest" + }, + "testRegex": "(/__tests__/.*|(\\.|/)(test))\\.(ts?|tsx?)$", + "moduleFileExtensions": [ + "ts", + "tsx", + "js", + "jsx", + "json", + "node" + ], + "snapshotSerializers": [ + "enzyme-to-json/serializer" + ], + "moduleNameMapper": { + "\\.(css|scss)$": "identity-obj-proxy" + } + }, + "author": "", + "devDependencies": { + "@babel/core": "^7.5.5", + "@babel/preset-env": "^7.5.5", + "@cypress/webpack-preprocessor": "^4.0.3", + "@influxdata/oats": "0.4.0", + "@types/chroma-js": "^1.3.4", + "@types/codemirror": "^0.0.56", + "@types/d3-color": "^1.2.1", + "@types/d3-scale": "^2.0.1", + "@types/enzyme": "^3.1.14", + "@types/history": "3.2.2", + "@types/jest": "^23.3.2", + "@types/lodash": "^4.14.116", + "@types/memoize-one": "^4.0.2", + "@types/node": "^12.6.8", + "@types/papaparse": "^4.5.9", + "@types/prop-types": "^15.5.2", + "@types/qs": "^6.5.1", + "@types/react": "^16.8.3", + "@types/react-datepicker": "^2.8.1", + "@types/react-dnd": "^2.0.36", + "@types/react-dnd-html5-backend": "^2.1.9", + "@types/react-dom": "^16.8.1", + "@types/react-grid-layout": "^0.16.5", + "@types/react-redux": "^6.0.9", + "@types/react-router": "^3.0.15", + "@types/react-router-redux": "^4.0.0", + "@types/react-virtualized": "^9.18.3", + "@types/text-encoding": "^0.0.32", + "@types/uuid": "^3.4.3", + "@types/webpack": "^4.4.35", + "@typescript-eslint/eslint-plugin": "^1.4.0", + "@typescript-eslint/parser": "^1.4.0", + "acorn": "^6.0.6", + "ajv": "^6.7.0", + "autoprefixer": "^6.3.1", + "babel-loader": "^8.0.6", + "clean-webpack-plugin": "^3.0.0", + "cross-env": "^5.2.0", + "css-loader": "^3.1.0", + "cypress": "3.2.0", + "enzyme": "^3.6.0", + "enzyme-adapter-react-16": "^1.6.0", + "enzyme-to-json": "^3.3.4", + "eslint": "^5.14.1", + "eslint-config-prettier": "^4.0.0", + "eslint-plugin-prettier": "^3.0.1", + "eslint-plugin-react": "^7.12.4", + "express": "^4.14.0", + "file-loader": "^4.1.0", + "fork-ts-checker-webpack-plugin": "^1.4.3", + "html-webpack-plugin": "^3.2.0", + "http-proxy-middleware": "^0.18.0", + "identity-obj-proxy": "^3.0.0", + "jest": "^24.8.0", + "jsdom": "^9.0.0", + "junit-viewer": "^4.11.1", + "mini-css-extract-plugin": "^0.8.0", + "mocha": "^5.2.0", + "mocha-junit-reporter": "^1.18.0", + "optimize-css-assets-webpack-plugin": "^5.0.3", + "parcel": "^1.12.3", + "prettier": "^1.16.4", + "react-testing-library": "^5.4.4", + "sass": "^1.22.7", + "sass-loader": "^7.1.0", + "source-map-loader": "^0.2.4", + "style-loader": "^0.23.1", + "terser-webpack-plugin": "^1.3.0", + "ts-jest": "^24.0.0", + "ts-loader": "^5.3.3", + "ts-node": "^8.3.0", + "tslib": "^1.9.0", + "typescript": "3.3.3", + "webpack": "^4.37.0", + "webpack-cli": "^3.3.6", + "webpack-dev-server": "^3.7.2", + "webpack-merge": "^4.2.1" + }, + "dependencies": { + "@influxdata/clockface": "../../clockface/dist", + "@influxdata/flux-parser": "^0.3.0", + "@influxdata/giraffe": "0.16.3", + "@influxdata/influx": "0.5.5", + "@influxdata/influxdb-templates": "0.8.0", + "@influxdata/react-custom-scrollbars": "4.3.8", + "abortcontroller-polyfill": "^1.3.0", + "axios": "^0.19.0", + "babel-polyfill": "^6.26.0", + "bignumber.js": "^4.0.2", + "calculate-size": "^1.1.1", + "chroma-js": "^1.3.6", + "classnames": "^2.2.3", + "codemirror": "^5.36.0", + "d3-format": "^1.3.2", + "d3-scale": "^2.1.0", + "fast.js": "^0.1.1", + "history": "^3.2", + "honeybadger-js": "^1.0.2", + "immer": "^1.9.3", + "lodash": "^4.3.0", + "memoize-one": "^4.0.2", + "moment": "^2.13.0", + "papaparse": "^4.6.3", + "prop-types": "^15.6.1", + "qs": "^6.5.2", + "react": "^16.8.2", + "react-codemirror2": "^4.2.1", + "react-copy-to-clipboard": "^5.0.1", + "react-datepicker": "^2.1.0", + "react-dimensions": "^1.2.0", + "react-dnd": "^2.6.0", + "react-dnd-html5-backend": "^2.6.0", + "react-dom": "^16.8.2", + "react-grid-layout": "^0.16.6", + "react-markdown": "^4.0.3", + "react-redux": "^5.0.7", + "react-router": "^3.0.2", + "react-router-redux": "^4.0.8", + "react-scrollbars-custom": "^4.0.0-alpha.8", + "react-tooltip": "^3.2.1", + "react-virtualized": "^9.18.5", + "redux": "^4.0.0", + "redux-auth-wrapper": "^1.0.0", + "redux-thunk": "^1.0.3", + "reselect": "^4.0.0", + "rome": "^2.1.22", + "uuid": "^3.2.1" + } + } + +yarn manifest: + No manifest + +Lockfile: + No lockfile diff --git a/ui/yarn.lock b/ui/yarn.lock index cf7be894bd..27f080ece2 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1080,10 +1080,8 @@ resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.3.tgz#f060bf6eaafae4d56a7dac618980838b0696e2ab" integrity sha512-FmuxfCuolpLl0AnQ2NHSzoUKWEJDFl63qXjzdoWBVyFCXzMGm1spBzk7LeHNoVCiWCF7mRVms9e6jEV9+MoPbg== -"@influxdata/clockface@0.0.32": - version "0.0.32" - resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-0.0.32.tgz#0e5a298b4ff002284730caa97a13f412539315fc" - integrity sha512-d0AnLVC5DMmGzaMLRsesXJDHRJN6OxqTutygR6Na2iZopk6hksKCVCatdFQ/jzEouEPFO1CHbJYv6uJen8mqXg== +"@influxdata/clockface@file:../../clockface/dist": + version "0.0.0" "@influxdata/flux-parser@^0.3.0": version "0.3.0"