Skip to content

Commit

Permalink
Updating babel to v7.13.x. (#10254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Mar 18, 2021
1 parent 10b1fc5 commit 4f77e70
Show file tree
Hide file tree
Showing 5 changed files with 510 additions and 921 deletions.
10 changes: 5 additions & 5 deletions graylog2-web-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
"uuid": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/core": "7.13.10",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/plugin-transform-runtime": "7.13.10",
"@babel/preset-env": "7.13.10",
"@babel/preset-react": "7.12.13",
"@testing-library/user-event": "^12.6.3",
"@types/chroma-js": "^2.1.3",
"@types/lodash": "^4.14.165",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Graylog, Inc. <hello@graylog.com>",
"license": "SSPL-1.0",
"dependencies": {
"@babel/eslint-parser": "7.12.17",
"@babel/eslint-parser": "7.13.10",
"@typescript-eslint/parser": "4.17.0",
"@typescript-eslint/eslint-plugin": "4.17.0",
"eslint": "7.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"extends": "graylog"
},
"dependencies": {
"@babel/preset-env": "7.12.17",
"@babel/preset-typescript": "7.12.17",
"@babel/preset-env": "7.13.10",
"@babel/preset-typescript": "7.13.0",
"create-react-class": "15.7.0",
"eslint-config-graylog": "file:../eslint-config-graylog",
"formik": "2.2.6",
Expand All @@ -64,8 +64,8 @@
"webpack-merge": "4.2.2"
},
"devDependencies": {
"@babel/cli": "7.12.17",
"@babel/core": "7.12.17",
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"babel-plugin-add-module-exports": "^1.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"react-select-event": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.0",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "7.12.1",
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/preset-env": "7.13.10",
"babel-plugin-add-module-exports": "^1.0.2"
}
}
Loading

0 comments on commit 4f77e70

Please sign in to comment.