Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 27, 2024
1 parent 6d401c5 commit 55e09be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/livechat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/livechat",
"version": "1.19.3",
"version": "1.20.0-rc.1",
"files": [
"/build"
],
Expand All @@ -25,8 +25,8 @@
"typecheck": "tsc -p tsconfig.typecheck.json"
},
"devDependencies": {
"@babel/eslint-parser": "~7.23.3",
"@babel/preset-env": "~7.25.4",
"@babel/eslint-parser": "~7.23.10",
"@babel/preset-env": "~7.22.20",
"@babel/preset-typescript": "~7.22.15",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/ddp-client": "workspace:^",
Expand All @@ -42,7 +42,7 @@
"@types/crypto-js": "~4.1.3",
"@types/markdown-it": "^14.0.1",
"@types/mini-css-extract-plugin": "~1.4.3",
"@types/webpack": "^5.28.4",
"@types/webpack": "^5.28.5",
"@types/webpack-bundle-analyzer": "^4.6.2",
"@types/webpack-dev-server": "~4.7.2",
"@types/whatwg-fetch": "~0.0.33",
Expand All @@ -57,7 +57,7 @@
"eslint": "~8.45.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-react-hooks": "~4.6.2",
"file-loader": "^6.2.0",
"gh-release": "^3.5.0",
"html-webpack-plugin": "^5.5.3",
Expand Down Expand Up @@ -102,7 +102,7 @@
"@rocket.chat/random": "workspace:~",
"@rocket.chat/sdk": "^1.0.0-alpha.42",
"@rocket.chat/ui-kit": "workspace:~",
"css-vars-ponyfill": "^2.4.8",
"css-vars-ponyfill": "^2.4.9",
"date-fns": "^2.15.0",
"emoji-mart": "^3.0.1",
"history": "~5.3.0",
Expand All @@ -116,8 +116,8 @@
"query-string": "^7.1.3",
"react-hook-form": "~7.45.4",
"react-i18next": "~15.0.1",
"storybook-dark-mode": "~3.0.1",
"whatwg-fetch": "^3.6.19"
"storybook-dark-mode": "~3.0.3",
"whatwg-fetch": "^3.6.20"
},
"browserslist": [
"last 2 versions",
Expand Down

0 comments on commit 55e09be

Please sign in to comment.