Skip to content

Commit fd5e580

Browse files
author
Robert S
committed
Update to Create React App 3.3.0
1 parent a33763d commit fd5e580

File tree

3 files changed

+1667
-861
lines changed

3 files changed

+1667
-861
lines changed

craco.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ const path = require('path');
22

33
module.exports = function({ env, paths }) {
44
return {
5-
babel: {
6-
presets: [],
7-
plugins: ['@babel/plugin-proposal-optional-chaining', '@babel/plugin-proposal-nullish-coalescing-operator'],
8-
// loaderOptions: { /* Any babel-loader configuration options: https://github.com/babel/babel-loader. */ },
9-
// loaderOptions: (babelLoaderOptions, { env, paths }) => { return babelLoaderOptions; }
10-
},
115
webpack: {
126
alias: {
137
environment: path.join(__dirname, 'src', 'environments', process.env.CLIENT_ENV),

package.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"dependencies": {
4545
"axios": "0.19.0",
4646
"classnames": "2.2.6",
47-
"connected-react-router": "6.5.2",
47+
"connected-react-router": "6.6.1",
4848
"dayjs": "1.8.17",
4949
"history": "4.10.1",
5050
"lodash.groupby": "4.6.0",
51-
"react": "16.11.0",
52-
"react-dom": "16.11.0",
51+
"react": "16.12.0",
52+
"react-dom": "16.12.0",
5353
"react-redux": "7.1.3",
5454
"react-router-dom": "5.1.2",
5555
"redux": "4.0.4",
@@ -58,37 +58,35 @@
5858
"redux-thunk": "2.3.0",
5959
"reselect": "4.0.0",
6060
"semantic-ui-css": "2.4.1",
61-
"semantic-ui-react": "0.88.1",
61+
"semantic-ui-react": "0.88.2",
6262
"sjs-base-model": "1.9.0",
6363
"uuid": "3.3.3"
6464
},
6565
"devDependencies": {
66-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
67-
"@babel/plugin-proposal-optional-chaining": "7.6.0",
68-
"@craco/craco": "5.6.1",
66+
"@craco/craco": "5.6.2",
6967
"@types/classnames": "2.2.9",
7068
"@types/history": "4.7.3",
71-
"@types/jest": "24.0.22",
72-
"@types/node": "12.12.7",
73-
"@types/react": "16.9.11",
69+
"@types/jest": "24.0.23",
70+
"@types/node": "12.12.17",
71+
"@types/react": "16.9.16",
7472
"@types/react-dom": "16.9.4",
7573
"@types/react-redux": "7.1.5",
76-
"@types/react-router-dom": "5.1.2",
74+
"@types/react-router-dom": "5.1.3",
7775
"@types/uuid": "3.4.6",
78-
"@typescript-eslint/eslint-plugin": "2.7.0",
79-
"@typescript-eslint/parser": "2.7.0",
76+
"@typescript-eslint/eslint-plugin": "2.11.0",
77+
"@typescript-eslint/parser": "2.11.0",
8078
"cross-env": "6.0.3",
81-
"eslint": "6.6.0",
82-
"eslint-config-prettier": "6.5.0",
79+
"eslint": "6.7.2",
80+
"eslint-config-prettier": "6.7.0",
8381
"eslint-plugin-prettier": "3.1.1",
84-
"eslint-plugin-react": "7.16.0",
82+
"eslint-plugin-react": "7.17.0",
8583
"generate-template-files": "2.2.0",
8684
"gh-pages": "2.1.1",
87-
"husky": "3.0.9",
85+
"husky": "3.1.0",
8886
"node-sass": "4.13.0",
8987
"prettier": "1.19.1",
9088
"pretty-quick": "2.0.1",
91-
"react-scripts": "3.2.0",
92-
"typescript": "3.7.2"
89+
"react-scripts": "3.3.0",
90+
"typescript": "3.7.3"
9391
}
9492
}

0 commit comments

Comments
 (0)