@justeat/fozzie
Advanced tools
Comparing version 10.6.0 to 10.7.0
@@ -5,6 +5,7 @@ { | ||
"description": "UI Web Framework for the Just Eat Global Platform", | ||
"version": "10.6.0", | ||
"version": "10.7.0", | ||
"main": "dist/js/index.js", | ||
"files": [ | ||
"dist/js", | ||
"dist/css", | ||
"src/scss", | ||
@@ -16,2 +17,3 @@ "src/fonts" | ||
"Ashley Nolan <ashley.nolan@just-eat.com> (https://ashleynolan.co.uk)", | ||
"Jamie Maguire <jamie.maguire@justeattakeaway.com> (https://www.jamieomaguire.com)", | ||
"Damian Mullins <damian.mullins@just-eat.com> (http://www.damianmullins.com)", | ||
@@ -52,5 +54,7 @@ "Github contributors <https://github.com/justeat/fozzie/graphs/contributors>" | ||
"@justeat/stylelint-config-fozzie": "3.2.0", | ||
"autoprefixer": "10.4.7", | ||
"caniuse-lite": "1.0.30001409", | ||
"concurrently": "7.4.0", | ||
"coveralls": "3.1.1", | ||
"cssnano": "5.1.13", | ||
"danger": "11.1.2", | ||
@@ -64,2 +68,3 @@ "eslint": "8.23.1", | ||
"postcss": "8.4.16", | ||
"postcss-cli": "10.0.0", | ||
"sass": "1.55.0", | ||
@@ -77,2 +82,14 @@ "sass-true": "6.1.0", | ||
"scripts": { | ||
"autoprefix:css": "yarn run autoprefix:typography && yarn run autoprefix:reset && yarn run autoprefix:utilities", | ||
"autoprefix:reset": "postcss dist/css/fozzie-reset.css -o dist/css/fozzie-reset.css --use autoprefixer --map", | ||
"autoprefix:typography": "postcss dist/css/fozzie-typography.css -o dist/css/fozzie-typography.css --use autoprefixer --map", | ||
"autoprefix:utilities": "postcss dist/css/fozzie-utilities.css -o dist/css/fozzie-utilities.css --use autoprefixer --map", | ||
"build:css": "yarn run build:typography && yarn run build:reset && yarn run build:utilities", | ||
"build:css:minified": "yarn run build:typography:minified && yarn run build:reset:minified && yarn run build:utilities:minified", | ||
"build:reset": "sass --load-path=node_modules/ src/scss/fozzie-reset.scss:dist/css/fozzie-reset.css", | ||
"build:reset:minified": "postcss dist/css/fozzie-reset.css -o dist/css/fozzie-reset.min.css --use cssnano --no-map", | ||
"build:typography": "sass --load-path=node_modules/ src/scss/fozzie-typography.scss:dist/css/fozzie-typography.css", | ||
"build:typography:minified": "postcss dist/css/fozzie-typography.css -o dist/css/fozzie-typography.min.css --use cssnano --no-map", | ||
"build:utilities": "sass --load-path=node_modules/ src/scss/fozzie-utilities.scss:dist/css/fozzie-utilities.css", | ||
"build:utilities:minified": "postcss dist/css/fozzie-utilities.css -o dist/css/fozzie-utilities.min.css --use cssnano --no-map", | ||
"compile": "babel -d dist src --ignore \"src/**/*.test.js\"", | ||
@@ -82,9 +99,11 @@ "lint": "yarn run lint:css && yarn run lint:js", | ||
"lint:js": "eslint --ext .js .", | ||
"prepare": "concurrently -n \"lint,compile,test\" -c \"blue,yellow,green\" \"yarn lint\" \"yarn compile\" \"yarn test\" --kill-others-on-fail", | ||
"prepack": "concurrently -n \"lint,compile,test\" -c \"blue,yellow,green\" \"yarn lint\" \"yarn compile\" \"yarn test\" --kill-others-on-fail && yarn prepare:css", | ||
"prepare:css": "yarn run build:css && yarn run autoprefix:css && yarn run build:css:minified && yarn test:css-dist", | ||
"test": "concurrently -n \"test:js,test:scss\" -c \"cyan,magenta\" \"yarn test:js\" \"yarn test:scss\"", | ||
"test:js": "jest --config=jest.config.js", | ||
"test:scss": "jest --config=src/test/scss/jest.config.js", | ||
"test:build": "sass --no-source-map --load-path=node_modules --style=compressed src/scss:dist/css", | ||
"test:cover": "jest --collect-coverage", | ||
"test:cover:CI": "cat coverage/lcov.info | coveralls" | ||
"test:cover:CI": "cat coverage/lcov.info | coveralls", | ||
"test:css-dist": "jest --config=src/test/css/jest.config.js ./src/test/css", | ||
"test:js": "jest --config=jest.config.js ./src/js", | ||
"test:scss": "jest --config=src/test/scss/jest.config.js ./src/test/scss" | ||
}, | ||
@@ -91,0 +110,0 @@ "stylelint": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
346560
79
1514
28
2