-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update babel dependencies
* chore(deps): update @babel/core from 7.21.3 to 7.22.9 * chore(deps): update @babel/plugin-trasform-runtime from 7.21.0 to 7.22.9 * chore(deps): update @babel/preset-env from 7.20.2 to 7.22.9 * chore(deps): update @babel/preset-react from 7.18.6 to 7.22.5 * chore(deps): update @babel/preset-typescript from 7.21.0 to 7.22.5 * chore(deps): remove @babel/plugin-proposal-class-properties * chore(deps): update core-js to ^3.31.1 * chore(deps): remove @babel/plugin-transform-runtime * chore(deps): update babel-loader to ^9.1.3 * chore(deps): update babel-plugin-styled-components to ^2.1.4 * chore: update browserslist query refs: SHELL-145 (#297)
- Loading branch information
1 parent
e263431
commit d29f348
Showing
4 changed files
with
24 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,12 +40,10 @@ | |
"author": "Zextras Dev Team <https://www.zextras.com/carbonio/>", | ||
"license": "AGPL-3.0-only", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.3", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.21.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@babel/core": "^7.22.9", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@faker-js/faker": "^8.0.2", | ||
|
@@ -64,11 +62,11 @@ | |
"@zextras/carbonio-ui-configs": "^0.1.12", | ||
"@zextras/carbonio-ui-sdk": "^1.5.1", | ||
"autoprefixer": "^10.4.14", | ||
"babel-loader": "^9.1.2", | ||
"babel-loader": "^9.1.3", | ||
"babel-plugin-i18next-extract": "^0.9.0", | ||
"babel-plugin-styled-components": "^2.0.7", | ||
"babel-plugin-styled-components": "^2.1.4", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"core-js": "^3.29.1", | ||
"core-js": "^3.31.1", | ||
"css-loader": "^6.7.3", | ||
"dotenv": "^16.0.3", | ||
"eslint-plugin-notice": "^0.9.10", | ||
|
@@ -118,7 +116,7 @@ | |
"@reduxjs/toolkit": "^1 >=1.9", | ||
"@zextras/carbonio-design-system": "^2.2.0", | ||
"@zextras/carbonio-ui-preview": "^1", | ||
"core-js": "^3.27.2", | ||
"core-js": "^3.31.1", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.29.4", | ||
"react": "^17.0.2", | ||
|
@@ -166,6 +164,12 @@ | |
"sdk": { | ||
"svgr": true | ||
}, | ||
"browserslist": [ | ||
">1%", | ||
"last 3 version", | ||
"Firefox ESR", | ||
"not dead" | ||
], | ||
"carbonio": { | ||
"name": "carbonio-shell-ui", | ||
"translations_repository": "[email protected]:Zextras/carbonio-shell-ui-i18n.git", | ||
|