openc3 5.10.0 → 5.10.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of openc3 might be problematic. Click here for more details.

@@ -14,40 +14,40 @@
14
14
  "prepare": "husky install",
15
15
  "coverage": "cross-env BABEL_ENV=test jest --coverage"
16
16
  },
17
+ "dependencies": {
18
+ "@openc3/tool-common": "5.10.1",
19
+ "@emotion/react": "^11.11.1",
20
+ "@emotion/styled": "^11.11.0",
21
+ "@mui/material": "^5.14.5",
22
+ "react": "^18.2.0",
23
+ "react-dom": "^18.2.0",
24
+ "single-spa-react": "^5.1.4"
25
+ },
17
26
  "devDependencies": {
18
- "@babel/core": "^7.15.0",
19
- "@babel/eslint-parser": "^7.15.0",
20
- "@babel/plugin-transform-runtime": "^7.15.0",
21
- "@babel/preset-env": "^7.15.0",
27
+ "@babel/core": "^7.22.10",
28
+ "@babel/eslint-parser": "^7.22.10",
29
+ "@babel/plugin-transform-runtime": "^7.22.10",
30
+ "@babel/preset-env": "^7.22.10",
22
31
  "@babel/preset-react": "^7.14.5",
23
- "@babel/runtime": "^7.15.3",
24
- "@testing-library/jest-dom": "^5.14.1",
32
+ "@babel/runtime": "^7.22.10",
33
+ "@testing-library/jest-dom": "^6.0.0",
25
34
  "@testing-library/react": "^14.0.0",
26
- "babel-jest": "^29.5.0",
35
+ "babel-jest": "^29.6.2",
27
36
  "concurrently": "^8.2.0",
28
37
  "cross-env": "^7.0.3",
29
- "eslint": "^8.44.0",
38
+ "eslint": "^8.47.0",
30
39
  "eslint-config-prettier": "^8.3.0",
31
40
  "eslint-config-react-important-stuff": "^3.0.0",
32
41
  "eslint-plugin-prettier": "^4.2.1",
33
42
  "identity-obj-proxy": "^3.0.0",
34
- "jest": "^29.5.0",
35
- "jest-cli": "^29.5.0",
43
+ "jest": "^29.6.2",
44
+ "jest-cli": "^29.6.2",
36
45
  "prettier": "^2.3.2",
37
46
  "pretty-quick": "^3.1.1",
38
- "webpack": "^5.88.1",
47
+ "webpack": "^5.88.2",
39
48
  "webpack-cli": "^5.1.4",
40
49
  "webpack-config-single-spa-react": "^4.0.0",
41
50
  "webpack-dev-server": "^4.0.0",
42
51
  "webpack-merge": "^5.8.0"
43
- },
44
- "dependencies": {
45
- "@emotion/react": "^11.11.1",
46
- "@emotion/styled": "^11.11.0",
47
- "@mui/material": "^5.13.6",
48
- "@openc3/tool-common": "5.10.0",
49
- "react": "^18.2.0",
50
- "react-dom": "^18.2.0",
51
- "single-spa-react": "^5.1.1"
52
52
  }
53
53
  }