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

Commit0169f03

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

File tree

5 files changed

+600
-510
lines changed

5 files changed

+600
-510
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint":"7.32.0",
4040
"git-url-parse":"11.6.0",
4141
"jest":"27.3.1",
42-
"jsdom":"18.1.0",
42+
"jsdom":"18.1.1",
4343
"node-fetch":"2.6.6",
4444
"semver":"7.3.5",
4545
"ts-jest":"27.0.7",
@@ -64,7 +64,7 @@
6464
"eslint-plugin-prettier":"4.0.0",
6565
"eslint-plugin-react":"7.27.1",
6666
"eslint-plugin-react-hooks":"^4.3.0",
67-
"prettier":"^2.4.1",
67+
"prettier":"2.5.0",
6868
"vscode":"^1.1.37",
6969
"vscode-test":"^1.6.1"
7070
},

‎web-app/.storybook/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = ({ config }) => {
1414
loader:require.resolve('babel-loader'),
1515
options:{
1616
plugins:[
17+
newMiniCssExtractPlugin(),
1718
[
1819
'babel-plugin-import',
1920
{

‎web-app/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@alifd/next":"1.22.25",
3030
"@emotion/babel-preset-css-prop":"10.0.27",
3131
"@emotion/core":"10.0.35",
32-
"@xstate/react":"^1.6.2",
32+
"@xstate/react":"^1.6.3",
3333
"babel-jest":"26.6.3",
3434
"emotion-theming":"10.0.27",
3535
"js-yaml":"4.1.0",
@@ -39,35 +39,35 @@
3939
"react":"16.13.1",
4040
"react-addons-css-transition-group":"15.6.2",
4141
"react-dom":"16.13.1",
42-
"reselect":"^4.1.4",
42+
"reselect":"^4.1.5",
4343
"use-media":"1.4.0",
44-
"xstate":"^4.26.0"
44+
"xstate":"^4.26.1"
4545
},
4646
"devDependencies": {
4747
"@babel/core":"7.14.0",
48-
"@storybook/addon-actions":"6.3.12",
49-
"@storybook/addon-knobs":"6.3.1",
50-
"@storybook/addon-links":"6.3.12",
51-
"@storybook/addons":"6.3.12",
52-
"@storybook/preset-create-react-app":"3.1.7",
53-
"@storybook/react":"6.3.12",
48+
"@storybook/addon-actions":"6.4.0",
49+
"@storybook/addon-knobs":"6.4.0",
50+
"@storybook/addon-links":"6.4.0",
51+
"@storybook/addons":"6.4.0",
52+
"@storybook/preset-create-react-app":"3.2.0",
53+
"@storybook/react":"6.4.0",
54+
"@types/git-url-parse":"9.0.1",
5455
"@types/graphql":"14.5.0",
55-
"@types/highlight.js":"9.12.4",
56+
"@types/highlight.js":"10.1.0",
5657
"@types/jest":"26.0.23",
57-
"@types/js-yaml":"3.12.5",
58+
"@types/js-yaml":"4.0.5",
5859
"@types/markdown-it":"12.2.3",
59-
"@types/node":"14.14.19",
60+
"@types/node":"16.11.10",
6061
"@types/prismjs":"1.16.5",
6162
"@types/react":"16.9.49",
6263
"@types/react-addons-css-transition-group":"15.0.5",
6364
"@types/react-dom":"16.9.8",
6465
"babel-loader":"8.2.2",
6566
"babel-plugin-import":"1.13.3",
66-
"compression-webpack-plugin":"9.0.1",
6767
"customize-cra":"1.0.0",
6868
"mini-css-extract-plugin":"0.11.2",
6969
"node-sass":"6.0.1",
70-
"prettier":"2.4.1",
70+
"prettier":"2.5.0",
7171
"react-app-rewired":"2.1.8",
7272
"react-scripts":"4.0.3",
7373
"sass-loader":"12.3.0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp