diff --git a/.changeset/eighty-melons-exist.md b/.changeset/eighty-melons-exist.md deleted file mode 100644 index c31dffeab5..0000000000 --- a/.changeset/eighty-melons-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage-toastbar": minor ---- - -feat(fuselage-toastbar): Add RTL support diff --git a/.changeset/orange-zoos-study.md b/.changeset/orange-zoos-study.md deleted file mode 100644 index 4c8bff4cd9..0000000000 --- a/.changeset/orange-zoos-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": patch ---- - -Fix the typing on OptionContent component diff --git a/.changeset/poor-toes-knock.md b/.changeset/poor-toes-knock.md deleted file mode 100644 index 41813c380f..0000000000 --- a/.changeset/poor-toes-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": patch ---- - -fix(fuselage): `IconButton` with badge positioning diff --git a/.changeset/proud-kangaroos-enjoy.md b/.changeset/proud-kangaroos-enjoy.md deleted file mode 100644 index fcd51009bb..0000000000 --- a/.changeset/proud-kangaroos-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": patch ---- - -fix(fuselage): SidebarItem missing badge vertical alignment diff --git a/.changeset/red-tips-joke.md b/.changeset/red-tips-joke.md deleted file mode 100644 index f9afdc1fa9..0000000000 --- a/.changeset/red-tips-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": patch ---- - -fix(fuselage): Modal components missing some a11y props diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index 875cce47ff..ee2bf7ba20 100644 --- a/packages/css-in-js/package.json +++ b/packages/css-in-js/package.json @@ -42,18 +42,18 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@rollup/plugin-commonjs": "~21.0.3", "@rollup/plugin-json": "~4.1.0", "@rollup/plugin-node-resolve": "~13.1.3", "@rollup/plugin-typescript": "~8.3.4", "@types/jest": "~29.5.0", "@types/stylis": "^4.0.2", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "prettier": "~2.8.7", "rollup": "~2.67.3", @@ -64,9 +64,9 @@ }, "dependencies": { "@emotion/hash": "^0.9.0", - "@rocket.chat/css-supports": "workspace:~", - "@rocket.chat/memo": "workspace:~", - "@rocket.chat/stylis-logical-props-middleware": "workspace:~", + "@rocket.chat/css-supports": "^0.31.25", + "@rocket.chat/memo": "^0.31.25", + "@rocket.chat/stylis-logical-props-middleware": "^0.31.25", "stylis": "~4.3.2" } } diff --git a/packages/css-supports/package.json b/packages/css-supports/package.json index b35ed52682..c5c756fe08 100644 --- a/packages/css-supports/package.json +++ b/packages/css-supports/package.json @@ -35,11 +35,11 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", - "bump": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", + "bump": "^0.31.25", "eslint": "~8.38.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "prettier": "~2.8.7", "rimraf": "~3.0.2", @@ -47,7 +47,7 @@ "typescript": "~5.4.5" }, "dependencies": { - "@rocket.chat/memo": "workspace:~" + "@rocket.chat/memo": "^0.31.25" }, "eslintConfig": { "extends": "@rocket.chat/eslint-config-alt/typescript" diff --git a/packages/emitter/package.json b/packages/emitter/package.json index 9d36157654..490dbd2bd1 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -42,17 +42,17 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@rollup/plugin-commonjs": "~21.0.3", "@rollup/plugin-json": "~4.1.0", "@rollup/plugin-node-resolve": "~13.1.3", "@rollup/plugin-typescript": "~8.3.4", "@types/jest": "~29.5.0", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", diff --git a/packages/eslint-config-alt/package.json b/packages/eslint-config-alt/package.json index b4f7df8893..57528510b1 100644 --- a/packages/eslint-config-alt/package.json +++ b/packages/eslint-config-alt/package.json @@ -39,9 +39,9 @@ }, "devDependencies": { "@babel/eslint-parser": "~7.21.3", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "prettier": "~2.8.7" }, diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index adcbeced51..f03bf07697 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -44,9 +44,9 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/fuselage-tokens": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/fuselage-tokens": "^0.33.1", + "@rocket.chat/prettier-config": "^0.31.25", "@rollup/plugin-commonjs": "~21.0.3", "@rollup/plugin-json": "~4.1.0", "@rollup/plugin-node-resolve": "~13.1.3", @@ -58,10 +58,10 @@ "@types/react-dom": "^17.0.19", "@types/resize-observer-browser": "~0.1.7", "@types/use-sync-external-store": "~0.0.3", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", @@ -69,7 +69,7 @@ "rimraf": "~5.0.0", "rollup": "~2.67.3", "rollup-plugin-terser": "~7.0.2", - "testing-utils": "workspace:~", + "testing-utils": "^0.31.25", "ts-jest": "~29.1.0", "typedoc": "~0.25.13", "typescript": "~5.4.5" diff --git a/packages/fuselage-polyfills/package.json b/packages/fuselage-polyfills/package.json index b55fa6a0b4..5dd138d3e4 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -34,11 +34,11 @@ "new-event-polyfill": "^1.0.1" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", - "bump": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", + "bump": "^0.31.25", "eslint": "~8.38.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "prettier": "~2.8.7" } diff --git a/packages/fuselage-toastbar/CHANGELOG.md b/packages/fuselage-toastbar/CHANGELOG.md index 3f33ae7377..407d2b8cee 100644 --- a/packages/fuselage-toastbar/CHANGELOG.md +++ b/packages/fuselage-toastbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket.chat/fuselage-toastbar +## 0.32.0 + +### Minor Changes + +- [#1389](https://github.com/RocketChat/fuselage/pull/1389) [`8c80efc47`](https://github.com/RocketChat/fuselage/commit/8c80efc47f3779869875336da88b3185c06a508b) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage-toastbar): Add RTL support + ## 0.31.26 ### Patch Changes diff --git a/packages/fuselage-toastbar/package.json b/packages/fuselage-toastbar/package.json index a0da109551..0d90362813 100644 --- a/packages/fuselage-toastbar/package.json +++ b/packages/fuselage-toastbar/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-toastbar", - "version": "0.31.26", + "version": "0.32.0", "description": "Fuselage ToastBar component", "keywords": [ "rocketchat", @@ -47,12 +47,12 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/fuselage": "workspace:~", - "@rocket.chat/fuselage-hooks": "workspace:~", - "@rocket.chat/layout": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", - "@rocket.chat/styled": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/fuselage": "^0.54.3", + "@rocket.chat/fuselage-hooks": "^0.33.1", + "@rocket.chat/layout": "^0.31.27", + "@rocket.chat/prettier-config": "^0.31.25", + "@rocket.chat/styled": "^0.31.25", "@storybook/addon-essentials": "~6.5.16", "@storybook/addons": "~6.5.16", "@storybook/builder-webpack5": "~6.5.16", @@ -62,10 +62,10 @@ "@types/jest": "~29.5.0", "@types/react": "~17.0.57", "@types/react-dom": "^17.0.19", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index 5e2d046935..62dafff833 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -39,15 +39,15 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", - "build-design-tokens": "workspace:~", - "bump": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", + "build-design-tokens": "^0.31.25", + "bump": "^0.31.25", "eslint": "~8.38.0", "eslint-config-prettier": "~8.8.0", "eslint-plugin-import": "~2.26.0", "eslint-plugin-prettier": "~4.2.1", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "postcss-scss": "~4.0.6", diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index 18ad52c847..027ead0e8c 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.54.3 + +### Patch Changes + +- [#1395](https://github.com/RocketChat/fuselage/pull/1395) [`07068a8c8`](https://github.com/RocketChat/fuselage/commit/07068a8c8bd1ff51eaf70756d0915a2cacd0a71d) Thanks [@yash-rajpal](https://github.com/yash-rajpal)! - Fix the typing on OptionContent component + +- [#1388](https://github.com/RocketChat/fuselage/pull/1388) [`bebe9bc1a`](https://github.com/RocketChat/fuselage/commit/bebe9bc1a82237f986efd68fca7526a12029fa21) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `IconButton` with badge positioning + +- [#1392](https://github.com/RocketChat/fuselage/pull/1392) [`dfe712ee9`](https://github.com/RocketChat/fuselage/commit/dfe712ee9b496b4218f9d93155972f1909fa99ff) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): SidebarItem missing badge vertical alignment + +- [#1390](https://github.com/RocketChat/fuselage/pull/1390) [`4094d78c5`](https://github.com/RocketChat/fuselage/commit/4094d78c51be1cac1dd783249671dd430987e7c1) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Modal components missing some a11y props + ## 0.54.2 ### Patch Changes diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index c5b4853541..376ca16aea 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.54.2", + "version": "0.54.3", "description": "Rocket.Chat's React Components Library", "author": { "name": "Rocket.Chat", @@ -54,11 +54,11 @@ "react-virtuoso": "1.2.4" }, "dependencies": { - "@rocket.chat/css-in-js": "workspace:~", - "@rocket.chat/css-supports": "workspace:~", - "@rocket.chat/fuselage-tokens": "workspace:~", - "@rocket.chat/memo": "workspace:~", - "@rocket.chat/styled": "workspace:~", + "@rocket.chat/css-in-js": "^0.31.25", + "@rocket.chat/css-supports": "^0.31.25", + "@rocket.chat/fuselage-tokens": "^0.33.1", + "@rocket.chat/memo": "^0.31.25", + "@rocket.chat/styled": "^0.31.25", "invariant": "^2.2.4", "react-aria": "~3.23.1", "react-keyed-flatten-children": "^1.3.0", @@ -70,11 +70,11 @@ "@babel/plugin-transform-runtime": "~7.21.4", "@babel/preset-env": "~7.21.4", "@babel/preset-react": "~7.18.6", - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/fuselage-hooks": "workspace:~", - "@rocket.chat/fuselage-polyfills": "workspace:~", - "@rocket.chat/icons": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/fuselage-hooks": "^0.33.1", + "@rocket.chat/fuselage-polyfills": "^0.31.25", + "@rocket.chat/icons": "^0.36.0", + "@rocket.chat/prettier-config": "^0.31.25", "@storybook/addon-a11y": "~6.5.16", "@storybook/addon-essentials": "~6.5.16", "@storybook/addon-interactions": "~6.5.16", @@ -97,7 +97,7 @@ "@types/jest-axe": "~3.5.5", "autoprefixer": "~10.4.14", "babel-loader": "~9.1.2", - "bump": "workspace:~", + "bump": "^0.31.25", "caniuse-lite": "~1.0.30001477", "cross-env": "^7.0.3", "css-loader": "~6.7.3", @@ -108,7 +108,7 @@ "eslint-plugin-mdx": "~2.0.5", "jest": "~29.5.0", "jest-axe": "~8.0.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "mini-css-extract-plugin": "~2.7.6", "normalize.css": "^8.0.1", @@ -135,7 +135,7 @@ "stylelint-order": "~6.0.3", "stylelint-prettier": "~3.0.0", "stylelint-scss": "~4.6.0", - "testing-utils": "workspace:~", + "testing-utils": "^0.31.25", "ts-jest": "~29.1.0", "ts-loader": "~9.4.2", "typescript": "~5.4.5", diff --git a/packages/icons/package.json b/packages/icons/package.json index e83e6622d3..0dcb4ce726 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -32,12 +32,12 @@ }, "devDependencies": { "@prettier/plugin-xml": "~2.2.0", - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", - "build-icons": "workspace:~", - "bump": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", + "build-icons": "^0.31.25", + "bump": "^0.31.25", "eslint": "~8.38.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", diff --git a/packages/layout/package.json b/packages/layout/package.json index 4bcffbec5e..15d6ae47cf 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -46,9 +46,9 @@ "react-i18next": "~11.15.4" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/fuselage": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/fuselage": "^0.54.3", + "@rocket.chat/prettier-config": "^0.31.25", "@storybook/addon-essentials": "~6.5.16", "@storybook/addons": "~6.5.16", "@storybook/builder-webpack5": "~6.5.16", @@ -58,10 +58,10 @@ "@types/jest": "~29.5.0", "@types/react": "^17", "@types/react-dom": "^17", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", diff --git a/packages/logo/package.json b/packages/logo/package.json index 411a783863..e71e1d4688 100644 --- a/packages/logo/package.json +++ b/packages/logo/package.json @@ -43,17 +43,17 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/fuselage-tokens": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/fuselage-tokens": "^0.33.1", + "@rocket.chat/prettier-config": "^0.31.25", "@types/jest": "~29.5.0", "@types/react": "~17.0.57", "@types/react-dom": "^17.0.19", - "build-logo": "workspace:~", - "bump": "workspace:~", + "build-logo": "^0.31.25", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", @@ -65,8 +65,8 @@ "typescript": "~5.4.5" }, "dependencies": { - "@rocket.chat/fuselage-hooks": "workspace:~", - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/fuselage-hooks": "^0.33.1", + "@rocket.chat/styled": "^0.31.25" }, "peerDependencies": { "react": "17.0.2", diff --git a/packages/memo/package.json b/packages/memo/package.json index 1d6b81c5e8..fe498fb68f 100644 --- a/packages/memo/package.json +++ b/packages/memo/package.json @@ -41,13 +41,13 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@types/jest": "~29.5.0", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "prettier": "~2.8.7", "rimraf": "~3.0.2", diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json index df63b46bc1..811291d552 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -45,17 +45,17 @@ "@babel/plugin-transform-runtime": "~7.21.4", "@babel/preset-env": "~7.21.4", "@babel/preset-typescript": "~7.21.4", - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@rollup/plugin-commonjs": "~24.1.0", "@rollup/plugin-node-resolve": "~15.0.2", "@rollup/plugin-typescript": "~11.1.0", "@types/jest": "~29.5.0", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", "jest-environment-jsdom": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "prettier": "~2.8.7", "rollup": "~3.20.4", diff --git a/packages/onboarding-ui/package.json b/packages/onboarding-ui/package.json index 0d0973344f..45a04310b5 100644 --- a/packages/onboarding-ui/package.json +++ b/packages/onboarding-ui/package.json @@ -43,16 +43,16 @@ "url": "https://github.com/RocketChat/fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/fuselage": "workspace:~", - "@rocket.chat/fuselage-hooks": "workspace:~", - "@rocket.chat/fuselage-polyfills": "workspace:~", - "@rocket.chat/fuselage-tokens": "workspace:~", - "@rocket.chat/icons": "workspace:~", - "@rocket.chat/layout": "workspace:~", - "@rocket.chat/logo": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", - "@rocket.chat/styled": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/fuselage": "^0.54.3", + "@rocket.chat/fuselage-hooks": "^0.33.1", + "@rocket.chat/fuselage-polyfills": "^0.31.25", + "@rocket.chat/fuselage-tokens": "^0.33.1", + "@rocket.chat/icons": "^0.36.0", + "@rocket.chat/layout": "^0.31.27", + "@rocket.chat/logo": "^0.31.30", + "@rocket.chat/prettier-config": "^0.31.25", + "@rocket.chat/styled": "^0.31.25", "@storybook/addon-a11y": "~7.4.6", "@storybook/addon-essentials": "~6.5.16", "@storybook/addons": "~6.5.16", @@ -63,11 +63,11 @@ "@types/jest": "~29.5.0", "@types/react": "~17.0.57", "@types/react-dom": "^17.0.19", - "bump": "workspace:~", + "bump": "^0.31.25", "countries-list": "^2.6.1", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", diff --git a/packages/peggy-loader/package.json b/packages/peggy-loader/package.json index bd3a9da4aa..8591dafa33 100644 --- a/packages/peggy-loader/package.json +++ b/packages/peggy-loader/package.json @@ -45,12 +45,12 @@ "webpack": "*" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@types/node": "~14.18.42", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "peggy": "3.0.2", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index e97344b4d3..d8bc74f4c7 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -38,12 +38,12 @@ "prettier": "~2.7.1" }, "devDependencies": { - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "eslint-config-prettier": "~8.8.0", "eslint-plugin-import": "~2.26.0", "eslint-plugin-prettier": "~4.2.1", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "prettier": "~2.8.7" } diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json index 8dc80f7c62..b0b5dd03bb 100644 --- a/packages/string-helpers/package.json +++ b/packages/string-helpers/package.json @@ -42,13 +42,13 @@ "url": "https://github.com/RocketChat/fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@types/jest": "~29.5.0", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", diff --git a/packages/styled/package.json b/packages/styled/package.json index 56c0c73268..001c0ea5ca 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -38,13 +38,13 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@types/jest": "~29.5.0", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", @@ -54,6 +54,6 @@ "typescript": "~5.4.5" }, "dependencies": { - "@rocket.chat/css-in-js": "workspace:~" + "@rocket.chat/css-in-js": "^0.31.25" } } diff --git a/packages/stylis-logical-props-middleware/package.json b/packages/stylis-logical-props-middleware/package.json index 453e79adcd..9270641139 100644 --- a/packages/stylis-logical-props-middleware/package.json +++ b/packages/stylis-logical-props-middleware/package.json @@ -38,13 +38,13 @@ "bump-next": "bump-next" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@types/jest": "~29.5.0", - "bump": "workspace:~", + "bump": "^0.31.25", "eslint": "~8.38.0", "jest": "~29.5.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", @@ -55,7 +55,7 @@ "typescript": "~5.4.5" }, "dependencies": { - "@rocket.chat/css-supports": "workspace:~" + "@rocket.chat/css-supports": "^0.31.25" }, "peerDependencies": { "stylis": "~4.3.2" diff --git a/tools/build-design-tokens/package.json b/tools/build-design-tokens/package.json index 1db2900ce4..288f1b3854 100644 --- a/tools/build-design-tokens/package.json +++ b/tools/build-design-tokens/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "stylelint": "~15.4.0", - "tools-utils": "workspace:~" + "tools-utils": "^0.31.25" }, "version": "0.31.25" } diff --git a/tools/build-icons/package.json b/tools/build-icons/package.json index 97a0ba7b62..bd3e114a33 100644 --- a/tools/build-icons/package.json +++ b/tools/build-icons/package.json @@ -5,7 +5,7 @@ "dependencies": { "svg2ttf": "~6.0.3", "svgicons2svgfont": "~10.0.6", - "tools-utils": "workspace:~", + "tools-utils": "^0.31.25", "ttf2eot": "~3.1.0", "ttf2woff": "~3.0.0", "ttf2woff2": "~4.0.5", diff --git a/tools/build-logo/package.json b/tools/build-logo/package.json index 402fa28d35..61fc52b835 100644 --- a/tools/build-logo/package.json +++ b/tools/build-logo/package.json @@ -10,6 +10,6 @@ "sharp": "~0.32.6" }, "devDependencies": { - "tools-utils": "workspace:~" + "tools-utils": "^0.31.25" } } diff --git a/tools/scripts/package.json b/tools/scripts/package.json index 37433a3542..c9d9614740 100644 --- a/tools/scripts/package.json +++ b/tools/scripts/package.json @@ -10,8 +10,8 @@ "lint-and-fix": "eslint --fix ." }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:~", - "@rocket.chat/prettier-config": "workspace:~", + "@rocket.chat/eslint-config-alt": "^0.31.25", + "@rocket.chat/prettier-config": "^0.31.25", "@types/node": "~14.18.42", "@typescript-eslint/parser": "~5.58.0", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 6dae356fa7..728b7ebd8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5560,26 +5560,26 @@ __metadata: languageName: node linkType: hard -"@rocket.chat/css-in-js@workspace:packages/css-in-js, @rocket.chat/css-in-js@workspace:~": +"@rocket.chat/css-in-js@npm:^0.31.25, @rocket.chat/css-in-js@workspace:packages/css-in-js": version: 0.0.0-use.local resolution: "@rocket.chat/css-in-js@workspace:packages/css-in-js" dependencies: "@emotion/hash": "npm:^0.9.0" - "@rocket.chat/css-supports": "workspace:~" - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/memo": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - "@rocket.chat/stylis-logical-props-middleware": "workspace:~" + "@rocket.chat/css-supports": "npm:^0.31.25" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/memo": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" + "@rocket.chat/stylis-logical-props-middleware": "npm:^0.31.25" "@rollup/plugin-commonjs": "npm:~21.0.3" "@rollup/plugin-json": "npm:~4.1.0" "@rollup/plugin-node-resolve": "npm:~13.1.3" "@rollup/plugin-typescript": "npm:~8.3.4" "@types/jest": "npm:~29.5.0" "@types/stylis": "npm:^4.0.2" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" rollup: "npm:~2.67.3" @@ -5591,16 +5591,16 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/css-supports@workspace:packages/css-supports, @rocket.chat/css-supports@workspace:~": +"@rocket.chat/css-supports@npm:^0.31.25, @rocket.chat/css-supports@workspace:packages/css-supports": version: 0.0.0-use.local resolution: "@rocket.chat/css-supports@workspace:packages/css-supports" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/memo": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - bump: "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/memo": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" rimraf: "npm:~3.0.2" @@ -5613,17 +5613,17 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/emitter@workspace:packages/emitter" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@rollup/plugin-commonjs": "npm:~21.0.3" "@rollup/plugin-json": "npm:~4.1.0" "@rollup/plugin-node-resolve": "npm:~13.1.3" "@rollup/plugin-typescript": "npm:~8.3.4" "@types/jest": "npm:~29.5.0" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -5635,14 +5635,14 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/eslint-config-alt@workspace:packages/eslint-config-alt, @rocket.chat/eslint-config-alt@workspace:~": +"@rocket.chat/eslint-config-alt@npm:^0.31.25, @rocket.chat/eslint-config-alt@workspace:packages/eslint-config-alt": version: 0.0.0-use.local resolution: "@rocket.chat/eslint-config-alt@workspace:packages/eslint-config-alt" dependencies: "@babel/eslint-parser": "npm:~7.21.3" "@typescript-eslint/eslint-plugin": "npm:~5.58.0" "@typescript-eslint/parser": "npm:~5.58.0" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" eslint-config-prettier: "npm:~8.8.0" eslint-import-resolver-typescript: "npm:~3.5.5" @@ -5650,7 +5650,7 @@ __metadata: eslint-plugin-prettier: "npm:~4.2.1" eslint-plugin-react: "npm:~7.32.2" eslint-plugin-react-hooks: "npm:~4.6.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" peerDependencies: @@ -5660,13 +5660,13 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks, @rocket.chat/fuselage-hooks@workspace:~": +"@rocket.chat/fuselage-hooks@npm:^0.33.1, @rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/fuselage-tokens": "npm:^0.33.1" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@rollup/plugin-commonjs": "npm:~21.0.3" "@rollup/plugin-json": "npm:~4.1.0" "@rollup/plugin-node-resolve": "npm:~13.1.3" @@ -5678,10 +5678,10 @@ __metadata: "@types/react-dom": "npm:^17.0.19" "@types/resize-observer-browser": "npm:~0.1.7" "@types/use-sync-external-store": "npm:~0.0.3" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -5689,7 +5689,7 @@ __metadata: rimraf: "npm:~5.0.0" rollup: "npm:~2.67.3" rollup-plugin-terser: "npm:~7.0.2" - testing-utils: "workspace:~" + testing-utils: "npm:^0.31.25" ts-jest: "npm:~29.1.0" typedoc: "npm:~0.25.13" typescript: "npm:~5.4.5" @@ -5717,20 +5717,20 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills, @rocket.chat/fuselage-polyfills@workspace:~": +"@rocket.chat/fuselage-polyfills@npm:^0.31.25, @rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills" dependencies: "@juggle/resize-observer": "npm:^3.4.0" - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - bump: "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" + bump: "npm:^0.31.25" clipboard-polyfill: "npm:^3.0.3" element-closest-polyfill: "npm:^1.0.6" eslint: "npm:~8.38.0" focus-visible: "npm:^5.2.0" focus-within-polyfill: "npm:^5.2.1" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" new-event-polyfill: "npm:^1.0.1" prettier: "npm:~2.8.7" @@ -5741,12 +5741,12 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-toastbar@workspace:packages/fuselage-toastbar" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/fuselage": "workspace:~" - "@rocket.chat/fuselage-hooks": "workspace:~" - "@rocket.chat/layout": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/fuselage": "npm:^0.54.3" + "@rocket.chat/fuselage-hooks": "npm:^0.33.1" + "@rocket.chat/layout": "npm:^0.31.27" + "@rocket.chat/prettier-config": "npm:^0.31.25" + "@rocket.chat/styled": "npm:^0.31.25" "@storybook/addon-essentials": "npm:~6.5.16" "@storybook/addons": "npm:~6.5.16" "@storybook/builder-webpack5": "npm:~6.5.16" @@ -5756,10 +5756,10 @@ __metadata: "@types/jest": "npm:~29.5.0" "@types/react": "npm:~17.0.57" "@types/react-dom": "npm:^17.0.19" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -5778,19 +5778,19 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens, @rocket.chat/fuselage-tokens@workspace:~": +"@rocket.chat/fuselage-tokens@npm:^0.33.1, @rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - build-design-tokens: "workspace:~" - bump: "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" + build-design-tokens: "npm:^0.31.25" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" eslint-config-prettier: "npm:~8.8.0" eslint-plugin-import: "npm:~2.26.0" eslint-plugin-prettier: "npm:~4.2.1" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" postcss-scss: "npm:~4.0.6" @@ -5804,7 +5804,7 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage@workspace:packages/fuselage, @rocket.chat/fuselage@workspace:~": +"@rocket.chat/fuselage@npm:^0.54.3, @rocket.chat/fuselage@workspace:packages/fuselage": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage@workspace:packages/fuselage" dependencies: @@ -5813,16 +5813,16 @@ __metadata: "@babel/plugin-transform-runtime": "npm:~7.21.4" "@babel/preset-env": "npm:~7.21.4" "@babel/preset-react": "npm:~7.18.6" - "@rocket.chat/css-in-js": "workspace:~" - "@rocket.chat/css-supports": "workspace:~" - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/fuselage-hooks": "workspace:~" - "@rocket.chat/fuselage-polyfills": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" - "@rocket.chat/icons": "workspace:~" - "@rocket.chat/memo": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/css-in-js": "npm:^0.31.25" + "@rocket.chat/css-supports": "npm:^0.31.25" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/fuselage-hooks": "npm:^0.33.1" + "@rocket.chat/fuselage-polyfills": "npm:^0.31.25" + "@rocket.chat/fuselage-tokens": "npm:^0.33.1" + "@rocket.chat/icons": "npm:^0.36.0" + "@rocket.chat/memo": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" + "@rocket.chat/styled": "npm:^0.31.25" "@storybook/addon-a11y": "npm:~6.5.16" "@storybook/addon-essentials": "npm:~6.5.16" "@storybook/addon-interactions": "npm:~6.5.16" @@ -5845,7 +5845,7 @@ __metadata: "@types/jest-axe": "npm:~3.5.5" autoprefixer: "npm:~10.4.14" babel-loader: "npm:~9.1.2" - bump: "workspace:~" + bump: "npm:^0.31.25" caniuse-lite: "npm:~1.0.30001477" cross-env: "npm:^7.0.3" css-loader: "npm:~6.7.3" @@ -5857,7 +5857,7 @@ __metadata: invariant: "npm:^2.2.4" jest: "npm:~29.5.0" jest-axe: "npm:~8.0.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" mini-css-extract-plugin: "npm:~2.7.6" normalize.css: "npm:^8.0.1" @@ -5887,7 +5887,7 @@ __metadata: stylelint-order: "npm:~6.0.3" stylelint-prettier: "npm:~3.0.0" stylelint-scss: "npm:~4.6.0" - testing-utils: "workspace:~" + testing-utils: "npm:^0.31.25" ts-jest: "npm:~29.1.0" ts-loader: "npm:~9.4.2" typescript: "npm:~5.4.5" @@ -5905,17 +5905,17 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/icons@workspace:packages/icons, @rocket.chat/icons@workspace:~": +"@rocket.chat/icons@npm:^0.36.0, @rocket.chat/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@rocket.chat/icons@workspace:packages/icons" dependencies: "@prettier/plugin-xml": "npm:~2.2.0" - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - build-icons: "workspace:~" - bump: "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" + build-icons: "npm:^0.31.25" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -5927,13 +5927,13 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/layout@workspace:packages/layout, @rocket.chat/layout@workspace:~": +"@rocket.chat/layout@npm:^0.31.27, @rocket.chat/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@rocket.chat/layout@workspace:packages/layout" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/fuselage": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/fuselage": "npm:^0.54.3" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@storybook/addon-essentials": "npm:~6.5.16" "@storybook/addons": "npm:~6.5.16" "@storybook/builder-webpack5": "npm:~6.5.16" @@ -5943,10 +5943,10 @@ __metadata: "@types/jest": "npm:~29.5.0" "@types/react": "npm:^17" "@types/react-dom": "npm:^17" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -5966,23 +5966,23 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/logo@workspace:packages/logo, @rocket.chat/logo@workspace:~": +"@rocket.chat/logo@npm:^0.31.30, @rocket.chat/logo@workspace:packages/logo": version: 0.0.0-use.local resolution: "@rocket.chat/logo@workspace:packages/logo" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/fuselage-hooks": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/fuselage-hooks": "npm:^0.33.1" + "@rocket.chat/fuselage-tokens": "npm:^0.33.1" + "@rocket.chat/prettier-config": "npm:^0.31.25" + "@rocket.chat/styled": "npm:^0.31.25" "@types/jest": "npm:~29.5.0" "@types/react": "npm:~17.0.57" "@types/react-dom": "npm:^17.0.19" - build-logo: "workspace:~" - bump: "workspace:~" + build-logo: "npm:^0.31.25" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -5998,17 +5998,17 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/memo@workspace:packages/memo, @rocket.chat/memo@workspace:~": +"@rocket.chat/memo@npm:^0.31.25, @rocket.chat/memo@workspace:packages/memo": version: 0.0.0-use.local resolution: "@rocket.chat/memo@workspace:packages/memo" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@types/jest": "npm:~29.5.0" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" rimraf: "npm:~3.0.2" @@ -6026,17 +6026,17 @@ __metadata: "@babel/plugin-transform-runtime": "npm:~7.21.4" "@babel/preset-env": "npm:~7.21.4" "@babel/preset-typescript": "npm:~7.21.4" - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@rollup/plugin-commonjs": "npm:~24.1.0" "@rollup/plugin-node-resolve": "npm:~15.0.2" "@rollup/plugin-typescript": "npm:~11.1.0" "@types/jest": "npm:~29.5.0" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" jest-environment-jsdom: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" rollup: "npm:~3.20.4" @@ -6050,16 +6050,16 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/onboarding-ui@workspace:packages/onboarding-ui" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/fuselage": "workspace:~" - "@rocket.chat/fuselage-hooks": "workspace:~" - "@rocket.chat/fuselage-polyfills": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" - "@rocket.chat/icons": "workspace:~" - "@rocket.chat/layout": "workspace:~" - "@rocket.chat/logo": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/fuselage": "npm:^0.54.3" + "@rocket.chat/fuselage-hooks": "npm:^0.33.1" + "@rocket.chat/fuselage-polyfills": "npm:^0.31.25" + "@rocket.chat/fuselage-tokens": "npm:^0.33.1" + "@rocket.chat/icons": "npm:^0.36.0" + "@rocket.chat/layout": "npm:^0.31.27" + "@rocket.chat/logo": "npm:^0.31.30" + "@rocket.chat/prettier-config": "npm:^0.31.25" + "@rocket.chat/styled": "npm:^0.31.25" "@storybook/addon-a11y": "npm:~7.4.6" "@storybook/addon-essentials": "npm:~6.5.16" "@storybook/addons": "npm:~6.5.16" @@ -6070,12 +6070,12 @@ __metadata: "@types/jest": "npm:~29.5.0" "@types/react": "npm:~17.0.57" "@types/react-dom": "npm:^17.0.19" - bump: "workspace:~" + bump: "npm:^0.31.25" countries-list: "npm:^2.6.1" eslint: "npm:~8.38.0" i18next: "npm:~21.6.16" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -6106,12 +6106,12 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/peggy-loader@workspace:packages/peggy-loader" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@types/node": "npm:~14.18.42" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" peggy: "npm:3.0.2" @@ -6126,16 +6126,16 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/prettier-config@workspace:packages/prettier-config, @rocket.chat/prettier-config@workspace:~": +"@rocket.chat/prettier-config@npm:^0.31.25, @rocket.chat/prettier-config@workspace:packages/prettier-config": version: 0.0.0-use.local resolution: "@rocket.chat/prettier-config@workspace:packages/prettier-config" dependencies: - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" eslint-config-prettier: "npm:~8.8.0" eslint-plugin-import: "npm:~2.26.0" eslint-plugin-prettier: "npm:~4.2.1" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" peerDependencies: @@ -6147,13 +6147,13 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/string-helpers@workspace:packages/string-helpers" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@types/jest": "npm:~29.5.0" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -6164,18 +6164,18 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/styled@workspace:packages/styled, @rocket.chat/styled@workspace:~": +"@rocket.chat/styled@npm:^0.31.25, @rocket.chat/styled@workspace:packages/styled": version: 0.0.0-use.local resolution: "@rocket.chat/styled@workspace:packages/styled" dependencies: - "@rocket.chat/css-in-js": "workspace:~" - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/css-in-js": "npm:^0.31.25" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@types/jest": "npm:~29.5.0" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -6186,18 +6186,18 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware, @rocket.chat/stylis-logical-props-middleware@workspace:~": +"@rocket.chat/stylis-logical-props-middleware@npm:^0.31.25, @rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware": version: 0.0.0-use.local resolution: "@rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware" dependencies: - "@rocket.chat/css-supports": "workspace:~" - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/css-supports": "npm:^0.31.25" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@types/jest": "npm:~29.5.0" - bump: "workspace:~" + bump: "npm:^0.31.25" eslint: "npm:~8.38.0" jest: "npm:~29.5.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" @@ -11170,12 +11170,12 @@ __metadata: languageName: node linkType: hard -"build-design-tokens@workspace:tools/build-design-tokens, build-design-tokens@workspace:~": +"build-design-tokens@npm:^0.31.25, build-design-tokens@workspace:tools/build-design-tokens": version: 0.0.0-use.local resolution: "build-design-tokens@workspace:tools/build-design-tokens" dependencies: stylelint: "npm:~15.4.0" - tools-utils: "workspace:~" + tools-utils: "npm:^0.31.25" peerDependencies: eslint: "*" prettier: "*" @@ -11184,13 +11184,13 @@ __metadata: languageName: unknown linkType: soft -"build-icons@workspace:tools/build-icons, build-icons@workspace:~": +"build-icons@npm:^0.31.25, build-icons@workspace:tools/build-icons": version: 0.0.0-use.local resolution: "build-icons@workspace:tools/build-icons" dependencies: svg2ttf: "npm:~6.0.3" svgicons2svgfont: "npm:~10.0.6" - tools-utils: "workspace:~" + tools-utils: "npm:^0.31.25" ttf2eot: "npm:~3.1.0" ttf2woff: "npm:~3.0.0" ttf2woff2: "npm:~4.0.5" @@ -11201,7 +11201,7 @@ __metadata: languageName: unknown linkType: soft -"build-logo@workspace:tools/build-logo, build-logo@workspace:~": +"build-logo@npm:^0.31.25, build-logo@workspace:tools/build-logo": version: 0.0.0-use.local resolution: "build-logo@workspace:tools/build-logo" dependencies: @@ -11209,7 +11209,7 @@ __metadata: react: "npm:^17.0.2" react-dom: "npm:^17.0.2" sharp: "npm:~0.32.6" - tools-utils: "workspace:~" + tools-utils: "npm:^0.31.25" bin: build-logo: ./index.mjs languageName: unknown @@ -11236,7 +11236,7 @@ __metadata: languageName: node linkType: hard -"bump@workspace:tools/bump, bump@workspace:~": +"bump@npm:^0.31.25, bump@workspace:tools/bump, bump@workspace:~": version: 0.0.0-use.local resolution: "bump@workspace:tools/bump" dependencies: @@ -19022,7 +19022,7 @@ __metadata: languageName: node linkType: hard -"lint-all@workspace:tools/lint-all, lint-all@workspace:~": +"lint-all@npm:^0.31.25, lint-all@workspace:tools/lint-all": version: 0.0.0-use.local resolution: "lint-all@workspace:tools/lint-all" dependencies: @@ -24617,8 +24617,8 @@ __metadata: version: 0.0.0-use.local resolution: "scripts@workspace:tools/scripts" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:~" - "@rocket.chat/prettier-config": "workspace:~" + "@rocket.chat/eslint-config-alt": "npm:^0.31.25" + "@rocket.chat/prettier-config": "npm:^0.31.25" "@types/node": "npm:~14.18.42" "@typescript-eslint/parser": "npm:~5.58.0" cross-env: "npm:^7.0.3" @@ -26476,7 +26476,7 @@ __metadata: languageName: node linkType: hard -"testing-utils@workspace:tools/testing-utils, testing-utils@workspace:~": +"testing-utils@npm:^0.31.25, testing-utils@workspace:tools/testing-utils": version: 0.0.0-use.local resolution: "testing-utils@workspace:tools/testing-utils" dependencies: @@ -26665,7 +26665,7 @@ __metadata: languageName: node linkType: hard -"tools-utils@workspace:tools/tools-utils, tools-utils@workspace:~": +"tools-utils@npm:^0.31.25, tools-utils@workspace:tools/tools-utils": version: 0.0.0-use.local resolution: "tools-utils@workspace:tools/tools-utils" dependencies: