Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.262",
"version": "0.7.263",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -63,9 +63,9 @@
}
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@size-limit/file": "8.2.4",
"@storybook/addon-essentials": "7.0.22",
"@storybook/addon-interactions": "7.0.22",
Expand Down Expand Up @@ -113,8 +113,8 @@
"csstype": "3.1.2",
"deepmerge": "4.3.1",
"i18next": "23.1.0",
"react-date-picker": "^10.0.0",
"react-datetime-picker": "^5.0.0",
"react-date-picker": "10.2.0",
"react-datetime-picker": "5.2.0",
"react-i18next": "13.0.0",
"react-lazy-named": "1.2.2",
"react-responsive-carousel": "3.2.23",
Expand Down
8 changes: 4 additions & 4 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.141",
"version": "0.4.142",
"description": "Font selector component for Google Fonts",
"type": "module",
"module": "./dist/font-picker-react.esm.js",
Expand All @@ -27,12 +27,12 @@
"storybook": "storybook"
},
"dependencies": {
"@samuelmeuli/font-manager": "^1.4.0"
"@samuelmeuli/font-manager": "1.4.0"
},
"peerDependencies": {
"@types/react": "18.2.12",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@storybook/react": "7.0.22",
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.120",
"version": "0.4.121",
"description": "React component for Feather icons",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@techstack/react-lazy-named": "0.4.116"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
"react": "18.2.0"
},
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"
}
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.116",
"version": "0.4.117",
"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 @@ -50,7 +50,7 @@
"jest-environment-jsdom": "29.5.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
"react": "18.2.0"
},
"dependencies": {
"lodash": "4.17.21",
Expand Down
30 changes: 15 additions & 15 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.4",
"version": "1.0.5",
"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 @@ -44,27 +44,27 @@
"@types/quill": "2.0.10",
"lodash": "4.17.21",
"quill": "2.0.0-dev.4",
"quill-better-table": "^1.2.10"
"quill-better-table": "1.2.10"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@nrwl/nx-cloud": "16.0.5",
"@techstack/tcm-cli": "0.4.206",
"@types/lodash": "^4.14.146",
"@types/lodash": "4.14.195",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"blanket": "^1.2.3",
"cheerio": "^1.0.0-rc.3",
"cpx": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"should": "^13.2.3",
"superstatic": "^9.0.3",
"typescript": "^5.0.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2"
"blanket": "1.2.3",
"cheerio": "1.0.0-rc.12",
"cpx": "1.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"should": "13.2.3",
"superstatic": "9.0.3",
"typescript": "5.1.3",
"webpack": "5.87.0",
"webpack-cli": "5.1.4"
}
}
6 changes: 3 additions & 3 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.146",
"version": "0.4.147",
"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 @@ -54,8 +54,8 @@
"webpack-dev-server": "4.15.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"dependencies": {
"process": "0.11.10",
Expand Down
32 changes: 16 additions & 16 deletions packages/tcm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstack/tcm-cli",
"version": "0.4.207",
"version": "0.4.208",
"description": "Zero-config TypeScript package development",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/tcm-cli/README.md",
"repository": {
Expand Down Expand Up @@ -39,21 +39,21 @@
"node": ">=18"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-commonjs": "25.0.1",
"@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.59.11",
"@typescript-eslint/parser": "5.59.11",
"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",
"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",
Expand Down Expand Up @@ -84,10 +84,10 @@
"prettier": "2.8.8",
"progress-estimator": "0.3.1",
"regenerator-runtime": "0.13.11",
"rollup": "^3.20.5",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-typescript2": "^0.34.1",
"rollup": "3.25.1",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-typescript2": "0.34.1",
"sade": "1.8.1",
"semver": "7.5.2",
"shelljs": "0.8.5",
Expand Down
Loading