|
45 | 45 | "access": "public"
|
46 | 46 | },
|
47 | 47 | "dependencies": {
|
48 |
| - "@babel/plugin-transform-async-to-generator": "^7.4.0", |
49 |
| - "@babel/plugin-transform-flow-strip-types": "^7.4.0", |
| 48 | + "@babel/plugin-transform-async-to-generator": "7.22.5", |
| 49 | + "@babel/plugin-transform-flow-strip-types": "7.22.5", |
50 | 50 | "@stackstorm/module-api": "^2.4.3",
|
51 | 51 | "@stackstorm/module-router": "^2.4.3",
|
52 | 52 | "@stackstorm/module-store": "^2.4.3",
|
|
56 | 56 | "@stackstorm/st2flow-header": "1.0.0",
|
57 | 57 | "@stackstorm/st2flow-model": "1.0.0-pre.5",
|
58 | 58 | "@stackstorm/st2flow-palette": "1.0.0",
|
59 |
| - "babel-eslint": "^10.0.1", |
60 |
| - "classnames": "^2.2.5", |
61 |
| - "eslint-plugin-flowtype": "^3.5.1", |
62 |
| - "eventemitter3": "^3.1.0", |
63 |
| - "gulp-uglify-es": "^1.0.4", |
64 |
| - "insert-css": "^2.0.0", |
65 |
| - "lodash": "^4.17.21", |
66 |
| - "moment": "^2.29.4", |
67 |
| - "prop-types": "^15.6.0", |
68 |
| - "react": "^16.8.4", |
69 |
| - "react-dom": "^16.8.4", |
70 |
| - "react-hotkeys": "^1.1.4", |
71 |
| - "react-redux": "^6.0.1", |
72 |
| - "react-router-dom": "^5.0.0", |
73 |
| - "redux": "^4.0.1", |
74 |
| - "urijs": "^1.19.11" |
| 59 | + "babel-eslint": "10.1.0", |
| 60 | + "classnames": "2.3.2", |
| 61 | + "eslint-plugin-flowtype": "3.13.0", |
| 62 | + "eventemitter3": "3.1.2", |
| 63 | + "gulp-uglify-es": "1.0.4", |
| 64 | + "insert-css": "2.0.0", |
| 65 | + "lodash": "4.17.21", |
| 66 | + "moment": "2.29.4", |
| 67 | + "prop-types": "15.8.1", |
| 68 | + "react": "16.14.0", |
| 69 | + "react-dom": "16.14.0", |
| 70 | + "react-hotkeys": "1.1.4", |
| 71 | + "react-redux": "6.0.1", |
| 72 | + "react-router-dom": "5.3.4", |
| 73 | + "redux": "4.2.1", |
| 74 | + "urijs": "1.19.11" |
75 | 75 | },
|
76 | 76 | "devDependencies": {
|
77 | 77 | "@babel/core": "7.4.3",
|
|
86 | 86 | "@stackstorm/browserify-postcss": "0.3.4-patch.5",
|
87 | 87 | "@stackstorm/module-test-utils": "^2.4.3",
|
88 | 88 | "@stackstorm/st2-build": "^2.4.2",
|
89 |
| - "babelify": "^10.0.0", |
90 |
| - "browserify": "^16.2.3", |
91 |
| - "chai": "^4.1.2", |
92 |
| - "eslint": "^5.16.0", |
| 89 | + "babelify": "10.0.0", |
| 90 | + "browserify": "16.5.2", |
| 91 | + "chai": "4.3.10", |
| 92 | + "eslint": "5.16.0", |
93 | 93 | "eslint-plugin-notice": "0.7.8",
|
94 |
| - "eslint-plugin-react": "^7.12.4", |
95 |
| - "flow-bin": "^0.96.0", |
96 |
| - "ignore-styles": "^5.0.1", |
97 |
| - "lerna": "^3.4.3", |
98 |
| - "less": "^3.9.0", |
99 |
| - "postcss": "^8.4.31", |
| 94 | + "eslint-plugin-react": "7.33.2", |
| 95 | + "flow-bin": "0.96.0", |
| 96 | + "ignore-styles": "5.0.1", |
| 97 | + "lerna": "3.22.1", |
| 98 | + "less": "3.13.1", |
| 99 | + "postcss": "8.4.31", |
100 | 100 | "postcss-import": "12.0.1",
|
101 | 101 | "postcss-nested": "4.1.2",
|
102 | 102 | "postcss-preset-env": "6.6.0",
|
103 |
| - "request": "^2.69.0", |
104 |
| - "sinon": "^7.3.1", |
105 |
| - "sinon-chai": "^3.3.0", |
106 |
| - "zombie": "^6.1.4" |
| 103 | + "request": "2.88.2", |
| 104 | + "sinon": "7.5.0", |
| 105 | + "sinon-chai": "3.7.0", |
| 106 | + "zombie": "6.1.4" |
107 | 107 | }
|
108 | 108 | }
|
0 commit comments