@mmb-digital/ds-lilly
Advanced tools
Comparing version 0.0.1-alpha.10 to 0.0.1-alpha.11
@@ -0,5 +1,8 @@ | ||
export * from './Alert' | ||
export * from './Button' | ||
export * from './Collapse' | ||
export * from './Icon' | ||
export * from './Loader' | ||
export * from './Menu' | ||
export * from './Tabs' | ||
export * from './UserAuth' |
export * from './App' | ||
export * from './Curtain' | ||
export * from './Grid' | ||
export * from './Header' |
export * from './components/Components' | ||
export * from './components/FormElements' | ||
export * from './components/Layout' | ||
export * from './components/Typography' |
{ | ||
"name": "@mmb-digital/ds-lilly", | ||
"version": "0.0.1-alpha.10", | ||
"version": "0.0.1-alpha.11", | ||
"description": "MMB LILLY design system", | ||
@@ -10,4 +10,4 @@ "scripts": { | ||
"check:c": "yarn build && yarn lint:fix && git add -A", | ||
"lint:fix": "yarn lint --fix", | ||
"lint": "tsc --noEmit && eslint --ext .js,.jsx,.ts,.tsx . --cache --ignore-path .gitignore --max-warnings=0", | ||
"lint:fix": "yarn lint --fix && stylelint --fix \"**/*.scss\" ", | ||
"lint": "tsc --noEmit && stylelint \"**/*.scss\" && eslint --ext .js,.jsx,.ts,.tsx . --cache --ignore-path .gitignore --max-warnings=0", | ||
"start": "yarn generate:icons && start-storybook -p 6006", | ||
@@ -29,3 +29,4 @@ "storybook:build": "build-storybook", | ||
"dependencies": { | ||
"classnames": "^2.2.6" | ||
"classnames": "^2.2.6", | ||
"react-flatpickr": "^3.10.1" | ||
}, | ||
@@ -51,2 +52,3 @@ "peerDependencies": { | ||
"@mdx-js/react": "^1.5.8", | ||
"@namics/stylelint-bem": "^6.3.1", | ||
"@storybook/addon-centered": "^5.3.19", | ||
@@ -63,2 +65,3 @@ "@storybook/addon-docs": "^5.3.19", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-flatpickr": "^3.8.1", | ||
"@typescript-eslint/eslint-plugin": "^3.3.0", | ||
@@ -96,2 +99,4 @@ "@typescript-eslint/parser": "^3.3.0", | ||
"style-loader": "^1.2.1", | ||
"stylelint": "^13.6.1", | ||
"stylelint-config-sass-guidelines": "^7.0.0", | ||
"svgo": "^1.3.2", | ||
@@ -98,0 +103,0 @@ "svgstore-cli": "^2.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
832849
61
4863
4
69
+ Addedreact-flatpickr@^3.10.1
+ Addedflatpickr@4.6.13(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-flatpickr@3.10.13(transitive)
+ Addedreact-is@16.13.1(transitive)