diff --git a/lerna.json b/lerna.json index 1febab7ac..11c92e2e5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"] diff --git a/package.json b/package.json index a680fa665..d3fe7407b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "start": "yarn workspace docs start", "build": "yarn workspace docs build", "serve": "yarn workspace docs serve --port 8000", - "clean": "lerna run clean", + "clean": "lerna run clean && rimraf packages/*/{dist,rts2_cache*}", "format": "prettier --write \"**/*.js{,on}\" \"**/*.md\" \"**/*.mdx\"", "test": "jest", "typecheck": "lerna run typecheck", @@ -13,7 +13,7 @@ "dev:chrome": "yarn workspace @theme-ui/chrome dev", "dev:editor": "yarn workspace @theme-ui/editor dev", "release": "lerna publish from-package --dist-tag next --pre-dist-tag next", - "prerelease": "yarn prepare && yarn typecheck && yarn test --coverage", + "prerelease": "yarn clean && yarn prepare && yarn typecheck && yarn test --coverage", "bump-version": "lerna version", "bump-version-next": "lerna version prerelease --preid alpha" }, @@ -44,6 +44,7 @@ "microbundle": "^0.12.2", "prettier": "^2.2.0", "react-test-renderer": "^16.8.6", + "rimraf": "^3.0.2", "ts-jest": "^26.4.4", "typescript": "^4" }, diff --git a/packages/color-modes/package.json b/packages/color-modes/package.json index c10c6182a..98013d217 100644 --- a/packages/color-modes/package.json +++ b/packages/color-modes/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/color-modes", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -19,8 +19,8 @@ }, "dependencies": { "@emotion/react": "^11.1.1", - "@theme-ui/core": "0.6.0-alpha.1", - "@theme-ui/css": "0.6.0-alpha.1", + "@theme-ui/core": "0.6.0-alpha.4", + "@theme-ui/css": "0.6.0-alpha.4", "deepmerge": "^4.2.2" }, "peerDependencies": { diff --git a/packages/color/package.json b/packages/color/package.json index 708f87bad..ab20e45a4 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/color", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -10,7 +10,7 @@ "watch": "microbundle watch --no-compress" }, "dependencies": { - "@theme-ui/css": "0.6.0-alpha.1", + "@theme-ui/css": "0.6.0-alpha.4", "polished": "^4.0.5" }, "publishConfig": { diff --git a/packages/components/package.json b/packages/components/package.json index 7bdf850dc..790cbb234 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/components", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "index.d.ts", @@ -16,7 +16,7 @@ "@styled-system/color": "^5.1.2", "@styled-system/should-forward-prop": "^5.1.2", "@styled-system/space": "^5.1.2", - "@theme-ui/css": "0.6.0-alpha.1", + "@theme-ui/css": "0.6.0-alpha.4", "@types/styled-system": "^5.1.10" }, "peerDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index fc7ad7299..c2e8fcde4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/core", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -22,15 +22,15 @@ }, "dependencies": { "@emotion/react": "^11.1.1", - "@theme-ui/css": "0.6.0-alpha.1", - "@theme-ui/parse-props": "0.6.0-alpha.1", + "@theme-ui/css": "0.6.0-alpha.4", + "@theme-ui/parse-props": "0.6.0-alpha.4", "deepmerge": "^4.2.2" }, "peerDependencies": { "react": "^16.14.0 || ^17.0.0" }, "devDependencies": { - "@types/react": "^16.14.1", + "@types/react": "^17.0.0", "react": "^16.14.0" } } diff --git a/packages/css/package.json b/packages/css/package.json index d93ab29e4..1719bb258 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/css", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/custom-properties/package.json b/packages/custom-properties/package.json index c2fe95f08..fa9e758a3 100644 --- a/packages/custom-properties/package.json +++ b/packages/custom-properties/package.json @@ -1,7 +1,7 @@ { "name": "@theme-ui/custom-properties", "description": "Generate CSS custom properties for use with Theme UI", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -20,7 +20,7 @@ "pluralize": "^8.0.0" }, "devDependencies": { - "@theme-ui/css": "0.6.0-alpha.1", + "@theme-ui/css": "0.6.0-alpha.4", "@types/pluralize": "^0.0.29" }, "gitHead": "87e9ebb0cc66d8a5e1fcde7bb60f2077266aa437" diff --git a/packages/docs/package.json b/packages/docs/package.json index cb739548f..abbde2ac1 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docs", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "index.js", "author": "Brent Jackson ", "license": "MIT", @@ -20,25 +20,25 @@ "@emotion/styled": "^11.0.0", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", - "@theme-ui/color": "0.6.0-alpha.1", - "@theme-ui/components": "^0.6.0-alpha.3", - "@theme-ui/css": "0.6.0-alpha.1", - "@theme-ui/editor": "^0.6.0-alpha.3", - "@theme-ui/match-media": "0.6.0-alpha.1", - "@theme-ui/presets": "0.6.0-alpha.1", - "@theme-ui/prism": "^0.6.0-alpha.3", - "@theme-ui/sidenav": "^0.6.0-alpha.3", - "@theme-ui/style-guide": "^0.6.0-alpha.3", - "@theme-ui/typography": "0.6.0-alpha.1", + "@theme-ui/color": "0.6.0-alpha.4", + "@theme-ui/components": "0.6.0-alpha.4", + "@theme-ui/css": "0.6.0-alpha.4", + "@theme-ui/editor": "0.6.0-alpha.4", + "@theme-ui/match-media": "0.6.0-alpha.4", + "@theme-ui/presets": "0.6.0-alpha.4", + "@theme-ui/prism": "0.6.0-alpha.4", + "@theme-ui/sidenav": "0.6.0-alpha.4", + "@theme-ui/style-guide": "0.6.0-alpha.4", + "@theme-ui/typography": "0.6.0-alpha.4", "copy-to-clipboard": "^3.2.0", "gatsby": "^2.26.1", "gatsby-plugin-catch-links": "^2.4.0", "gatsby-plugin-compile-es6-packages": "^2.1.0", "gatsby-plugin-mdx": "^1.6.0", "gatsby-plugin-react-helmet": "^3.4.0", - "gatsby-plugin-theme-ui": "^0.6.0-alpha.3", - "gatsby-theme-code-recipes": "0.5.0-alpha.1", - "gatsby-theme-style-guide": "^0.6.0-alpha.3", + "gatsby-plugin-theme-ui": "0.6.0-alpha.4", + "gatsby-theme-code-recipes": "0.6.0-alpha.4", + "gatsby-theme-style-guide": "0.6.0-alpha.4", "lodash.merge": "^4.6.1", "lodash.omit": "^4.5.0", "prismjs": "^1.16.0", @@ -48,7 +48,7 @@ "react-live": "^2.1.2", "remark-slug": "^6.0.0", "stringify-object": "^3.3.0", - "theme-ui": "^0.6.0-alpha.3", + "theme-ui": "0.6.0-alpha.4", "typography-theme-alton": "^0.16.19", "typography-theme-anonymous": "^0.15.10", "typography-theme-bootstrap": "^0.16.19", diff --git a/packages/editor/package.json b/packages/editor/package.json index efa65639e..cb356fabc 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/editor", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -12,9 +12,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/components": "^0.6.0-alpha.3", - "@theme-ui/css": "0.6.0-alpha.1", - "@theme-ui/style-guide": "^0.6.0-alpha.3", + "@theme-ui/components": "0.6.0-alpha.4", + "@theme-ui/css": "0.6.0-alpha.4", + "@theme-ui/style-guide": "0.6.0-alpha.4", "@types/react-color": "^2.17.3", "color": "^3.1.2", "react-color": "^2.18.0", @@ -29,7 +29,7 @@ }, "devDependencies": { "react": "^16.14.0", - "theme-ui": "^0.6.0-alpha.3" + "theme-ui": "0.6.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/gatsby-plugin-theme-ui/package.json b/packages/gatsby-plugin-theme-ui/package.json index e48b1bc46..ce37bf9fa 100644 --- a/packages/gatsby-plugin-theme-ui/package.json +++ b/packages/gatsby-plugin-theme-ui/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-theme-ui", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "index.js", "author": "Brent Jackson", "license": "MIT", diff --git a/packages/gatsby-theme-code-recipes/package.json b/packages/gatsby-theme-code-recipes/package.json index 164d25024..2f7a13589 100644 --- a/packages/gatsby-theme-code-recipes/package.json +++ b/packages/gatsby-theme-code-recipes/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-code-recipes", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "index.js", "license": "MIT", "peerDependencies": { diff --git a/packages/gatsby-theme-style-guide/package.json b/packages/gatsby-theme-style-guide/package.json index c721695cc..0a2c72008 100644 --- a/packages/gatsby-theme-style-guide/package.json +++ b/packages/gatsby-theme-style-guide/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-style-guide", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "index.js", "license": "MIT", "peerDependencies": { @@ -14,8 +14,8 @@ "react-dom": "^16.14.0" }, "dependencies": { - "@theme-ui/style-guide": "^0.6.0-alpha.3", - "theme-ui": "^0.6.0-alpha.3" + "@theme-ui/style-guide": "0.6.0-alpha.4", + "theme-ui": "0.6.0-alpha.4" }, "gitHead": "87e9ebb0cc66d8a5e1fcde7bb60f2077266aa437" } diff --git a/packages/gatsby-theme-ui-layout/package.json b/packages/gatsby-theme-ui-layout/package.json index 44a363b3c..343d0dc1d 100644 --- a/packages/gatsby-theme-ui-layout/package.json +++ b/packages/gatsby-theme-ui-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-ui-layout", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "index.js", "repository": "system-ui/theme-ui", "peerDependencies": { diff --git a/packages/match-media/package.json b/packages/match-media/package.json index ff879c30f..a3c0277f7 100644 --- a/packages/match-media/package.json +++ b/packages/match-media/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/match-media", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "description": "React hooks for theme-ui breakpoints", "source": "src/index.ts", "main": "dist/index.js", @@ -18,8 +18,8 @@ "access": "public" }, "devDependencies": { - "@theme-ui/core": "0.6.0-alpha.1", - "@theme-ui/css": "0.6.0-alpha.1", + "@theme-ui/core": "0.6.0-alpha.4", + "@theme-ui/css": "0.6.0-alpha.4", "react": "^16.14.0" }, "peerDependencies": { diff --git a/packages/mdx/package.json b/packages/mdx/package.json index 2a874858e..76d18ecc0 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/mdx", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -15,8 +15,8 @@ "@emotion/react": "^11.1.1", "@emotion/styled": "^11.0.0", "@mdx-js/react": "^1.6.22", - "@theme-ui/core": "0.6.0-alpha.1", - "@theme-ui/css": "0.6.0-alpha.1" + "@theme-ui/core": "0.6.0-alpha.4", + "@theme-ui/css": "0.6.0-alpha.4" }, "devDependencies": { "react": "^16.14.0" diff --git a/packages/parse-props/package.json b/packages/parse-props/package.json index 77a2ea150..17d87dd34 100644 --- a/packages/parse-props/package.json +++ b/packages/parse-props/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/parse-props", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -18,13 +18,13 @@ }, "dependencies": { "@emotion/react": "^11.1.1", - "@theme-ui/css": "0.6.0-alpha.1" + "@theme-ui/css": "0.6.0-alpha.4" }, "peerDependencies": { "react": "^16.14.0 || ^17.0.0" }, "devDependencies": { - "@types/react": "^16.14.1", + "@types/react": "^17.0.0", "react": "^16.14.0" } } diff --git a/packages/preset-base/package.json b/packages/preset-base/package.json index c12fb5e9a..425099004 100644 --- a/packages/preset-base/package.json +++ b/packages/preset-base/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-base", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "author": "Brent Jackson", diff --git a/packages/preset-bootstrap/package.json b/packages/preset-bootstrap/package.json index b53d7417f..eb0c2243d 100644 --- a/packages/preset-bootstrap/package.json +++ b/packages/preset-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-bootstrap", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", diff --git a/packages/preset-bulma/package.json b/packages/preset-bulma/package.json index 64aa1e09d..b9ea092e8 100644 --- a/packages/preset-bulma/package.json +++ b/packages/preset-bulma/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-bulma", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/preset-base": "0.5.0-alpha.1" + "@theme-ui/preset-base": "0.6.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/preset-dark/package.json b/packages/preset-dark/package.json index 139bce588..7f7d903f8 100644 --- a/packages/preset-dark/package.json +++ b/packages/preset-dark/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-dark", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", diff --git a/packages/preset-deep/package.json b/packages/preset-deep/package.json index 428bda2a2..666ee0a2f 100644 --- a/packages/preset-deep/package.json +++ b/packages/preset-deep/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-deep", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", diff --git a/packages/preset-funk/package.json b/packages/preset-funk/package.json index 8f3ad9d99..e9bef2194 100644 --- a/packages/preset-funk/package.json +++ b/packages/preset-funk/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-funk", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/preset-base": "0.5.0-alpha.1" + "@theme-ui/preset-base": "0.6.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/preset-future/package.json b/packages/preset-future/package.json index 60f6b447a..a735774d6 100644 --- a/packages/preset-future/package.json +++ b/packages/preset-future/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-future", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/preset-base": "0.5.0-alpha.1" + "@theme-ui/preset-base": "0.6.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/preset-polaris/package.json b/packages/preset-polaris/package.json index c912b3427..542a3b29c 100644 --- a/packages/preset-polaris/package.json +++ b/packages/preset-polaris/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-polaris", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "source": "src/index.ts", @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/preset-base": "0.5.0-alpha.1" + "@theme-ui/preset-base": "0.6.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/preset-roboto/package.json b/packages/preset-roboto/package.json index b370a829e..e1a36535d 100644 --- a/packages/preset-roboto/package.json +++ b/packages/preset-roboto/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-roboto", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/preset-base": "0.5.0-alpha.1" + "@theme-ui/preset-base": "0.6.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/preset-sketchy/package.json b/packages/preset-sketchy/package.json index b9923fa22..a272161d7 100644 --- a/packages/preset-sketchy/package.json +++ b/packages/preset-sketchy/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-sketchy", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -16,7 +16,7 @@ "access": "public" }, "dependencies": { - "@theme-ui/css": "0.6.0-alpha.1" + "@theme-ui/css": "0.6.0-alpha.4" }, "gitHead": "87e9ebb0cc66d8a5e1fcde7bb60f2077266aa437" } diff --git a/packages/preset-swiss/package.json b/packages/preset-swiss/package.json index 44480e7ae..c45c62110 100644 --- a/packages/preset-swiss/package.json +++ b/packages/preset-swiss/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-swiss", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", diff --git a/packages/preset-system/package.json b/packages/preset-system/package.json index 880d4cb4c..30f6b7b6f 100644 --- a/packages/preset-system/package.json +++ b/packages/preset-system/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-system", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", diff --git a/packages/preset-tailwind/package.json b/packages/preset-tailwind/package.json index 711aac746..12e54f23d 100644 --- a/packages/preset-tailwind/package.json +++ b/packages/preset-tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-tailwind", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", diff --git a/packages/preset-tosh/package.json b/packages/preset-tosh/package.json index e4433dcd4..b9ff02596 100644 --- a/packages/preset-tosh/package.json +++ b/packages/preset-tosh/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/preset-tosh", - "version": "0.5.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", diff --git a/packages/presets/package.json b/packages/presets/package.json index d8ff79b48..f80d86975 100644 --- a/packages/presets/package.json +++ b/packages/presets/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/presets", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -13,20 +13,20 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/preset-base": "0.5.0-alpha.1", - "@theme-ui/preset-bootstrap": "0.5.0-alpha.1", - "@theme-ui/preset-bulma": "0.5.0-alpha.1", - "@theme-ui/preset-dark": "0.5.0-alpha.1", - "@theme-ui/preset-deep": "0.5.0-alpha.1", - "@theme-ui/preset-funk": "0.5.0-alpha.1", - "@theme-ui/preset-future": "0.5.0-alpha.1", - "@theme-ui/preset-polaris": "0.5.0-alpha.1", - "@theme-ui/preset-roboto": "0.5.0-alpha.1", - "@theme-ui/preset-sketchy": "0.6.0-alpha.1", - "@theme-ui/preset-swiss": "0.5.0-alpha.1", - "@theme-ui/preset-system": "0.5.0-alpha.1", - "@theme-ui/preset-tailwind": "0.5.0-alpha.1", - "@theme-ui/preset-tosh": "0.5.0-alpha.1" + "@theme-ui/preset-base": "0.6.0-alpha.4", + "@theme-ui/preset-bootstrap": "0.6.0-alpha.4", + "@theme-ui/preset-bulma": "0.6.0-alpha.4", + "@theme-ui/preset-dark": "0.6.0-alpha.4", + "@theme-ui/preset-deep": "0.6.0-alpha.4", + "@theme-ui/preset-funk": "0.6.0-alpha.4", + "@theme-ui/preset-future": "0.6.0-alpha.4", + "@theme-ui/preset-polaris": "0.6.0-alpha.4", + "@theme-ui/preset-roboto": "0.6.0-alpha.4", + "@theme-ui/preset-sketchy": "0.6.0-alpha.4", + "@theme-ui/preset-swiss": "0.6.0-alpha.4", + "@theme-ui/preset-system": "0.6.0-alpha.4", + "@theme-ui/preset-tailwind": "0.6.0-alpha.4", + "@theme-ui/preset-tosh": "0.6.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/prism/package.json b/packages/prism/package.json index 15399d3b5..1cd6fea18 100644 --- a/packages/prism/package.json +++ b/packages/prism/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/prism", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "dist/prism.js", "module": "dist/prism.esm.js", "types": "dist/index.d.ts", @@ -37,6 +37,6 @@ "param-case": "^3.0.3", "postcss": "^8.1.10", "postcss-js": "^3.0.3", - "theme-ui": "^0.6.0-alpha.3" + "theme-ui": "0.6.0-alpha.4" } } diff --git a/packages/sidenav/package.json b/packages/sidenav/package.json index b817f1694..ac818b00b 100644 --- a/packages/sidenav/package.json +++ b/packages/sidenav/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/sidenav", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -25,7 +25,7 @@ "@mdx-js/react": "^1.6.22", "@types/mdx-js__react": "^1.5.3", "deepmerge": "^4.0.0", - "theme-ui": "^0.6.0-alpha.3" + "theme-ui": "0.6.0-alpha.4" }, "keywords": [ "theme-ui", diff --git a/packages/style-guide/package.json b/packages/style-guide/package.json index c3121638d..29d7dfccd 100644 --- a/packages/style-guide/package.json +++ b/packages/style-guide/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/style-guide", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/presets": "0.6.0-alpha.1", + "@theme-ui/presets": "0.6.0-alpha.4", "@types/color": "^3.0.1", "color": "^3.1.2", "lodash.get": "^4.4.2" @@ -24,7 +24,7 @@ }, "devDependencies": { "react": "^16.14.0", - "theme-ui": "^0.6.0-alpha.3" + "theme-ui": "0.6.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/tachyons/package.json b/packages/tachyons/package.json index 58e22f898..63c919682 100644 --- a/packages/tachyons/package.json +++ b/packages/tachyons/package.json @@ -1,7 +1,7 @@ { "name": "@theme-ui/tachyons", "description": "Generate static CSS for use outside of React with Theme UI and Tachyons", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "source": "src/index.ts", @@ -14,7 +14,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@theme-ui/css": "0.6.0-alpha.1", + "@theme-ui/css": "0.6.0-alpha.4", "babel-polyfill": "^6.26.0", "execa": "^5.0.0" }, diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 1b2dad950..fbb302ea1 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@theme-ui/tailwind", "description": "Generate static CSS for use outside of React with Theme UI and Tailwind.css", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "source": "src/index.ts", @@ -14,7 +14,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@theme-ui/css": "0.6.0-alpha.1", + "@theme-ui/css": "0.6.0-alpha.4", "babel-polyfill": "^6.26.0", "execa": "^5.0.0", "tailwindcss": "^1.0.4" diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index ac014aec4..41226f953 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/test-utils", - "version": "0.6.0-alpha.0", + "version": "0.6.0-alpha.4", "private": true, "license": "MIT", "source": "src/index.ts", diff --git a/packages/theme-provider/package.json b/packages/theme-provider/package.json index 792a49238..674a72143 100644 --- a/packages/theme-provider/package.json +++ b/packages/theme-provider/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/theme-provider", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "source": "src/index.ts", @@ -13,9 +13,9 @@ }, "dependencies": { "@emotion/react": "^11.1.1", - "@theme-ui/color-modes": "^0.6.0-alpha.3", - "@theme-ui/core": "0.6.0-alpha.1", - "@theme-ui/mdx": "0.6.0-alpha.1" + "@theme-ui/color-modes": "0.6.0-alpha.4", + "@theme-ui/core": "0.6.0-alpha.4", + "@theme-ui/mdx": "0.6.0-alpha.4" }, "peerDependencies": { "@theme-ui/css": "*", diff --git a/packages/theme-ui/package.json b/packages/theme-ui/package.json index 42c4abb7d..1107465f3 100644 --- a/packages/theme-ui/package.json +++ b/packages/theme-ui/package.json @@ -1,6 +1,6 @@ { "name": "theme-ui", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "description": "The Design Graph Framework", "source": "src/index.ts", "main": "dist/index.js", @@ -19,12 +19,12 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/color-modes": "^0.6.0-alpha.3", - "@theme-ui/components": "^0.6.0-alpha.3", - "@theme-ui/core": "0.6.0-alpha.1", - "@theme-ui/css": "0.6.0-alpha.1", - "@theme-ui/mdx": "0.6.0-alpha.1", - "@theme-ui/theme-provider": "^0.6.0-alpha.3" + "@theme-ui/color-modes": "0.6.0-alpha.4", + "@theme-ui/components": "0.6.0-alpha.4", + "@theme-ui/core": "0.6.0-alpha.4", + "@theme-ui/css": "0.6.0-alpha.4", + "@theme-ui/mdx": "0.6.0-alpha.4", + "@theme-ui/theme-provider": "0.6.0-alpha.4" }, "peerDependencies": { "react": "^16.14.0 || ^17.0.0" diff --git a/packages/typography/package.json b/packages/typography/package.json index 0a6b29068..40f558858 100644 --- a/packages/typography/package.json +++ b/packages/typography/package.json @@ -1,6 +1,6 @@ { "name": "@theme-ui/typography", - "version": "0.6.0-alpha.1", + "version": "0.6.0-alpha.4", "main": "dist/index.js", "module": "dist/index.esm.js", "source": "src/index.ts", @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@theme-ui/css": "0.6.0-alpha.1", + "@theme-ui/css": "0.6.0-alpha.4", "@types/compass-vertical-rhythm": "^1.4.1", "@types/modularscale": "^2.0.0", "@types/typography": "^0.16.3", diff --git a/yarn.lock b/yarn.lock index 550089744..4446ba075 100644 --- a/yarn.lock +++ b/yarn.lock @@ -119,6 +119,13 @@ dependencies: "@babel/types" "^7.10.4" +"@babel/helper-annotate-as-pure@^7.12.10": + version "7.12.10" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d" + integrity sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ== + dependencies: + "@babel/types" "^7.12.10" + "@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3" @@ -127,7 +134,16 @@ "@babel/helper-explode-assignable-expression" "^7.10.4" "@babel/types" "^7.10.4" -"@babel/helper-builder-react-jsx-experimental@^7.12.1", "@babel/helper-builder-react-jsx-experimental@^7.12.4": +"@babel/helper-builder-react-jsx-experimental@^7.12.11": + version "7.12.11" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.11.tgz#a39616d7e4cf8f9da1f82b5fc3ee1f7406beeb11" + integrity sha512-4oGVOekPI8dh9JphkPXC68iIuP6qp/RPbaPmorRmEFbRAHZjSqxPjqHudn18GVDPgCuFM/KdFXc63C17Ygfa9w== + dependencies: + "@babel/helper-annotate-as-pure" "^7.12.10" + "@babel/helper-module-imports" "^7.12.5" + "@babel/types" "^7.12.11" + +"@babel/helper-builder-react-jsx-experimental@^7.12.4": version "7.12.4" resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.4.tgz#55fc1ead5242caa0ca2875dcb8eed6d311e50f48" integrity sha512-AjEa0jrQqNk7eDQOo0pTfUOwQBMF+xVqrausQwT9/rTKy0g04ggFNaJpaE09IQMn9yExluigWMJcj0WC7bq+Og== @@ -301,12 +317,7 @@ dependencies: "@babel/types" "^7.11.0" -"@babel/helper-validator-identifier@^7.10.1", "@babel/helper-validator-identifier@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" - integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - -"@babel/helper-validator-identifier@^7.12.11": +"@babel/helper-validator-identifier@^7.10.1", "@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11": version "7.12.11" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== @@ -807,37 +818,13 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-jsx" "^7.12.1" -"@babel/plugin-transform-react-jsx-self@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz#ef43cbca2a14f1bd17807dbe4376ff89d714cf28" - integrity sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-transform-react-jsx-source@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.1.tgz#d07de6863f468da0809edcf79a1aa8ce2a82a26b" - integrity sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-transform-react-jsx@^7.10.1", "@babel/plugin-transform-react-jsx@^7.10.4": - version "7.12.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.5.tgz#39ede0e30159770561b6963be143e40af3bde00c" - integrity sha512-2xkcPqqrYiOQgSlM/iwto1paPijjsDbUynN13tI6bosDz/jOW3CRzYguIE8wKX32h+msbBM22Dv5fwrFkUOZjQ== - dependencies: - "@babel/helper-builder-react-jsx" "^7.10.4" - "@babel/helper-builder-react-jsx-experimental" "^7.12.1" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-jsx" "^7.12.1" - -"@babel/plugin-transform-react-jsx@^7.12.7": - version "7.12.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.7.tgz#8b14d45f6eccd41b7f924bcb65c021e9f0a06f7f" - integrity sha512-YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ== +"@babel/plugin-transform-react-jsx@^7.10.1", "@babel/plugin-transform-react-jsx@^7.10.4", "@babel/plugin-transform-react-jsx@^7.12.10": + version "7.12.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.11.tgz#09a7319195946b0ddc09f9a5f01346f2cb80dfdd" + integrity sha512-5nWOw6mTylaFU72BdZfa0dP1HsGdY3IMExpxn8LBE8dNmkQjB+W+sR+JwIdtbzkPvVuFviT3zyNbSUkuVTVxbw== dependencies: "@babel/helper-builder-react-jsx" "^7.10.4" - "@babel/helper-builder-react-jsx-experimental" "^7.12.4" + "@babel/helper-builder-react-jsx-experimental" "^7.12.11" "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-jsx" "^7.12.1" @@ -1024,16 +1011,14 @@ esutils "^2.0.2" "@babel/preset-react@^7.10.1", "@babel/preset-react@^7.10.4", "@babel/preset-react@^7.12.5": - version "7.12.7" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.7.tgz#36d61d83223b07b6ac4ec55cf016abb0f70be83b" - integrity sha512-wKeTdnGUP5AEYCYQIMeXMMwU7j+2opxrG0WzuZfxuuW9nhKvvALBjl67653CWamZJVefuJGI219G591RSldrqQ== + version "7.12.10" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.10.tgz#4fed65f296cbb0f5fb09de6be8cddc85cc909be9" + integrity sha512-vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-transform-react-display-name" "^7.12.1" - "@babel/plugin-transform-react-jsx" "^7.12.7" + "@babel/plugin-transform-react-jsx" "^7.12.10" "@babel/plugin-transform-react-jsx-development" "^7.12.7" - "@babel/plugin-transform-react-jsx-self" "^7.12.1" - "@babel/plugin-transform-react-jsx-source" "^7.12.1" "@babel/plugin-transform-react-pure-annotations" "^7.12.1" "@babel/preset-typescript@^7.10.1", "@babel/preset-typescript@^7.10.4": @@ -1140,10 +1125,10 @@ source-map "^0.5.7" stylis "^4.0.3" -"@emotion/cache@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.0.0.tgz#473adcaf9e04c6a0e30fb1421e79a209a96818f8" - integrity sha512-NStfcnLkL5vj3mBILvkR2m/5vFxo3G0QEreYKDGHNHm9IMYoT/t3j6xwjx6lMI/S1LUJfVHQqn0m9wSINttTTQ== +"@emotion/cache@^11.1.3": + version "11.1.3" + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.1.3.tgz#c7683a9484bcd38d5562f2b9947873cf66829afd" + integrity sha512-n4OWinUPJVaP6fXxWZD9OUeQ0lY7DvtmtSuqtRWT0Ofo/sBLCVSgb4/Oa0Q5eFxcwablRKjUXqXtNZVyEwCAuA== dependencies: "@emotion/memoize" "^0.7.4" "@emotion/sheet" "^1.0.0" @@ -1195,12 +1180,12 @@ integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== "@emotion/react@^11.1.1": - version "11.1.2" - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.1.2.tgz#a635cfc6bc0974756f690b848c684338183b2593" - integrity sha512-zEpxynUhHm2GqjY556RnA12Ijt0v6rYUwV6WliyGoFbQKJKkXFuTzGHGQx4UY2jKUV1I4yjr66Ajj/qoQMVPeQ== + version "11.1.3" + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.1.3.tgz#4a33f9bfdbcbe2d5449f5d44e48fca045b86dcc0" + integrity sha512-4kTKUm321key/capzff/AEIm8ow9IrcYltqaMQVdKlqMTUQpoO9GozDnDG1YXLYzgFnxYTZUbok3Z0vudylxiA== dependencies: "@babel/runtime" "^7.7.2" - "@emotion/cache" "^11.0.0" + "@emotion/cache" "^11.1.3" "@emotion/serialize" "^1.0.0" "@emotion/sheet" "^1.0.1" "@emotion/utils" "^1.0.0" @@ -3206,12 +3191,13 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.14.1": - version "16.14.1" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.1.tgz#da2ecb638385614a5573e16e4aa7daf936dbead5" - integrity sha512-32mxrbX62m5b+lMTSzucFKNIr8Eq4T6T3rDVxYzKqyRwyfnPcwZppWW0YXUlPNPUE+r6phBtHXYRgr8ad/Zl9A== +"@types/react@*", "@types/react@^17.0.0": + version "17.0.0" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8" + integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw== dependencies: "@types/prop-types" "*" + csstype "^3.0.2" "@types/reactcss@*": version "1.2.3" @@ -7107,13 +7093,13 @@ dot-case@^2.1.0: dependencies: no-case "^2.2.0" -dot-case@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.3.tgz#21d3b52efaaba2ea5fda875bb1aa8124521cf4aa" - integrity sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA== +dot-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" + integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== dependencies: - no-case "^3.0.3" - tslib "^1.10.0" + no-case "^3.0.4" + tslib "^2.0.3" dot-prop@^4.2.0: version "4.2.1" @@ -12083,12 +12069,12 @@ lower-case@^1.1.0, lower-case@^1.1.1, lower-case@^1.1.2: resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= -lower-case@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.1.tgz#39eeb36e396115cc05e29422eaea9e692c9408c7" - integrity sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ== +lower-case@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" + integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== dependencies: - tslib "^1.10.0" + tslib "^2.0.3" lowercase-keys@1.0.0: version "1.0.0" @@ -12975,13 +12961,13 @@ no-case@^2.2.0, no-case@^2.3.2: dependencies: lower-case "^1.1.1" -no-case@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.3.tgz#c21b434c1ffe48b39087e86cfb4d2582e9df18f8" - integrity sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw== +no-case@^3.0.3, no-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" + integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== dependencies: - lower-case "^2.0.1" - tslib "^1.10.0" + lower-case "^2.0.2" + tslib "^2.0.3" node-emoji@^1.10.0, node-emoji@^1.8.1: version "1.10.0" @@ -13762,12 +13748,12 @@ param-case@^2.1.0: no-case "^2.2.0" param-case@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.3.tgz#4be41f8399eff621c56eebb829a5e451d9801238" - integrity sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA== + version "3.0.4" + resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" + integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== dependencies: - dot-case "^3.0.3" - tslib "^1.10.0" + dot-case "^3.0.4" + tslib "^2.0.3" parent-module@^1.0.0: version "1.0.1" @@ -16356,7 +16342,7 @@ rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@^2.7.1: dependencies: glob "^7.1.3" -rimraf@^3.0.0: +rimraf@^3.0.0, rimraf@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== @@ -18300,7 +18286,7 @@ tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2, tslib@^2.0.0, tslib@~2.0.1: +tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@~2.0.1: version "2.0.3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==