css-in-props
Advanced tools
Comparing version 2.9.4 to 2.9.11
@@ -6,3 +6,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "2.9.4", | ||
"version": "2.9.11", | ||
"repository": "https://github.com/symbo-ls/smbls", | ||
@@ -13,15 +13,3 @@ "main": "src/index.js", | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"scripts": { | ||
"prestart": "rm -rf dist .cache", | ||
"start": "parcel index.html", | ||
"build": "parcel build index.html --public-url .", | ||
"deploy": "yarn build && gh-pages -d dist", | ||
"clean": "rm yarn.lock && rm -rf node_modules && rm -rf dist && rm -rf .cache", | ||
"reinstall": "rm yarn.lock && rm -rf node_modules/rackai && yarn", | ||
"bump": "npx np" | ||
}, | ||
"peerDependencies": { | ||
"dependencies": { | ||
"@domql/utils": "latest", | ||
@@ -31,19 +19,3 @@ "@emotion/css": "^11.10.0", | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-0", | ||
"@babel/preset-env": "^7.19.4", | ||
"babel-eslint": "^10.0.3", | ||
"emotion": "^11.10.5", | ||
"np": "^7.2.0", | ||
"parcel-bundler": "^1.12.3", | ||
"parcel-plugin-svg-sprite": "^1.4.1", | ||
"standard": "^13.1.0" | ||
}, | ||
"standard": { | ||
"parser": "babel-eslint" | ||
}, | ||
"dependencies": { | ||
"@emotion/css": "^11.10.5" | ||
}, | ||
"gitHead": "99277d28d82b494d643faf0251c1595afd041c70" | ||
"gitHead": "06818c033618d74e175bcd916dd85504a01d8dbf" | ||
} |
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
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
3
0
15064
106
9
+ Added@domql/utils@latest
+ Added@symbo.ls/scratch@latest
Updated@emotion/css@^11.10.0