@useblu/ocean-components
Advanced tools
Comparing version 0.1.0-beta.22 to 0.1.0-beta.23
106
package.json
{ | ||
"name": "@useblu/ocean-components", | ||
"version": "0.1.0-beta.22", | ||
"version": "0.1.0-beta.23", | ||
"description": "React components that implement Ocean's Design System.", | ||
"main": "index.js", | ||
"module": "index.es.js", | ||
"types": "index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
@@ -15,12 +18,8 @@ "react", | ||
"prebuild": "rimraf dist", | ||
"build": "npm-run-all --parallel lint build:lib build:storybook", | ||
"build:lib": "rollup -c", | ||
"build:storybook": "build-storybook -s .storybook/assets", | ||
"build": "rollup -c", | ||
"test": "jest", | ||
"storybook": "start-storybook -p 6006 -s .storybook/assets", | ||
"deploy:storybook": "storybook-to-ghpages -s build:storybook", | ||
"test:coverage": "jest --coverage", | ||
"format": "prettier --write 'src/**'", | ||
"format:check": "prettier --list-different src/**/*", | ||
"lint": "eslint 'src/**/*.{ts,tsx}'", | ||
"cm": "cz" | ||
"storybook": "start-storybook -c ../../.storybook -p 6006 -s ../../.storybook/assets" | ||
}, | ||
@@ -34,54 +33,2 @@ "repository": "git@github.com:Pagnet/ocean-ds-web.git", | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@rollup/plugin-commonjs": "^15.1.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@storybook/addon-a11y": "^6.0.22", | ||
"@storybook/addon-essentials": "^6.0.21", | ||
"@storybook/addons": "^6.0.21", | ||
"@storybook/react": "^6.0.21", | ||
"@storybook/storybook-deployer": "^2.8.6", | ||
"@storybook/theming": "^6.0.19", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.0.4", | ||
"@types/classnames": "2.2.10", | ||
"@types/jest": "^26.0.14", | ||
"@types/node": "^14.11.1", | ||
"@types/react": "^16.9.49", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-router-dom": "^5.1.5", | ||
"@types/rollup-plugin-postcss": "^2.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.3.0", | ||
"@typescript-eslint/parser": "^4.2.0", | ||
"@useblu/tokens": "^2.0.0", | ||
"commitizen": "^4.2.1", | ||
"cz-conventional-changelog": "3.3.0", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-jest": "^24.0.2", | ||
"eslint-plugin-jest-dom": "^3.2.3", | ||
"eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-react-hooks": "^4.1.2", | ||
"eslint-plugin-testing-library": "^3.9.0", | ||
"husky": "^4.3.0", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^26.4.2", | ||
"jest-sonar-reporter": "^2.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.1.2", | ||
"pretty-quick": "^3.0.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-router-dom": "^5.2.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.28.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.3", | ||
"rollup-plugin-postcss": "^3.1.6", | ||
"rollup-plugin-sass": "^1.2.2", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"sass-loader": "^10.0.2", | ||
"ts-jest": "^26.4.0", | ||
"typescript": "^4.0.3" | ||
}, | ||
"peerDependencies": { | ||
@@ -95,30 +42,9 @@ "react": ">=16.8.0", | ||
}, | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"storybook-deployer": { | ||
"commitMessage": "Deploy Storybook [skip ci]" | ||
}, | ||
"prettier": { | ||
"singleQuote": true | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"jestSonar": { | ||
"reportPath": "coverage/sonar-report" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
"devDependencies": { | ||
"@types/classnames": "2.2.11", | ||
"@types/rollup-plugin-postcss": "^2.0.0", | ||
"@useblu/tokens": "^2.0.0", | ||
"rollup-plugin-postcss": "^3.1.6", | ||
"rollup-plugin-sass": "^1.2.2" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
334119