Skip to content

Commit

Permalink
fix(deps): update techstack mono repo (#1599)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 22, 2023
1 parent 9d96347 commit 1b387bc
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 123 deletions.
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.391",
"version": "0.7.392",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -101,12 +101,12 @@
"@emotion/is-prop-valid": "1.2.1",
"@tanstack/react-table": "8.9.3",
"@techstack/memoize": "0.4.158",
"@techstack/react-feather": "0.4.182",
"@techstack/react-feather": "0.4.184",
"@techstack/react-lazy-named": "0.4.154",
"@techstack/react-quill": "1.0.55",
"@techstack/react-textfit": "0.4.188",
"@techstack/react-textfit": "0.4.190",
"@techstack/styled-system": "1.0.52",
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"@techstack/theme": "0.4.178",
"@types/react-table": "7.7.14",
"classnames": "2.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/font-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/font-picker-react",
"version": "0.4.194",
"version": "0.4.195",
"description": "Font selector component for Google Fonts",
"type": "module",
"module": "./dist/font-picker-react.esm.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@storybook/react": "7.1.0",
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"react": "18.2.0"
},
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"
Expand Down
4 changes: 2 additions & 2 deletions packages/memoize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/memoize",
"version": "0.4.158",
"version": "0.4.159",
"description": "A memoization library which only remembers the latest invocation",
"type": "module",
"module": "./dist/memoize.esm.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"access": "public"
},
"devDependencies": {
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"benchmark": "2.1.4",
"cross-env": "7.0.3",
"expect-type": "0.16.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-confirm-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/react-confirm-alert",
"version": "0.0.52",
"version": "0.0.53",
"description": "react component confirm dialog.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/react-feather/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/react-feather",
"version": "0.4.184",
"version": "0.4.185",
"description": "React component for Feather icons",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/The-Code-Monkey/TechStack/issues"
},
"devDependencies": {
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"cross-env": "7.0.3",
"fs-extra": "11.1.1",
"typescript": "5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-lazy-named/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/react-lazy-named",
"version": "0.4.154",
"version": "0.4.155",
"description": "React lazy() with named imports - exports support",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-lazy-named/README.md",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"rerender"
],
"devDependencies": {
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"@testing-library/react": "14.0.0",
"jest-environment-jsdom": "29.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/react-quill",
"version": "1.0.55",
"version": "1.0.56",
"description": "The Quill rich-text editor as a React component.",
"license": "MIT",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-quill/README.md",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@nrwl/nx-cloud": "16.1.1",
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"@types/lodash": "4.14.195",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-textfit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/react-textfit",
"version": "0.4.190",
"version": "0.4.191",
"description": "React component to fit headlines and paragraphs into any element",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-textfit/README.md",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"license": "MIT",
"devDependencies": {
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.178",
"version": "0.4.179",
"license": "MIT",
"bin": {
"orchard": "./dist/esm/index.js"
Expand Down Expand Up @@ -47,7 +47,7 @@
],
"devDependencies": {
"@size-limit/file": "8.2.6",
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"@tsconfig/recommended": "1.0.2",
"@types/fs-extra": "11.0.1",
"@types/lodash": "4.14.195",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-default-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/x-default-browser",
"version": "0.4.150",
"version": "0.4.151",
"description": "Detect default web browser of the current user, cross-platform (Win/Lin/Mac)",
"license": "MIT",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/x-default-browser/README.md",
Expand Down Expand Up @@ -31,7 +31,7 @@
"default-browser-id": "3.0.0"
},
"devDependencies": {
"@techstack/tcm-cli": "0.4.271",
"@techstack/tcm-cli": "0.4.273",
"mocha": "10.2.0",
"rewire": "6.0.0"
},
Expand Down
155 changes: 54 additions & 101 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4434,25 +4434,40 @@
resolved "https://registry.yarnpkg.com/@techstack/memoize/-/memoize-0.4.146.tgz#6a2f3c0c79ad2757a06698e76278a748f3ddee8b"
integrity sha512-8yjG1x8mvNVmEA7FjAUSTTKvehC/d8CKnq42mGmv7UuXieARJtDCk8ibRjr3/CKJZ5oTwg/nhLIrfrfsAFgbLA==

"@techstack/react-feather@0.4.182":
version "0.4.182"
resolved "https://registry.yarnpkg.com/@techstack/react-feather/-/react-feather-0.4.182.tgz#8331d773993b356e473a6d1a2bf3f30764952d10"
integrity sha512-R9yZjGVJaMl9lK/hfTbFx+2wPPsSvweCcAKTlCw+LEurVGxT1BMo6IoFLJekPaE3OAvfGasi6p8FxHoeHG9I1w==
"@techstack/memoize@0.4.158":
version "0.4.158"
resolved "https://registry.yarnpkg.com/@techstack/memoize/-/memoize-0.4.158.tgz#1eca6d47461b64c907f2e81f5f5e2bd474bb85f3"
integrity sha512-PaZyXTjZpHtnvB8TFBO4CylV0TK20YkqOXnNBEP4w8hrGf0u6yXJoqDvEsjClgt18rwm8PdrSm+6FE8KqHEEpg==

"@techstack/react-feather@0.4.184":
version "0.4.184"
resolved "https://registry.yarnpkg.com/@techstack/react-feather/-/react-feather-0.4.184.tgz#ceac96e6c9545ac73fa4a05d2b574b1fedc809ec"
integrity sha512-/nRzAn/bJ0TYCflveuJSuKYJLm8nXZLuLwLAE+dAKPg4WAZekl6y9PPEier7Ucrh0EECK3x5YSlFEbC0WaBp5A==
dependencies:
"@techstack/react-lazy-named" "0.4.152"
"@techstack/react-lazy-named" "0.4.154"

"@techstack/react-lazy-named@0.4.152":
version "0.4.152"
resolved "https://registry.yarnpkg.com/@techstack/react-lazy-named/-/react-lazy-named-0.4.152.tgz#b56012ac24757ab6d893362dd5deab23aefc4192"
integrity sha512-Tf5l4e51yF+WLaZLtKn1REnP2kEgFMnrUU6K/YhVTzCkX5rm9A6xGMoz8gcNlgBWJJOze6ZkvIL1br8Mj7JP7Q==
"@techstack/react-lazy-named@0.4.154":
version "0.4.154"
resolved "https://registry.yarnpkg.com/@techstack/react-lazy-named/-/react-lazy-named-0.4.154.tgz#9594a6f0ae1e2102ee3d887392f99c99025d9437"
integrity sha512-wuJCnAw5dTzbwN/uNwbihNqpd9LD03SyPHl/eFMAQK7SKd3BoSl1rZ3pVYK1O4rBTEC6dATmlXZTWkxXCRgIGA==
dependencies:
lodash "4.17.21"
lodash-es "4.17.21"

"@techstack/react-textfit@0.4.188":
version "0.4.188"
resolved "https://registry.yarnpkg.com/@techstack/react-textfit/-/react-textfit-0.4.188.tgz#2b3330e628add0a784cf0d2f3a44b25faacf9f84"
integrity sha512-UaQlHx5yEm248lGTGbG+nQxdqYG8Ej8h8rhgi+FM2hmM1+8EQWj5AWW2I2sxIOi9DWKx2xjaGlizB5WAvamjoQ==
"@techstack/react-quill@1.0.55":
version "1.0.55"
resolved "https://registry.yarnpkg.com/@techstack/react-quill/-/react-quill-1.0.55.tgz#310a4d442dc71552f5edcb3bca6a3c7770a061be"
integrity sha512-DAMIGqKkeveuONxAET1HLRb0WTClLu9PS4MmBX2FDuL5RU4Ix4j4CYbzgeh4BdrlZioNt0vb0uCHze0N6OeHpg==
dependencies:
"@types/quill" "2.0.10"
lodash "4.17.21"
quill "2.0.0-dev.4"
quill-better-table "1.2.10"

"@techstack/react-textfit@0.4.190":
version "0.4.190"
resolved "https://registry.yarnpkg.com/@techstack/react-textfit/-/react-textfit-0.4.190.tgz#acdcc9e28beb6cac962c5c5d5b979d04cf0a9951"
integrity sha512-vuwHCY7ittGyQI9LVYfCym55+mOBEqeeZMR0otBgItQfebbgzUmkvWW6llNAmvWI4pS4dO8z1Sd9/9QAXKFtfg==
dependencies:
process "0.11.10"
prop-types "15.8.1"
Expand All @@ -4467,70 +4482,17 @@
csstype "3.1.2"
react "18.2.0"

"@techstack/tcm-cli@0.4.271":
version "0.4.271"
resolved "https://registry.yarnpkg.com/@techstack/tcm-cli/-/tcm-cli-0.4.271.tgz#4d2b87149c6239092328dce1838dc2f541a5ecbb"
integrity sha512-VIkCWf9D4Vc5ixXkGDLzV0cdAJYH5VZbxV4RcOwQSejzjbKrDSf+1/TtC5vo8M9QbL5Tv5oDpgMEZf43iXpQXA==
dependencies:
"@babel/plugin-proposal-class-properties" "7.18.6"
"@rollup/plugin-babel" "6.0.3"
"@rollup/plugin-commonjs" "25.0.3"
"@rollup/plugin-json" "6.0.0"
"@rollup/plugin-node-resolve" "15.1.0"
"@rollup/plugin-replace" "5.0.2"
"@rollup/plugin-terser" "0.4.3"
"@typescript-eslint/eslint-plugin" "5.62.0"
"@typescript-eslint/parser" "5.62.0"
asyncro "3.0.0"
babel-plugin-annotate-pure-calls "0.4.0"
babel-plugin-dev-expression "0.2.3"
babel-plugin-macros "3.1.0"
babel-plugin-polyfill-regenerator "0.5.1"
babel-plugin-transform-rename-import "2.3.0"
camelcase "7.0.1"
colorette "2.0.20"
confusing-browser-globals "1.0.11"
enquirer "2.3.6"
eslint "8.45.0"
eslint-config-prettier "8.8.0"
eslint-config-react-app "7.0.1"
eslint-plugin-flowtype "8.0.3"
eslint-plugin-import "2.27.5"
eslint-plugin-jest "27.2.3"
eslint-plugin-jsx-a11y "6.7.1"
eslint-plugin-no-restricted-imports "0.0.0"
eslint-plugin-prettier "4.2.1"
eslint-plugin-react "7.32.2"
eslint-plugin-react-hooks "4.6.0"
eslint-plugin-testing-library "5.11.0"
execa "7.1.1"
figlet "1.6.0"
"@techstack/theme@0.4.178":
version "0.4.178"
resolved "https://registry.yarnpkg.com/@techstack/theme/-/theme-0.4.178.tgz#722fd75286354aa110cdff926da41f02cd5249ae"
integrity sha512-NUeBDhqb3fZuLdhcMwcK6g67RLG/osUIpDxvYBqMDQd237orcasN2/J/mJzACbyve4kdf9VK2841wcJHg2hKkA==
dependencies:
fs-extra "11.1.1"
jest "29.6.1"
jest-environment-jsdom "29.6.1"
jest-watch-typeahead "2.2.2"
jpjs "1.2.1"
lodash.merge "4.6.2"
ora "6.3.1"
pascal-case "3.1.2"
postcss "8.4.26"
prettier "3.0.0"
progress-estimator "0.3.1"
regenerator-runtime "0.13.11"
rollup "3.26.3"
rollup-plugin-delete "2.0.0"
rollup-plugin-dts "5.3.0"
rollup-plugin-typescript2 "0.35.0"
lodash "4.17.21"
lodash-es "4.17.21"
sade "1.8.1"
semver "7.5.4"
shelljs "0.8.5"
sort-package-json "2.5.1"
tiny-glob "0.2.9"
ts-jest "29.1.1"
ts-node "10.9.1"
tslib "2.6.0"
type-fest "4.0.0"
typescript "5.1.6"
style-dictionary "3.8.0"
tinycolor2 "1.6.0"

"@testing-library/dom@^9.0.0":
version "9.3.0"
Expand Down Expand Up @@ -6540,13 +6502,6 @@ babel-plugin-polyfill-corejs3@^0.8.2:
"@babel/helper-define-polyfill-provider" "^0.4.1"
core-js-compat "^3.31.0"

babel-plugin-polyfill-regenerator@0.5.1, babel-plugin-polyfill-regenerator@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3"
integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.4.1"

babel-plugin-polyfill-regenerator@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz#80d0f3e1098c080c8b5a65f41e9427af692dc326"
Expand All @@ -6561,6 +6516,13 @@ babel-plugin-polyfill-regenerator@^0.5.0:
dependencies:
"@babel/helper-define-polyfill-provider" "^0.4.0"

babel-plugin-polyfill-regenerator@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3"
integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.4.1"

babel-plugin-react-docgen@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.2.1.tgz#7cc8e2f94e8dc057a06e953162f0810e4e72257b"
Expand Down Expand Up @@ -9732,10 +9694,10 @@ eslint-plugin-react-hooks@4.6.0, eslint-plugin-react-hooks@^4.3.0:
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==

eslint-plugin-react@7.32.2, eslint-plugin-react@^7.27.1:
version "7.32.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
eslint-plugin-react@7.33.0:
version "7.33.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
dependencies:
array-includes "^3.1.6"
array.prototype.flatmap "^1.3.1"
Expand All @@ -9750,13 +9712,13 @@ eslint-plugin-react@7.32.2, eslint-plugin-react@^7.27.1:
object.values "^1.1.6"
prop-types "^15.8.1"
resolve "^2.0.0-next.4"
semver "^6.3.0"
semver "^6.3.1"
string.prototype.matchall "^4.0.8"

eslint-plugin-react@7.33.0:
version "7.33.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
eslint-plugin-react@^7.27.1:
version "7.32.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
dependencies:
array-includes "^3.1.6"
array.prototype.flatmap "^1.3.1"
Expand All @@ -9771,7 +9733,7 @@ eslint-plugin-react@7.33.0:
object.values "^1.1.6"
prop-types "^15.8.1"
resolve "^2.0.0-next.4"
semver "^6.3.1"
semver "^6.3.0"
string.prototype.matchall "^4.0.8"

eslint-plugin-testing-library@5.11.0, eslint-plugin-testing-library@^5.0.1:
Expand Down Expand Up @@ -16497,15 +16459,6 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@8.4.26:
version "8.4.26"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.26.tgz#1bc62ab19f8e1e5463d98cf74af39702a00a9e94"
integrity sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==
dependencies:
nanoid "^3.3.6"
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@8.4.27:
version "8.4.27"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
Expand Down

0 comments on commit 1b387bc

Please sign in to comment.