Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V.7.3.0 #622

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from
Open

V.7.3.0 #622

wants to merge 15 commits into from

Conversation

germanf
Copy link
Contributor

@germanf germanf commented Feb 7, 2023

[### Changes]
(47f315e)

Updated engine:

  • "node": ">=12.13.0" => ">=v14.20.0"

Updated dependencies:

  • "caniuse-lite": "^1.0.30001296" => "^1.0.30001450"
  • "express": "4.16.4" => "^4.18.2"
  • "moment": "^2.29.3" => "^2.29.4"
  • "socket.io-client": "^4.4.1" => "^4.6.0"
  • "babel-plugin-react-intl": "3.0.1" => "8.2.25"
  • "html-webpack-plugin": "3.2.0" => "^4.0.0"
  • "jest-styled-components": "^7.0.3" => "^7.1.1"
  • "lint-staged": "8.1.5" => "13.1.0"
  • "minimist": "^1.2.5" => "^1.2.6"
  • "rimraf": "3.0.2" => "4.1.2"
  • "webpack": "4.36.0" => "4.44.2"
  • "webpack-cli": "^3.3.12" => "^4.10.0"

Removed dependencies:

  • "node-sass"

Added dependencies:

  • "sass": "^1.58.0",

Removed Omni Lab links

OmniExplorer version "v7.3.0"

dependabot bot and others added 15 commits March 10, 2022 20:15
Bumps [react-helmet](https://github.com/nfl/react-helmet) from 6.0.0-beta to 6.1.0.
- [Release notes](https://github.com/nfl/react-helmet/releases)
- [Changelog](https://github.com/nfl/react-helmet/blob/master/CHANGELOG.md)
- [Commits](nfl/react-helmet@6.0.0-beta...6.1.0)

---
updated-dependencies:
- dependency-name: react-helmet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.6.3 to 3.0.2.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v2.6.3...v3.0.2)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ngrok](https://github.com/bubenshchykov/ngrok) from 3.1.1 to 4.3.1.
- [Release notes](https://github.com/bubenshchykov/ngrok/releases)
- [Changelog](https://github.com/bubenshchykov/ngrok/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bubenshchykov/ngrok/commits/v4.3.1)

---
updated-dependencies:
- dependency-name: ngrok
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.3 to 7.2.6.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v7.1.3...v7.2.6)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v4.14.1...v7.0.1)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
+    "node": ">=12.13.0" => ">=v14.20.0"

### Updated dependencies:
+    "caniuse-lite": "^1.0.30001296" => "^1.0.30001450"
+    "express": "4.16.4" => "^4.18.2"
+    "moment": "^2.29.3" => "^2.29.4"
+    "socket.io-client": "^4.4.1" => "^4.6.0"
+    "babel-plugin-react-intl": "3.0.1" => "8.2.25"
+    "html-webpack-plugin": "3.2.0" => "^4.0.0"
+    "jest-styled-components": "^7.0.3" => "^7.1.1"
+    "lint-staged": "8.1.5" => "13.1.0"
+    "minimist": "^1.2.5" => "^1.2.6"
+    "rimraf": "3.0.2" => "4.1.2"
+    "webpack": "4.36.0" => "4.44.2"
+    "webpack-cli": "^3.3.12" => "^4.10.0"

### Removed dependencies:
- "node-sass"

### Added dependencies:
+    "sass": "^1.58.0",

### Removed Omni Lab links

### OmniExplorer version "v7.3.0"
@germanf germanf requested a review from achamely February 7, 2023 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant