Skip to content

Commit 5f705be

Browse files
github-actions[bot]Rocket.Chat
authored andcommitted
Version Packages (#1192)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c2afab7 commit 5f705be

File tree

34 files changed

+293
-305
lines changed

34 files changed

+293
-305
lines changed

.changeset/cuddly-cars-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cuddly-flowers-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-lamps-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-crabs-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/selfish-plants-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/selfish-scissors-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/css-in-js/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
"bump-next": "bump-next"
4343
},
4444
"devDependencies": {
45-
"@rocket.chat/eslint-config-alt": "workspace:~",
46-
"@rocket.chat/prettier-config": "workspace:~",
45+
"@rocket.chat/eslint-config-alt": "^0.31.25",
46+
"@rocket.chat/prettier-config": "^0.31.25",
4747
"@rollup/plugin-commonjs": "~21.0.3",
4848
"@rollup/plugin-json": "~4.1.0",
4949
"@rollup/plugin-node-resolve": "~13.1.3",
5050
"@rollup/plugin-typescript": "~8.3.4",
5151
"@types/jest": "~29.5.0",
5252
"@types/stylis": "^4.0.2",
53-
"bump": "workspace:~",
53+
"bump": "^0.31.25",
5454
"eslint": "~8.38.0",
5555
"jest": "~29.5.0",
56-
"lint-all": "workspace:~",
56+
"lint-all": "^0.31.25",
5757
"lint-staged": "~13.2.1",
5858
"prettier": "~2.8.7",
5959
"rollup": "~2.67.3",
@@ -64,9 +64,9 @@
6464
},
6565
"dependencies": {
6666
"@emotion/hash": "^0.9.0",
67-
"@rocket.chat/css-supports": "workspace:~",
68-
"@rocket.chat/memo": "workspace:~",
69-
"@rocket.chat/stylis-logical-props-middleware": "workspace:~",
67+
"@rocket.chat/css-supports": "^0.31.25",
68+
"@rocket.chat/memo": "^0.31.25",
69+
"@rocket.chat/stylis-logical-props-middleware": "^0.31.25",
7070
"stylis": "~4.1.3"
7171
}
7272
}

packages/css-supports/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"bump-next": "bump-next"
3636
},
3737
"devDependencies": {
38-
"@rocket.chat/eslint-config-alt": "workspace:~",
39-
"@rocket.chat/prettier-config": "workspace:~",
40-
"bump": "workspace:~",
38+
"@rocket.chat/eslint-config-alt": "^0.31.25",
39+
"@rocket.chat/prettier-config": "^0.31.25",
40+
"bump": "^0.31.25",
4141
"eslint": "~8.38.0",
42-
"lint-all": "workspace:~",
42+
"lint-all": "^0.31.25",
4343
"lint-staged": "~13.2.1",
4444
"prettier": "~2.8.7",
4545
"rimraf": "~3.0.2",
4646
"typedoc": "~0.24.1",
4747
"typescript": "~5.0.4"
4848
},
4949
"dependencies": {
50-
"@rocket.chat/memo": "workspace:~"
50+
"@rocket.chat/memo": "^0.31.25"
5151
},
5252
"eslintConfig": {
5353
"extends": "@rocket.chat/eslint-config-alt/typescript"

packages/emitter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
"bump-next": "bump-next"
4343
},
4444
"devDependencies": {
45-
"@rocket.chat/eslint-config-alt": "workspace:~",
46-
"@rocket.chat/prettier-config": "workspace:~",
45+
"@rocket.chat/eslint-config-alt": "^0.31.25",
46+
"@rocket.chat/prettier-config": "^0.31.25",
4747
"@rollup/plugin-commonjs": "~21.0.3",
4848
"@rollup/plugin-json": "~4.1.0",
4949
"@rollup/plugin-node-resolve": "~13.1.3",
5050
"@rollup/plugin-typescript": "~8.3.4",
5151
"@types/jest": "~29.5.0",
52-
"bump": "workspace:~",
52+
"bump": "^0.31.25",
5353
"eslint": "~8.38.0",
5454
"jest": "~29.5.0",
55-
"lint-all": "workspace:~",
55+
"lint-all": "^0.31.25",
5656
"lint-staged": "~13.2.1",
5757
"npm-run-all": "^4.1.5",
5858
"prettier": "~2.8.7",

packages/eslint-config-alt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"devDependencies": {
4141
"@babel/eslint-parser": "~7.21.3",
42-
"bump": "workspace:~",
42+
"bump": "^0.31.25",
4343
"eslint": "~8.38.0",
44-
"lint-all": "workspace:~",
44+
"lint-all": "^0.31.25",
4545
"lint-staged": "~13.2.1",
4646
"prettier": "~2.8.7"
4747
},

0 commit comments

Comments
 (0)