New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@leafygreen-ui/inline-definition

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/inline-definition - npm Package Compare versions

Comparing version

to
2.0.0

# @leafygreen-ui/inline-definition
## 2.0.0
### Major Changes
- 0267bfd2: The underlying structure of distributed module definition files have changed and now have official support for ES modules. Module definition files are now generated using Rollup instead of Webpack. This should not affect functionality, but some thorough testing and caution should be exercised when upgrading.
### Patch Changes
- Updated dependencies [0267bfd2]
- @leafygreen-ui/emotion@3.0.0
- @leafygreen-ui/lib@6.0.0
- @leafygreen-ui/palette@3.0.0
- @leafygreen-ui/tooltip@6.0.0
- @leafygreen-ui/typography@6.0.0
## 1.0.3

@@ -4,0 +19,0 @@

{
"name": "@leafygreen-ui/inline-definition",
"version": "1.0.3",
"version": "2.0.0",
"description": "leafyGreen UI Kit Inline Definition",
"main": "./dist/index.bundle.js",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",

@@ -15,3 +16,3 @@ "typesVersions": {

"scripts": {
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.js"
"build": "../../node_modules/.bin/rollup --config ../../rollup.config.js"
},

@@ -23,8 +24,8 @@ "license": "Apache-2.0",

"dependencies": {
"@leafygreen-ui/lib": "^5.1.1",
"@leafygreen-ui/typography": "^5.0.0",
"@leafygreen-ui/palette": "^2.0.2",
"@leafygreen-ui/tooltip": "^5.0.0",
"@leafygreen-ui/emotion": "^2.0.2"
"@leafygreen-ui/lib": "^6.0.0",
"@leafygreen-ui/typography": "^6.0.0",
"@leafygreen-ui/palette": "^3.0.0",
"@leafygreen-ui/tooltip": "^6.0.0",
"@leafygreen-ui/emotion": "^3.0.0"
}
}

Sorry, the diff of this file is not supported yet