Skip to content

Commit

Permalink
fix(deps): update techstack mono repo (#1532)
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 5, 2023
1 parent 51eb1e5 commit f6e1b9e
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 182 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"@techstack/react-lazy-named": "0.4.136",
"@techstack/react-quill": "1.0.31",
"@techstack/react-textfit": "0.4.166",
"@techstack/styled-system": "1.0.39",
"@techstack/tcm-cli": "0.4.231",
"@techstack/styled-system": "1.0.41",
"@techstack/tcm-cli": "0.4.233",
"@techstack/theme": "0.4.160",
"@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.170",
"version": "0.4.171",
"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.25",
"@techstack/tcm-cli": "0.4.231",
"@techstack/tcm-cli": "0.4.233",
"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.140",
"version": "0.4.141",
"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.231",
"@techstack/tcm-cli": "0.4.233",
"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.34",
"version": "0.0.35",
"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.231",
"@techstack/tcm-cli": "0.4.233",
"@types/react": "18.2.14",
"@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.156",
"version": "0.4.157",
"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.231",
"@techstack/tcm-cli": "0.4.233",
"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.136",
"version": "0.4.137",
"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.231",
"@techstack/tcm-cli": "0.4.233",
"@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.31",
"version": "1.0.32",
"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.231",
"@techstack/tcm-cli": "0.4.233",
"@types/lodash": "4.14.195",
"@types/react": "18.2.14",
"@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.166",
"version": "0.4.167",
"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.231",
"@techstack/tcm-cli": "0.4.233",
"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.160",
"version": "0.4.161",
"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.231",
"@techstack/tcm-cli": "0.4.233",
"@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.134",
"version": "0.4.135",
"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.231",
"@techstack/tcm-cli": "0.4.233",
"mocha": "10.2.0",
"rewire": "6.0.0"
},
Expand Down
Loading

0 comments on commit f6e1b9e

Please sign in to comment.