Skip to content

Commit

Permalink
fix(deps): update techstack mono repo (#1485)
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] authored Jun 22, 2023
1 parent ebe9733 commit 43459c9
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 87 deletions.
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.285",
"version": "0.7.286",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -105,8 +105,8 @@
"@techstack/react-lazy-named": "0.4.120",
"@techstack/react-quill": "1.0.11",
"@techstack/react-textfit": "0.4.150",
"@techstack/styled-system": "1.0.14",
"@techstack/tcm-cli": "0.4.211",
"@techstack/styled-system": "1.0.15",
"@techstack/tcm-cli": "0.4.213",
"@techstack/theme": "0.4.138",
"@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.148",
"version": "0.4.149",
"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.0.23",
"@techstack/tcm-cli": "0.4.211",
"@techstack/tcm-cli": "0.4.213",
"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.124",
"version": "0.4.125",
"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.211",
"@techstack/tcm-cli": "0.4.213",
"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.16",
"version": "0.0.17",
"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.211",
"@techstack/tcm-cli": "0.4.213",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6"
}
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.126",
"version": "0.4.127",
"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.211",
"@techstack/tcm-cli": "0.4.213",
"cross-env": "7.0.3",
"fs-extra": "11.1.1",
"typescript": "5.1.3"
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.120",
"version": "0.4.121",
"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.211",
"@techstack/tcm-cli": "0.4.213",
"@testing-library/react": "14.0.0",
"jest-environment-jsdom": "29.5.0"
},
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.11",
"version": "1.0.12",
"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.0.5",
"@techstack/tcm-cli": "0.4.211",
"@techstack/tcm-cli": "0.4.213",
"@types/lodash": "4.14.195",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
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.150",
"version": "0.4.151",
"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.211",
"@techstack/tcm-cli": "0.4.213",
"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.138",
"version": "0.4.139",
"license": "MIT",
"bin": {
"orchard": "./dist/esm/index.js"
Expand Down Expand Up @@ -47,7 +47,7 @@
],
"devDependencies": {
"@size-limit/file": "8.2.4",
"@techstack/tcm-cli": "0.4.211",
"@techstack/tcm-cli": "0.4.213",
"@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.118",
"version": "0.4.119",
"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.211",
"@techstack/tcm-cli": "0.4.213",
"mocha": "10.2.0",
"rewire": "6.0.0"
},
Expand Down
117 changes: 51 additions & 66 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4529,80 +4529,65 @@
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.2.tgz#0402364a2a9692edf04e05ee6f385dfa27271da5"
integrity sha512-ajc0OF+karBAdaSz7OK09rCoAHB1XI1+wEhu+tDNMPc+XcO+dTlXXN/Vc0a8vym4kElvEjXEDd9c8Zfgt4bekA==

"@techstack/styled-system@1.0.14":
version "1.0.14"
resolved "https://registry.yarnpkg.com/@techstack/styled-system/-/styled-system-1.0.14.tgz#d8786c4fa71d6f2914ca24e11c9e913ab84f9b74"
integrity sha512-oYyoY136mp+Qizr6pOhGkvSOpd2TnK+iqOx08YdyonopVrl5kxlLM6uVGNZGvEnn2MQWiPZSjUacZNsctZpMEw==
"@techstack/memoize@0.4.124":
version "0.4.124"
resolved "https://registry.yarnpkg.com/@techstack/memoize/-/memoize-0.4.124.tgz#d8fa5110f222245373f7ced1eb8b02238648fa39"
integrity sha512-nocaBKmDQOr5kayzGY0yMC2wcN1kPmfGCA1+T3cMQGdX/IUM7ZaZeUwTfofOnpDEPIpKFyJiAm3sUclDZHPaEw==

"@techstack/react-feather@0.4.126":
version "0.4.126"
resolved "https://registry.yarnpkg.com/@techstack/react-feather/-/react-feather-0.4.126.tgz#06ee390cf6eb205570a30d8ea1ec799efac4280a"
integrity sha512-FelXMMHQE3I+eQVemQP7xPZOFYsITeEUiYR3L4v2lDGfr/BsXw4N40JdAd7DAqjHOhFiAWD2/wzjBqia2qkSjQ==
dependencies:
"@techstack/react-lazy-named" "0.4.120"

