Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
version: v1.14.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
Expand All @@ -18,3 +18,6 @@ patch:
patched: '2019-07-17T11:34:40.210Z'
- snyk > snyk-nodejs-lockfile-parser > graphlib > lodash:
patched: '2019-07-17T11:34:40.210Z'
SNYK-JS-TREEKILL-536781:
- snyk > snyk-sbt-plugin > tree-kill:
patched: '2019-12-13T06:27:40.073Z'
288 changes: 144 additions & 144 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,146 +1,146 @@
{
"name": "selfkey-ui",
"version": "1.0.0",
"description": "UI components for the SelfKey project",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"files": [
"build/lib"
],
"scripts": {
"start": "start-storybook -p 6006",
"build": "yarn lint && yarn build-lib",
"build-lib": "tsc && yarn copy-assets-to-lib",
"test": "jest --maxWorkers 2",
"test:coverage": "npm test -- --coverage",
"build-storybook": "build-storybook",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"copy-assets-to-lib": "cpx \"./src/assets/**/*.*\" ./build/lib/assets/",
"deploy-storybook": "storybook-to-ghpages",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SelfKeyFoundation/selfkey-ui.git"
},
"author": "SelfKey Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/SelfKeyFoundation/selfkey-ui/issues"
},
"homepage": "https://github.com/SelfKeyFoundation/selfkey-ui#readme",
"dependencies": {
"@material-ui/core": "3.9.2",
"@material-ui/icons": "3.0.2",
"@material-ui/lab": "3.0.0-alpha.29",
"@types/classnames": "^2.2.7",
"@types/google.visualization": "0.0.46",
"@types/react-dom": "16.0.11",
"bignumber.js": "8.0.1",
"classnames": "^2.2.6",
"jss": "9.8.7",
"jss-compose": "5.0.0",
"jss-expand": "5.3.0",
"jss-extend": "6.2.0",
"jss-global": "3.0.0",
"jss-preset-default": "4.5.0",
"jss-template": "1.0.1",
"lodash": "4.17.13",
"moment": "^2.23.0",
"react": "16.6.3",
"react-copy-to-clipboard": "5.0.1",
"react-datetime": "^2.16.3",
"react-dom": "16.6.3",
"react-google-charts": "3.0.10",
"react-jss": "8.6.1",
"react-truncate": "2.4.0",
"reset-jss": "1.0.0",
"snyk": "^1.193.2"
},
"devDependencies": {
"@storybook/addon-actions": "4.1.13",
"@storybook/addon-backgrounds": "4.1.13",
"@storybook/addon-info": "4.1.13",
"@storybook/addon-links": "4.1.13",
"@storybook/addons": "4.1.13",
"@storybook/react": "4.1.13",
"@storybook/storybook-deployer": "2.8.1",
"@types/jest": "23.3.10",
"@types/lodash": "4.14.119",
"@types/react-test-renderer": "16.0.3",
"@types/storybook__addon-backgrounds": "3.2.1",
"@types/storybook__addon-info": "3.4.2",
"@types/storybook__addon-links": "3.3.3",
"@types/storybook__react": "4.0.0",
"awesome-typescript-loader": "5.2.1",
"babel-core": "6.26.3",
"babel-loader": "^8.0.5",
"babel-runtime": "6.26.0",
"cpx": "1.5.0",
"cz-conventional-changelog": "2.1.0",
"cz-jira-smart-commit": "3.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"jest": "23.6.0",
"jest-environment-enzyme": "^7.0.2",
"jest-enzyme": "^7.0.2",
"react-docgen-typescript-webpack-plugin": "1.1.0",
"react-scripts": "^3.0.0",
"react-test-renderer": "16.6.3",
"storybook-addon-jsx": "6.0.0",
"storybook-host": "5.0.3",
"ts-jest": "23.10.5",
"tslint": "5.12.0",
"typescript": "^3.4.0-dev.20190228",
"webpack-cli": "^3.2.3"
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"setupTestFrameworkScriptFile": "jest-enzyme",
"testEnvironment": "enzyme",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testURL": "http://localhost",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!**/node_modules/**",
"!src/index.tsx",
"!src/jss-setup.tsx",
"!src/transaction/transaction-history.tsx",
"!src/transaction/send/transaction-send.tsx",
"!src/transaction/send/fee/transaction-fee-box.tsx",
"!src/price/crypto-chart-box.tsx",
"!src/price/crypto-price-table.tsx",
"!src/lws/lws-required-info.tsx",
"!src/lws/lws-select-wallet.tsx",
"!src/materialui/datepicker.tsx"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"(.d)\\.(ts)$",
"/.history/"
],
"testPathIgnorePatterns": [
"/node_modules/",
"(.d)\\.(ts)$",
"/.history/"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"snyk": true
"name": "selfkey-ui",
"version": "1.0.0",
"description": "UI components for the SelfKey project",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"files": [
"build/lib"
],
"scripts": {
"start": "start-storybook -p 6006",
"build": "yarn lint && yarn build-lib",
"build-lib": "tsc && yarn copy-assets-to-lib",
"test": "jest --maxWorkers 2",
"test:coverage": "npm test -- --coverage",
"build-storybook": "build-storybook",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"copy-assets-to-lib": "cpx \"./src/assets/**/*.*\" ./build/lib/assets/",
"deploy-storybook": "storybook-to-ghpages",
"snyk-protect": "snyk protect",
"prepublish": "yarn run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SelfKeyFoundation/selfkey-ui.git"
},
"author": "SelfKey Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/SelfKeyFoundation/selfkey-ui/issues"
},
"homepage": "https://github.com/SelfKeyFoundation/selfkey-ui#readme",
"dependencies": {
"@material-ui/core": "3.9.2",
"@material-ui/icons": "3.0.2",
"@material-ui/lab": "3.0.0-alpha.29",
"@types/classnames": "^2.2.7",
"@types/google.visualization": "0.0.46",
"@types/react-dom": "16.0.11",
"bignumber.js": "8.0.1",
"classnames": "^2.2.6",
"jss": "9.8.7",
"jss-compose": "5.0.0",
"jss-expand": "5.3.0",
"jss-extend": "6.2.0",
"jss-global": "3.0.0",
"jss-preset-default": "4.5.0",
"jss-template": "1.0.1",
"lodash": "4.17.13",
"moment": "^2.23.0",
"react": "16.6.3",
"react-copy-to-clipboard": "5.0.1",
"react-datetime": "^2.16.3",
"react-dom": "16.6.3",
"react-google-charts": "3.0.10",
"react-jss": "8.6.1",
"react-truncate": "2.4.0",
"reset-jss": "1.0.0",
"snyk": "^1.259.0"
},
"devDependencies": {
"@storybook/addon-actions": "4.1.13",
"@storybook/addon-backgrounds": "4.1.13",
"@storybook/addon-info": "4.1.13",
"@storybook/addon-links": "4.1.13",
"@storybook/addons": "4.1.13",
"@storybook/react": "4.1.13",
"@storybook/storybook-deployer": "2.8.1",
"@types/jest": "23.3.10",
"@types/lodash": "4.14.119",
"@types/react-test-renderer": "16.0.3",
"@types/storybook__addon-backgrounds": "3.2.1",
"@types/storybook__addon-info": "3.4.2",
"@types/storybook__addon-links": "3.3.3",
"@types/storybook__react": "4.0.0",
"awesome-typescript-loader": "5.2.1",
"babel-core": "6.26.3",
"babel-loader": "^8.0.5",
"babel-runtime": "6.26.0",
"cpx": "1.5.0",
"cz-conventional-changelog": "2.1.0",
"cz-jira-smart-commit": "3.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"jest": "23.6.0",
"jest-environment-enzyme": "^7.0.2",
"jest-enzyme": "^7.0.2",
"react-docgen-typescript-webpack-plugin": "1.1.0",
"react-scripts": "^3.0.0",
"react-test-renderer": "16.6.3",
"storybook-addon-jsx": "6.0.0",
"storybook-host": "5.0.3",
"ts-jest": "23.10.5",
"tslint": "5.12.0",
"typescript": "^3.4.0-dev.20190228",
"webpack-cli": "^3.2.3"
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"setupTestFrameworkScriptFile": "jest-enzyme",
"testEnvironment": "enzyme",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testURL": "http://localhost",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!**/node_modules/**",
"!src/index.tsx",
"!src/jss-setup.tsx",
"!src/transaction/transaction-history.tsx",
"!src/transaction/send/transaction-send.tsx",
"!src/transaction/send/fee/transaction-fee-box.tsx",
"!src/price/crypto-chart-box.tsx",
"!src/price/crypto-price-table.tsx",
"!src/lws/lws-required-info.tsx",
"!src/lws/lws-select-wallet.tsx",
"!src/materialui/datepicker.tsx"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"(.d)\\.(ts)$",
"/.history/"
],
"testPathIgnorePatterns": [
"/node_modules/",
"(.d)\\.(ts)$",
"/.history/"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"snyk": true
}