Skip to content

Commit 65c3edf

Browse files
Merge pull request #351 from topcoder-platform/TCA-455_npm-modules-update
TCA-455 npm modules update -> dev
2 parents 0b2584f + 1f81366 commit 65c3edf

File tree

6 files changed

+1928
-4863
lines changed

6 files changed

+1928
-4863
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ All future user interfaces at Topcoder will be implemented here. Pre-existing us
3434
- Typescript
3535
- React Scripts
3636

37-
This app uses React 17, Typescript 4, and Node 16.
37+
This app uses React 18, Typescript 4, and Node 16.
3838

3939
### IDE
4040

package.json

Lines changed: 74 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -21,128 +21,127 @@
2121
"report:coverage:text": "nyc report --reporter=text"
2222
},
2323
"dependencies": {
24-
"@datadog/browser-logs": "^4.7.1",
24+
"@datadog/browser-logs": "^4.21.2",
2525
"@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",
2828
"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",
3131
"crypto-js": "^4.1.1",
3232
"customize-cra": "^1.0.0",
33-
"dompurify": "^2.3.10",
33+
"dompurify": "^2.4.0",
3434
"highlight.js": "^11.6.0",
3535
"html2canvas": "^1.4.1",
3636
"lodash": "^4.17.21",
3737
"markdown-it": "^13.0.1",
38-
"marked": "4.0.3",
39-
"moment": "^2.29.3",
40-
"moment-timezone": "^0.5.34",
38+
"marked": "4.1.1",
39+
"moment": "^2.29.4",
40+
"moment-timezone": "^0.5.37",
4141
"prop-types": "^15.8.1",
4242
"qs": "^6.11.0",
4343
"rc-checkbox": "^2.3.2",
44-
"react": "^17.0.2",
44+
"react": "^18.2.0",
4545
"react-apexcharts": "^1.4.0",
4646
"react-app-rewired": "^2.2.1",
4747
"react-contenteditable": "^3.3.6",
48-
"react-dom": "^17.0.2",
48+
"react-dom": "^18.2.0",
4949
"react-elastic-carousel": "^0.11.5",
5050
"react-gtm-module": "^2.0.11",
51-
"react-redux": "^8.0.2",
52-
"react-redux-toastr": "^7.6.8",
51+
"react-redux": "^8.0.4",
52+
"react-redux-toastr": "^7.6.10",
5353
"react-responsive-modal": "^6.2.0",
54-
"react-router-dom": "^6.2.1",
55-
"react-scripts": "5.0.0",
56-
"react-select": "^5.3.2",
57-
"react-spinners": "^0.13.1",
58-
"react-toastify": "^8.2.0",
59-
"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",
6060
"redux": "^4.2.0",
6161
"redux-logger": "^3.0.6",
62-
"redux-promise-middleware": "^6.1.2",
62+
"redux-promise-middleware": "^6.1.3",
6363
"redux-thunk": "^2.4.1",
6464
"sanitize-html": "^2.7.2",
65-
"sass": "^1.49.8",
66-
"styled-components": "^5.3.5",
65+
"sass": "^1.55.0",
66+
"styled-components": "^5.3.6",
6767
"swr": "^1.3.0",
68-
"tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.4",
69-
"typescript": "^4.6.3",
70-
"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"
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.7.5",
74-
"@babel/plugin-syntax-jsx": "^7.17.12",
75-
"@babel/plugin-transform-runtime": "^7.8.3",
76-
"@babel/preset-env": "^7.7.6",
77-
"@babel/preset-react": "^7.7.4",
78-
"@babel/preset-typescript": "^7.16.7",
79-
"@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",
8080
"@cypress/code-coverage": "^3.10.0",
81-
"@stripe/react-stripe-js": "1.7.2",
82-
"@stripe/stripe-js": "1.29.0",
83-
"@testing-library/jest-dom": "^5.14.1",
84-
"@testing-library/react": "^12.0.0",
85-
"@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",
8686
"@types/axios": "^0.14.0",
8787
"@types/cypress": "^1.1.3",
88-
"@types/dompurify": "^2.3.3",
88+
"@types/dompurify": "^2.3.4",
8989
"@types/highlightjs": "^9.12.2",
90-
"@types/jest": "^27.0.1",
91-
"@types/lodash": "^4.14.182",
90+
"@types/jest": "^29.1.2",
91+
"@types/lodash": "^4.14.186",
9292
"@types/markdown-it": "^12.2.3",
93-
"@types/marked": "4.0.3",
94-
"@types/node": "^18.7.13",
95-
"@types/reach__router": "^1.3.10",
96-
"@types/react": "^18.0.5",
97-
"@types/react-dom": "^18.0.1",
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",
9898
"@types/react-gtm-module": "^2.0.1",
9999
"@types/react-redux-toastr": "^7.6.2",
100100
"@types/react-router-dom": "^5.3.3",
101101
"@types/sanitize-html": "^2.6.2",
102102
"@types/segment-analytics": "^0.0.34",
103-
"@types/systemjs": "^6.1.0",
103+
"@types/systemjs": "^6.1.1",
104104
"@types/uuid": "^8.3.4",
105-
"@wdio/junit-reporter": "^7.24.0",
106-
"autoprefixer": "^9.8.6",
105+
"@wdio/junit-reporter": "^7.25.1",
106+
"autoprefixer": "^10.4.12",
107107
"babel-eslint": "^11.0.0-beta.2",
108-
"babel-jest": "^24.9.0",
109-
"babel-plugin-inline-react-svg": "^1.1.2",
110-
"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",
111111
"babel-plugin-react-css-modules": "^5.2.6",
112-
"concurrently": "^5.0.1",
113-
"config": "^3.3.6",
114-
"cross-env": "^7.0.2",
115-
"cypress": "^10.6.0",
116-
"eslint": "^8.18.0",
117-
"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",
118118
"eslint-config-react-app": "^7.0.1",
119-
"eslint-config-react-important-stuff": "^2.0.0",
119+
"eslint-config-react-important-stuff": "^3.0.0",
120120
"eslint-plugin-cypress": "^2.12.1",
121-
"eslint-plugin-prettier": "^3.1.1",
121+
"eslint-plugin-prettier": "^4.2.1",
122122
"file-loader": "^6.2.0",
123-
"husky": "^8.0.0",
123+
"husky": "^8.0.1",
124124
"identity-obj-proxy": "^3.0.0",
125125
"istanbul-lib-coverage": "^3.2.0",
126-
"jest": "^25.2.7",
127-
"jest-cli": "^25.2.7",
126+
"jest": "^29.2.0",
127+
"jest-cli": "^29.2.0",
128128
"lint-staged": "^13.0.3",
129129
"nyc": "^15.1.0",
130-
"postcss-loader": "^4.0.4",
131-
"postcss-scss": "^3.0.2",
132-
"prettier": "^2.0.4",
133-
"pretty-quick": "^2.0.1",
134-
"resolve-url-loader": "^3.1.2",
135-
"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",
136136
"serve": "^14.0.1",
137137
"start-server-and-test": "^1.14.0",
138-
"style-loader": "^2.0.0",
139-
"systemjs-webpack-interop": "^2.1.2",
138+
"style-loader": "^3.3.1",
139+
"systemjs-webpack-interop": "^2.3.7",
140140
"tslint": "^6.1.3",
141-
"webpack": "^4.41.2",
142-
"webpack-cli": "^3.3.10",
143-
"webpack-config-single-spa-react": "^1.0.3",
144-
"webpack-dev-server": "^3.9.0",
145-
"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"
146145
},
147146
"eslintConfig": {
148147
"extends": [

0 commit comments

Comments
 (0)