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

Commit155735a

Browse files
committed
update deps
1 parented7b6aa commit155735a

File tree

3 files changed

+106
-112
lines changed

3 files changed

+106
-112
lines changed

‎package.json

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,79 @@
11
{
2-
"name":"coderoad",
3-
"version":"0.0.1",
4-
"description":"Interactive tutorials in your editor",
5-
"homepage":"https://github.com/shmck/coderoad-vscode/README.md",
6-
"bugs": {
7-
"url":"https://github.com/shmck/coderoad-vscode/issues",
8-
"email":"shawn.j.mckay@gmail.com"
9-
},
10-
"repository": {
11-
"type":"git",
12-
"url":"https://github.com/shmck/coderoad-vscode.git"
13-
},
14-
"license":"SEE LICENSE IN LICENSE.md",
15-
"author": {
16-
"name":"Shawn McKay <shawn.j.mckay@gmail.com>"
17-
},
18-
"main":"./build/extension.js",
19-
"scripts": {
20-
"build":"rm -rf build && concurrently\"npm run build:ext\"\"npm run build:web\"",
21-
"build:ext":"npm run compile",
22-
"build:web":"cd web-app && npm run build",
23-
"compile":"tsc -p ./",
24-
"postinstall":"node ./node_modules/vscode/bin/install",
25-
"machine":"node ./out/state/index.js",
26-
"storybook":"cd web-app && npm run storybook",
27-
"test":"jest",
28-
"test:ext":"node ./build/test/runTest.js",
29-
"vscode:prepublish":"npm run build",
30-
"watch":"tsc -watch -p ./"
31-
},
32-
"dependencies": {
33-
"jsdom":"^15.2.1"
34-
},
35-
"devDependencies": {
36-
"@types/assert":"^1.4.3",
37-
"@types/dotenv":"^8.2.0",
38-
"@types/glob":"^7.1.1",
39-
"@types/jsdom":"^12.2.4",
40-
"@types/mocha":"^5.2.7",
41-
"@types/node":"^12.12.7",
42-
"assert":"^2.0.0",
43-
"concurrently":"^5.0.0",
44-
"dotenv":"^8.2.0",
45-
"glob":"^7.1.6",
46-
"graphql":"^14.5.8",
47-
"mocha":"^6.2.2",
48-
"prettier":"^1.19.1",
49-
"tslint":"^5.20.1",
50-
"tslint-config-prettier":"^1.18.0",
51-
"typescript":"^3.7.2",
52-
"vscode":"^1.1.36",
53-
"vscode-test":"^1.2.3"
54-
},
55-
"engines": {
56-
"vscode":"^1.34.0"
57-
},
58-
"activationEvents": [
59-
"onCommand:coderoad.start"
60-
],
61-
"categories": [
62-
"Other"
63-
],
64-
"contributes": {
65-
"commands": [
66-
{
67-
"command":"coderoad.start",
68-
"title":"Start",
69-
"category":"CodeRoad"
70-
}
71-
]
72-
},
73-
"displayName":"CodeRoad",
74-
"galleryBanner": {
75-
"color":"#C80000",
76-
"theme":"dark"
77-
},
78-
"publisher":"CodeRoad"
2+
"name":"coderoad",
3+
"version":"0.1.0",
4+
"description":"Interactive tutorials in your editor",
5+
"homepage":"https://github.com/shmck/coderoad-vscode/README.md",
6+
"bugs": {
7+
"url":"https://github.com/shmck/coderoad-vscode/issues",
8+
"email":"shawn.j.mckay@gmail.com"
9+
},
10+
"repository": {
11+
"type":"git",
12+
"url":"https://github.com/shmck/coderoad-vscode.git"
13+
},
14+
"license":"SEE LICENSE IN LICENSE.md",
15+
"author": {
16+
"name":"Shawn McKay <shawn.j.mckay@gmail.com>"
17+
},
18+
"main":"./build/extension.js",
19+
"scripts": {
20+
"build":"rm -rf build && concurrently\"npm run build:ext\"\"npm run build:web\"",
21+
"build:ext":"npm run compile",
22+
"build:web":"cd web-app && npm run build",
23+
"compile":"tsc -p ./",
24+
"postinstall":"node ./node_modules/vscode/bin/install",
25+
"machine":"node ./out/state/index.js",
26+
"storybook":"cd web-app && npm run storybook",
27+
"test":"jest",
28+
"test:ext":"node ./build/test/runTest.js",
29+
"vscode:prepublish":"npm run build",
30+
"watch":"tsc -watch -p ./"
31+
},
32+
"dependencies": {
33+
"jsdom":"^15.2.1"
34+
},
35+
"devDependencies": {
36+
"@types/assert":"^1.4.3",
37+
"@types/dotenv":"^8.2.0",
38+
"@types/glob":"^7.1.1",
39+
"@types/jsdom":"^12.2.4",
40+
"@types/mocha":"^5.2.7",
41+
"@types/node":"^12.12.7",
42+
"assert":"^2.0.0",
43+
"concurrently":"^5.0.0",
44+
"dotenv":"^8.2.0",
45+
"glob":"^7.1.6",
46+
"graphql":"^14.5.8",
47+
"mocha":"^6.2.2",
48+
"prettier":"^1.19.1",
49+
"tslint":"^5.20.1",
50+
"tslint-config-prettier":"^1.18.0",
51+
"typescript":"^3.7.2",
52+
"vscode":"^1.1.36",
53+
"vscode-test":"^1.2.3"
54+
},
55+
"engines": {
56+
"vscode":"^1.40.0"
57+
},
58+
"activationEvents": [
59+
"onCommand:coderoad.start"
60+
],
61+
"categories": [
62+
"Other"
63+
],
64+
"contributes": {
65+
"commands": [
66+
{
67+
"command":"coderoad.start",
68+
"title":"Start",
69+
"category":"CodeRoad"
70+
}
71+
]
72+
},
73+
"displayName":"CodeRoad",
74+
"galleryBanner": {
75+
"color":"#C80000",
76+
"theme":"dark"
77+
},
78+
"publisher":"CodeRoad"
7979
}

‎web-app/package-lock.json

Lines changed: 24 additions & 30 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎web-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"extends":"react-app"
2727
},
2828
"dependencies": {
29-
"@alifd/next":"^1.18.14",
29+
"@alifd/next":"^1.18.15",
3030
"@alifd/theme-4":"^0.2.0",
3131
"@apollo/react-hooks":"^3.1.3",
3232
"apollo-boost":"^0.4.4",
@@ -37,8 +37,8 @@
3737
"moment":"^2.24.0",
3838
"prismjs":"^1.17.1",
3939
"ramda":"^0.26.1",
40-
"react":"^16.11.0",
41-
"react-dom":"^16.11.0",
40+
"react":"^16.12.0",
41+
"react-dom":"^16.12.0",
4242
"reselect":"^4.0.0",
4343
"typescript":"^3.7.2",
4444
"xstate":"^4.6.7"
@@ -52,11 +52,11 @@
5252
"@storybook/react":"^5.2.6",
5353
"@types/graphql":"^14.5.0",
5454
"@types/highlight.js":"^9.12.3",
55-
"@types/jest":"^24.0.22",
55+
"@types/jest":"^24.0.23",
5656
"@types/markdown-it":"0.0.9",
5757
"@types/node":"^12.12.7",
5858
"@types/prismjs":"^1.16.0",
59-
"@types/ramda":"^0.26.33",
59+
"@types/ramda":"^0.26.34",
6060
"@types/react":"^16.9.11",
6161
"@types/react-dom":"^16.9.4",
6262
"@types/storybook__react":"^4.0.2",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp