質問編集履歴
2
Markdownの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,8 +12,95 @@
|
|
12
12
|
|
13
13
|
なぜコマンド上ではアップデートができたように見えるのに実際には最新版にアップデートされていないのでしょうか?
|
14
14
|
|
15
|
-
【追記】
|
15
|
+
【追記1】
|
16
16
|
|
17
17
|
package-lock-onlyをやってみた時のスクリーンショットです。
|
18
18
|
|
19
|
-

|
19
|
+

|
20
|
+
|
21
|
+
【追記2】
|
22
|
+
package.json
|
23
|
+
```
|
24
|
+
|
25
|
+
{
|
26
|
+
"name": "pictionarizer-ui",
|
27
|
+
"version": "0.1.0",
|
28
|
+
"private": true,
|
29
|
+
"dependencies": {
|
30
|
+
"@testing-library/jest-dom": "^5.11.1",
|
31
|
+
"@testing-library/react": "^10.4.7",
|
32
|
+
"@testing-library/user-event": "^12.0.15",
|
33
|
+
"@types/yup": "^0.29.3",
|
34
|
+
"axios": "^0.19.2",
|
35
|
+
"formik": "^2.1.5",
|
36
|
+
"lodash": "^4.17.19",
|
37
|
+
"lodash.update": "^4.10.2",
|
38
|
+
"moment": "^2.27.0",
|
39
|
+
"react": "^16.13.1",
|
40
|
+
"react-dom": "^16.13.1",
|
41
|
+
"react-router-dom": "^5.2.0",
|
42
|
+
"react-scripts": "3.4.1",
|
43
|
+
"react-toastify": "^6.0.8",
|
44
|
+
"websocket-extensions": "^0.1.4",
|
45
|
+
"yup": "^0.29.1"
|
46
|
+
},
|
47
|
+
"scripts": {
|
48
|
+
"start": "react-scripts start",
|
49
|
+
"build": "react-scripts build",
|
50
|
+
"test": "react-scripts test",
|
51
|
+
"eject": "react-scripts eject"
|
52
|
+
},
|
53
|
+
"eslintConfig": {
|
54
|
+
"extends": "react-app"
|
55
|
+
},
|
56
|
+
"browserslist": {
|
57
|
+
"production": [
|
58
|
+
">0.2%",
|
59
|
+
"not dead",
|
60
|
+
"not op_mini all"
|
61
|
+
],
|
62
|
+
"development": [
|
63
|
+
"last 1 chrome version",
|
64
|
+
"last 1 firefox version",
|
65
|
+
"last 1 safari version"
|
66
|
+
]
|
67
|
+
},
|
68
|
+
"devDependencies": {
|
69
|
+
"@types/jest": "^26.0.7",
|
70
|
+
"@types/node": "^14.0.26",
|
71
|
+
"@types/react": "^16.9.43",
|
72
|
+
"@types/react-dom": "^16.9.8",
|
73
|
+
"@types/react-router-dom": "^5.1.5",
|
74
|
+
"typescript": "^3.9.7"
|
75
|
+
}
|
76
|
+
}
|
77
|
+
```
|
78
|
+
|
79
|
+
package-lock.json
|
80
|
+
```
|
81
|
+
"@babel/core": {
|
82
|
+
"version": "7.9.0",
|
83
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz",
|
84
|
+
"integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==",
|
85
|
+
"requires": {
|
86
|
+
"@babel/code-frame": "^7.8.3",
|
87
|
+
"@babel/generator": "^7.9.0",
|
88
|
+
"@babel/helper-module-transforms": "^7.9.0",
|
89
|
+
"@babel/helpers": "^7.9.0",
|
90
|
+
"@babel/parser": "^7.9.0",
|
91
|
+
"@babel/template": "^7.8.6",
|
92
|
+
"@babel/traverse": "^7.9.0",
|
93
|
+
"@babel/types": "^7.9.0",
|
94
|
+
"convert-source-map": "^1.7.0",
|
95
|
+
"debug": "^4.1.0",
|
96
|
+
"gensync": "^1.0.0-beta.1",
|
97
|
+
"json5": "^2.1.2",
|
98
|
+
"lodash": "^4.17.13",
|
99
|
+
"resolve": "^1.3.2",
|
100
|
+
"semver": "^5.4.1",
|
101
|
+
"source-map": "^0.5.0"
|
102
|
+
},
|
103
|
+
.....
|
104
|
+
```
|
105
|
+
|
106
|
+
https://github.com/Shinichi1125/Pictionarizer/blob/master/pictionarizer-ui/package-lock.json
|
1
画像の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,4 +10,10 @@
|
|
10
10
|
|
11
11
|

|
12
12
|
|
13
|
-
なぜコマンド上ではアップデートができたように見えるのに実際には最新版にアップデートされていないのでしょうか?
|
13
|
+
なぜコマンド上ではアップデートができたように見えるのに実際には最新版にアップデートされていないのでしょうか?
|
14
|
+
|
15
|
+
【追記】
|
16
|
+
|
17
|
+
package-lock-onlyをやってみた時のスクリーンショットです。
|
18
|
+
|
19
|
+

|