"@techstack/react-lazy-named@0.4.120":
version "0.4.120"
resolved "https://registry.yarnpkg.com/@techstack/react-lazy-named/-/react-lazy-named-0.4.120.tgz#5e843d9e0912788716381a2ae62ec6b93d2795e3"
integrity sha512-hZggQVCKPFCmIXy7N2NyTDvC0qwZtvlj6GzdinZiRT+NTtsPexbziMTYL8+NMXm4zLtAzuPjrVP4q9NCT2N/3w==
dependencies:
lodash "4.17.21"
lodash-es "4.17.21"

"@techstack/react-quill@1.0.11":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@techstack/react-quill/-/react-quill-1.0.11.tgz#6a7c9b55dbe9d37df3b00c5a1c55880ace8e8781"
integrity sha512-swmP2nZxNYnBB/KBg5ajnL0qtFQQ3yk7REq+9ypdVisIy0iidBMuFMLhzX9SoiYjJBn2b8fw5O6FVHPAUFDWiw==
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.150":
version "0.4.150"
resolved "https://registry.yarnpkg.com/@techstack/react-textfit/-/react-textfit-0.4.150.tgz#79a4811f2d7edb14ce461d280591a5878fe1c1ac"
integrity sha512-jOe/EUCaHaqanXQQZ37u0vM/8e8LoijKhUMPIoTdwEYT4NCRfPmoWyn8J6BYLPeyR0jV0nPzlcDJZf7yNmAHSQ==
dependencies:
process "0.11.10"
prop-types "15.8.1"

"@techstack/styled-system@1.0.15":
version "1.0.15"
resolved "https://registry.yarnpkg.com/@techstack/styled-system/-/styled-system-1.0.15.tgz#2b06317cd17f2c205d64fc3a1e26a56b313f32a7"
integrity sha512-XXmoQ5KvxRdGQXRrvAhUiaxzo7+VXdshNEEghYF6QLXoKSfLwrcjjtk26Jd/EYpBs9cOiLdpHrQdHDf9enYddw==
dependencies:
"@emotion/is-prop-valid" "1.2.1"
"@techstack/memoize" "0.4.124"
csstype "3.1.2"
react "18.2.0"

"@techstack/tcm-cli@0.4.211":
version "0.4.211"
resolved "https://registry.yarnpkg.com/@techstack/tcm-cli/-/tcm-cli-0.4.211.tgz#84094c98014a15bcf807b13421562b9d01ab19d8"
integrity sha512-WjszRJnCyP3K99AGkFhePEDwV+DCsTtzFLXFPxt8/s+xcyYTdXVb/Gv9UfY+cZfP52MAfy5xZiHd9REuv2XO2A==
dependencies:
"@babel/plugin-proposal-class-properties" "7.18.6"
"@rollup/plugin-babel" "6.0.3"
"@rollup/plugin-commonjs" "25.0.2"
"@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.60.0"
"@typescript-eslint/parser" "5.60.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.0"
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.43.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.2"
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.138":
version "0.4.138"
resolved "https://registry.yarnpkg.com/@techstack/theme/-/theme-0.4.138.tgz#946404c19b550489c129f1e01cd1e23d7e4a49ca"
integrity sha512-voVNR5drh5WXf/RBKsn+byRW5dwUs1n0RLBrRy/zxneRF08At63l7yQeHzay3fn7vkFgFh/m7eT4JwXlndsG2w==
dependencies:
fs-extra "11.1.1"
jest "29.5.0"
jest-environment-jsdom "29.5.0"
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.24"
prettier "2.8.8"
progress-estimator "0.3.1"
regenerator-runtime "0.13.11"
rollup "3.25.1"
rollup-plugin-delete "2.0.0"
rollup-plugin-dts "5.3.0"
rollup-plugin-typescript2 "0.34.1"
lodash "4.17.21"
lodash-es "4.17.21"
sade "1.8.1"
semver "7.5.2"
shelljs "0.8.5"
sort-package-json "2.4.1"
tiny-glob "0.2.9"
ts-jest "29.1.0"
ts-node "10.9.1"
tslib "2.5.3"
type-fest "3.12.0"
typescript "5.1.3"
style-dictionary "3.8.0"
tinycolor2 "1.6.0"

"@testing-library/dom@^9.0.0":
version "9.3.0"
Expand Down

0 comments on commit 43459c9

Please sign in to comment.