Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0aa2a96

Browse files
committed
update react-scripts
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parenta78fe50 commit0aa2a96

File tree

6 files changed

+3721
-2955
lines changed

6 files changed

+3721
-2955
lines changed

‎.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ module.exports = {
1010
// 'react/forbid-component-props': [1, { forbid: ['style'] }],
1111
// 'react/forbid-dom-props': [1, { forbid: ['style'] }],
1212
'space-before-function-paren':0,
13-
'prettier/prettier':'error',
1413
},
1514
}

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"chokidar":"3.5.2",
3838
"dotenv":"^8.2.0",
39-
"eslint":"7.26.0",
39+
"eslint":"7.32.0",
4040
"git-url-parse":"11.6.0",
4141
"jest":"27.3.1",
4242
"jsdom":"18.1.0",

‎web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"node-sass":"4.14.1",
6969
"prettier":"2.3.0",
7070
"react-app-rewired":"2.1.8",
71-
"react-scripts":"3.4.3",
71+
"react-scripts":"4.0.3",
7272
"sass-loader":"8.0.2",
7373
"typescript":"4.4.4"
7474
}

‎web-app/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
"resolveJsonModule":true,
2525
"isolatedModules":true,
2626
"noEmit":true,
27-
"jsx":"preserve",
28-
"sourceMap":true
27+
"jsx":"react",
28+
"sourceMap":true,
29+
"noFallthroughCasesInSwitch":true
2930
},
3031
"include": [
3132
"src"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp