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

Commitcac326c

Browse files
committed
update deps
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parentf5a5a3b commitcac326c

File tree

7 files changed

+2124
-2000
lines changed

7 files changed

+2124
-2000
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package-lock.json
66
# local
77
.env
88
.env.local
9+
.npmrc
910

1011
# output directory
1112
out

‎package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,38 +35,38 @@
3535
},
3636
"dependencies": {
3737
"@types/events":"^3.0.0",
38-
"chokidar":"^3.4.2",
38+
"chokidar":"3.4.3",
3939
"dotenv":"^8.2.0",
40-
"eslint":"^7.8.1",
41-
"git-url-parse":"^11.2.0",
42-
"jest":"^26.4.2",
40+
"eslint":"7.16.0",
41+
"git-url-parse":"11.4.3",
42+
"jest":"26.6.3",
4343
"jsdom":"^16.4.0",
4444
"node-fetch":"^2.6.1",
45-
"semver":"^7.3.2",
46-
"ts-jest":"^26.3.0",
47-
"typescript":"^4.0.2",
45+
"semver":"7.3.4",
46+
"ts-jest":"26.4.4",
47+
"typescript":"4.1.3",
4848
"vscode-extension-telemetry":"^0.1.6"
4949
},
5050
"devDependencies": {
5151
"@types/assert":"^1.5.2",
52-
"@types/jest":"^26.0.13",
53-
"@types/jsdom":"^16.2.4",
54-
"@types/node":"^14.6.4",
52+
"@types/jest":"26.0.19",
53+
"@types/jsdom":"16.2.5",
54+
"@types/node":"14.14.19",
5555
"@types/node-fetch":"^2.5.7",
56-
"@types/semver":"^7.3.3",
57-
"@typescript-eslint/eslint-plugin":"^4.1.0",
58-
"@typescript-eslint/parser":"^4.1.0",
56+
"@types/semver":"7.3.4",
57+
"@typescript-eslint/eslint-plugin":"4.11.1",
58+
"@typescript-eslint/parser":"4.11.1",
5959
"eslint-config-prettier":"^6.11.0",
6060
"eslint-config-react-app":"^5.2.1",
6161
"eslint-plugin-flowtype":"^5.2.0",
62-
"eslint-plugin-import":"^2.22.0",
63-
"eslint-plugin-jsx-a11y":"^6.3.1",
64-
"eslint-plugin-prettier":"^3.1.4",
65-
"eslint-plugin-react":"^7.20.6",
66-
"eslint-plugin-react-hooks":"^4.1.0",
67-
"prettier":"^2.1.1",
62+
"eslint-plugin-import":"2.22.1",
63+
"eslint-plugin-jsx-a11y":"6.4.1",
64+
"eslint-plugin-prettier":"3.3.0",
65+
"eslint-plugin-react":"7.22.0",
66+
"eslint-plugin-react-hooks":"4.2.0",
67+
"prettier":"2.2.1",
6868
"vscode":"^1.1.37",
69-
"vscode-test":"^1.4.0"
69+
"vscode-test":"1.4.1"
7070
},
7171
"engines": {
7272
"vscode":"^1.39.2"

‎web-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20+
.npmrc
2021

2122
npm-debug.log*
2223
yarn-debug.log*

‎web-app/package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -25,51 +25,51 @@
2525
"extends":"react-app"
2626
},
2727
"dependencies": {
28-
"@alifd/next":"^1.20.28",
29-
"@emotion/babel-preset-css-prop":"^10.0.27",
30-
"@emotion/core":"^10.0.35",
31-
"@xstate/react":"^1.0.1",
32-
"babel-jest":"^26.3.0",
33-
"emotion-theming":"^10.0.27",
34-
"js-yaml":"^3.14.0",
35-
"markdown-it":"^11.0.1",
36-
"markdown-it-emoji":"^1.4.0",
37-
"moment":"^2.29.0",
38-
"prismjs":"^1.21.0",
39-
"react":"^16.13.1",
40-
"react-addons-css-transition-group":"^15.6.2",
41-
"react-dom":"^16.13.1",
42-
"reselect":"^4.0.0",
43-
"use-media":"^1.4.0",
44-
"xstate":"^4.13.0"
28+
"@alifd/next":"1.21.16",
29+
"@emotion/babel-preset-css-prop":"10.0.27",
30+
"@emotion/core":"10.0.35",
31+
"@xstate/react":"1.2.2",
32+
"babel-jest":"26.6.3",
33+
"emotion-theming":"10.0.27",
34+
"js-yaml":"3.14.1",
35+
"markdown-it":"11.0.1",
36+
"markdown-it-emoji":"1.4.0",
37+
"moment":"2.29.1",
38+
"prismjs":"1.23.0",
39+
"react":"16.13.1",
40+
"react-addons-css-transition-group":"15.6.2",
41+
"react-dom":"16.13.1",
42+
"reselect":"4.0.0",
43+
"use-media":"1.4.0",
44+
"xstate":"4.15.3"
4545
},
4646
"devDependencies": {
47-
"@babel/core":"^7.11.6",
48-
"@storybook/addon-actions":"^6.0.22",
49-
"@storybook/addon-knobs":"^6.0.22",
50-
"@storybook/addon-links":"^6.0.22",
51-
"@storybook/addons":"^6.0.22",
52-
"@storybook/preset-create-react-app":"^3.1.4",
53-
"@storybook/react":"^6.0.22",
54-
"@types/graphql":"^14.5.0",
55-
"@types/highlight.js":"^9.12.4",
56-
"@types/jest":"^26.0.14",
57-
"@types/js-yaml":"^3.12.5",
58-
"@types/markdown-it":"^10.0.2",
59-
"@types/node":"^14.11.2",
60-
"@types/prismjs":"^1.16.1",
61-
"@types/react":"^16.9.49",
62-
"@types/react-addons-css-transition-group":"^15.0.5",
63-
"@types/react-dom":"^16.9.8",
64-
"babel-loader":"8.1.0",
65-
"babel-plugin-import":"^1.13.0",
66-
"customize-cra":"^1.0.0",
67-
"mini-css-extract-plugin":"^0.11.2",
68-
"node-sass":"^4.14.1",
69-
"prettier":"^2.1.2",
70-
"react-app-rewired":"^2.1.6",
71-
"react-scripts":"^3.4.3",
72-
"sass-loader":"^8.0.2",
73-
"typescript":"^4.0.3"
47+
"@babel/core":"7.12.10",
48+
"@storybook/addon-actions":"6.1.11",
49+
"@storybook/addon-knobs":"6.1.11",
50+
"@storybook/addon-links":"6.1.11",
51+
"@storybook/addons":"6.1.11",
52+
"@storybook/preset-create-react-app":"3.1.5",
53+
"@storybook/react":"6.1.11",
54+
"@types/graphql":"14.5.0",
55+
"@types/highlight.js":"9.12.4",
56+
"@types/jest":"26.0.19",
57+
"@types/js-yaml":"3.12.5",
58+
"@types/markdown-it":"10.0.2",
59+
"@types/node":"14.14.19",
60+
"@types/prismjs":"1.16.2",
61+
"@types/react":"16.9.49",
62+
"@types/react-addons-css-transition-group":"15.0.5",
63+
"@types/react-dom":"16.9.8",
64+
"babel-loader":"8.2.2",
65+
"babel-plugin-import":"1.13.3",
66+
"customize-cra":"1.0.0",
67+
"mini-css-extract-plugin":"0.11.2",
68+
"node-sass":"4.14.1",
69+
"prettier":"2.2.1",
70+
"react-app-rewired":"2.1.8",
71+
"react-scripts":"3.4.3",
72+
"sass-loader":"8.0.2",
73+
"typescript":"4.1.3"
7474
}
7575
}

‎web-app/src/components/Router/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import*asReactfrom'react'
22

33
interfaceRouterProps{
4-
children:React.ReactChildren|React.ReactChildren[]
4+
children:any
55
route:string
66
}
77

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp