|
21 | 21 | "report:coverage:text": "nyc report --reporter=text" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@datadog/browser-logs": "^4.7.1", |
| 24 | + "@datadog/browser-logs": "^4.21.2", |
25 | 25 | "@heroicons/react": "^1.0.6", |
26 | | - "apexcharts": "^3.35.3", |
27 | | - "axios": "^0.26.1", |
| 26 | + "apexcharts": "^3.36.0", |
| 27 | + "axios": "^1.1.2", |
28 | 28 | "browser-cookies": "^1.2.0", |
29 | | - "classnames": "^2.3.1", |
30 | | - "contentful": "^9.1.33", |
| 29 | + "classnames": "^2.3.2", |
| 30 | + "contentful": "^9.2.5", |
31 | 31 | "crypto-js": "^4.1.1", |
32 | 32 | "customize-cra": "^1.0.0", |
33 | | - "dompurify": "^2.3.10", |
| 33 | + "dompurify": "^2.4.0", |
34 | 34 | "highlight.js": "^11.6.0", |
35 | 35 | "html2canvas": "^1.4.1", |
36 | 36 | "lodash": "^4.17.21", |
37 | | - "marked": "4.0.3", |
38 | | - "moment": "^2.29.3", |
39 | | - "moment-timezone": "^0.5.34", |
| 37 | + "markdown-it": "^13.0.1", |
| 38 | + "marked": "4.1.1", |
| 39 | + "moment": "^2.29.4", |
| 40 | + "moment-timezone": "^0.5.37", |
40 | 41 | "prop-types": "^15.8.1", |
| 42 | + "qs": "^6.11.0", |
41 | 43 | "rc-checkbox": "^2.3.2", |
42 | | - "react": "^17.0.2", |
| 44 | + "react": "^18.2.0", |
43 | 45 | "react-apexcharts": "^1.4.0", |
44 | 46 | "react-app-rewired": "^2.2.1", |
45 | | - "react-dom": "^17.0.2", |
| 47 | + "react-contenteditable": "^3.3.6", |
| 48 | + "react-dom": "^18.2.0", |
46 | 49 | "react-elastic-carousel": "^0.11.5", |
47 | 50 | "react-gtm-module": "^2.0.11", |
48 | | - "react-redux": "^8.0.2", |
49 | | - "react-redux-toastr": "^7.6.8", |
| 51 | + "react-redux": "^8.0.4", |
| 52 | + "react-redux-toastr": "^7.6.10", |
50 | 53 | "react-responsive-modal": "^6.2.0", |
51 | | - "react-router-dom": "^6.2.1", |
52 | | - "react-scripts": "5.0.0", |
53 | | - "react-select": "^5.3.2", |
54 | | - "react-spinners": "^0.13.1", |
55 | | - "react-toastify": "^8.2.0", |
56 | | - "react-tooltip": "^4.2.21", |
| 54 | + "react-router-dom": "^6.4.2", |
| 55 | + "react-scripts": "5.0.1", |
| 56 | + "react-select": "^5.5.0", |
| 57 | + "react-spinners": "^0.13.6", |
| 58 | + "react-toastify": "^9.0.8", |
| 59 | + "react-tooltip": "^4.4.0", |
57 | 60 | "redux": "^4.2.0", |
58 | 61 | "redux-logger": "^3.0.6", |
59 | | - "redux-promise-middleware": "^6.1.2", |
| 62 | + "redux-promise-middleware": "^6.1.3", |
60 | 63 | "redux-thunk": "^2.4.1", |
61 | | - "sass": "^1.49.8", |
62 | | - "styled-components": "^5.3.5", |
| 64 | + "sanitize-html": "^2.7.2", |
| 65 | + "sass": "^1.55.0", |
| 66 | + "styled-components": "^5.3.6", |
63 | 67 | "swr": "^1.3.0", |
64 | | - "tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.4", |
65 | | - "typescript": "^4.6.3", |
66 | | - "uuid": "^8.3.2" |
| 68 | + "tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.26", |
| 69 | + "typescript": "^4.8.4", |
| 70 | + "uuid": "^9.0.0" |
67 | 71 | }, |
68 | 72 | "devDependencies": { |
69 | | - "@babel/core": "^7.7.5", |
70 | | - "@babel/plugin-syntax-jsx": "^7.17.12", |
71 | | - "@babel/plugin-transform-runtime": "^7.8.3", |
72 | | - "@babel/preset-env": "^7.7.6", |
73 | | - "@babel/preset-react": "^7.7.4", |
74 | | - "@babel/preset-typescript": "^7.16.7", |
75 | | - "@babel/runtime": "^7.8.7", |
| 73 | + "@babel/core": "^7.19.3", |
| 74 | + "@babel/plugin-syntax-jsx": "^7.18.6", |
| 75 | + "@babel/plugin-transform-runtime": "^7.19.1", |
| 76 | + "@babel/preset-env": "^7.19.4", |
| 77 | + "@babel/preset-react": "^7.18.6", |
| 78 | + "@babel/preset-typescript": "^7.18.6", |
| 79 | + "@babel/runtime": "^7.19.4", |
76 | 80 | "@cypress/code-coverage": "^3.10.0", |
77 | | - "@stripe/react-stripe-js": "1.7.2", |
78 | | - "@stripe/stripe-js": "1.29.0", |
79 | | - "@testing-library/jest-dom": "^5.14.1", |
80 | | - "@testing-library/react": "^12.0.0", |
81 | | - "@testing-library/user-event": "^13.2.1", |
| 81 | + "@stripe/react-stripe-js": "1.13.0", |
| 82 | + "@stripe/stripe-js": "1.41.0", |
| 83 | + "@testing-library/jest-dom": "^5.16.5", |
| 84 | + "@testing-library/react": "^13.4.0", |
| 85 | + "@testing-library/user-event": "^14.4.3", |
82 | 86 | "@types/axios": "^0.14.0", |
83 | 87 | "@types/cypress": "^1.1.3", |
84 | | - "@types/dompurify": "^2.3.3", |
| 88 | + "@types/dompurify": "^2.3.4", |
85 | 89 | "@types/highlightjs": "^9.12.2", |
86 | | - "@types/jest": "^27.0.1", |
87 | | - "@types/lodash": "^4.14.182", |
88 | | - "@types/marked": "4.0.3", |
89 | | - "@types/node": "^18.7.13", |
90 | | - "@types/reach__router": "^1.3.10", |
91 | | - "@types/react": "^18.0.5", |
92 | | - "@types/react-dom": "^18.0.1", |
| 90 | + "@types/jest": "^29.1.2", |
| 91 | + "@types/lodash": "^4.14.186", |
| 92 | + "@types/markdown-it": "^12.2.3", |
| 93 | + "@types/marked": "4.0.7", |
| 94 | + "@types/node": "^18.8.5", |
| 95 | + "@types/reach__router": "^1.3.11", |
| 96 | + "@types/react": "^18.0.21", |
| 97 | + "@types/react-dom": "^18.0.6", |
93 | 98 | "@types/react-gtm-module": "^2.0.1", |
94 | 99 | "@types/react-redux-toastr": "^7.6.2", |
95 | 100 | "@types/react-router-dom": "^5.3.3", |
| 101 | + "@types/sanitize-html": "^2.6.2", |
96 | 102 | "@types/segment-analytics": "^0.0.34", |
97 | | - "@types/systemjs": "^6.1.0", |
| 103 | + "@types/systemjs": "^6.1.1", |
98 | 104 | "@types/uuid": "^8.3.4", |
99 | | - "@wdio/junit-reporter": "^7.24.0", |
100 | | - "autoprefixer": "^9.8.6", |
| 105 | + "@wdio/junit-reporter": "^7.25.1", |
| 106 | + "autoprefixer": "^10.4.12", |
101 | 107 | "babel-eslint": "^11.0.0-beta.2", |
102 | | - "babel-jest": "^24.9.0", |
103 | | - "babel-plugin-inline-react-svg": "^1.1.2", |
104 | | - "babel-plugin-module-resolver": "^4.0.0", |
| 108 | + "babel-jest": "^29.2.0", |
| 109 | + "babel-plugin-inline-react-svg": "^2.0.1", |
| 110 | + "babel-plugin-module-resolver": "^4.1.0", |
105 | 111 | "babel-plugin-react-css-modules": "^5.2.6", |
106 | | - "concurrently": "^5.0.1", |
107 | | - "config": "^3.3.6", |
108 | | - "cross-env": "^7.0.2", |
109 | | - "cypress": "^10.6.0", |
110 | | - "eslint": "^8.18.0", |
111 | | - "eslint-config-prettier": "^6.7.0", |
| 112 | + "concurrently": "^7.4.0", |
| 113 | + "config": "^3.3.8", |
| 114 | + "cross-env": "^7.0.3", |
| 115 | + "cypress": "^10.10.0", |
| 116 | + "eslint": "^8.25.0", |
| 117 | + "eslint-config-prettier": "^8.5.0", |
112 | 118 | "eslint-config-react-app": "^7.0.1", |
113 | | - "eslint-config-react-important-stuff": "^2.0.0", |
| 119 | + "eslint-config-react-important-stuff": "^3.0.0", |
114 | 120 | "eslint-plugin-cypress": "^2.12.1", |
115 | | - "eslint-plugin-prettier": "^3.1.1", |
| 121 | + "eslint-plugin-prettier": "^4.2.1", |
116 | 122 | "file-loader": "^6.2.0", |
117 | | - "husky": "^8.0.0", |
| 123 | + "husky": "^8.0.1", |
118 | 124 | "identity-obj-proxy": "^3.0.0", |
119 | 125 | "istanbul-lib-coverage": "^3.2.0", |
120 | | - "jest": "^25.2.7", |
121 | | - "jest-cli": "^25.2.7", |
| 126 | + "jest": "^29.2.0", |
| 127 | + "jest-cli": "^29.2.0", |
122 | 128 | "lint-staged": "^13.0.3", |
123 | 129 | "nyc": "^15.1.0", |
124 | | - "postcss-loader": "^4.0.4", |
125 | | - "postcss-scss": "^3.0.2", |
126 | | - "prettier": "^2.0.4", |
127 | | - "pretty-quick": "^2.0.1", |
128 | | - "resolve-url-loader": "^3.1.2", |
129 | | - "sass-loader": "^10.0.5", |
| 130 | + "postcss-loader": "^7.0.1", |
| 131 | + "postcss-scss": "^4.0.5", |
| 132 | + "prettier": "^2.7.1", |
| 133 | + "pretty-quick": "^3.1.3", |
| 134 | + "resolve-url-loader": "^5.0.0", |
| 135 | + "sass-loader": "^13.1.0", |
130 | 136 | "serve": "^14.0.1", |
131 | 137 | "start-server-and-test": "^1.14.0", |
132 | | - "style-loader": "^2.0.0", |
133 | | - "systemjs-webpack-interop": "^2.1.2", |
| 138 | + "style-loader": "^3.3.1", |
| 139 | + "systemjs-webpack-interop": "^2.3.7", |
134 | 140 | "tslint": "^6.1.3", |
135 | | - "webpack": "^4.41.2", |
136 | | - "webpack-cli": "^3.3.10", |
137 | | - "webpack-config-single-spa-react": "^1.0.3", |
138 | | - "webpack-dev-server": "^3.9.0", |
139 | | - "webpack-merge": "^4.2.2" |
| 141 | + "webpack-cli": "^4.10.0", |
| 142 | + "webpack-config-single-spa-react": "^4.0.3", |
| 143 | + "webpack-dev-server": "^4.11.1", |
| 144 | + "webpack-merge": "^5.8.0" |
140 | 145 | }, |
141 | 146 | "eslintConfig": { |
142 | 147 | "extends": [ |
|
0 commit comments