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

Commite577682

Browse files
authored
Merge pull requestcoderoad#300 from coderoad/update-changelog
Prepare v0.4 release
2 parents54b5428 +fe60ee3 commite577682

File tree

6 files changed

+721
-484
lines changed

6 files changed

+721
-484
lines changed

‎CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,11 @@ Resulting in a folder structure like the following:
9191
- package.json
9292
- server.js
9393
```
94+
95+
## [0.4.0]
96+
97+
- Navigate through text content from previous levels.
98+
99+
![traverse content](./docs/images/traverse-content.png)
100+
101+
- Fixes progress navigation bug when no steps in a level

‎docs/images/traverse-content.png

112 KB
Loading

‎package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad",
3-
"version":"0.3.0",
3+
"version":"0.4.0",
44
"description":"Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",
@@ -34,29 +34,29 @@
3434
"watch":"tsc -watch -p ./"
3535
},
3636
"dependencies": {
37-
"@sentry/node":"^5.15.4",
37+
"@sentry/node":"^5.15.5",
3838
"@types/assert":"^1.4.6",
3939
"@types/jest":"^25.2.1",
4040
"@types/jsdom":"^16.2.1",
41-
"@types/node":"^13.13.0",
41+
"@types/node":"^13.13.4",
4242
"@types/semver":"^7.1.0",
43-
"@typescript-eslint/eslint-plugin":"^2.28.0",
44-
"@typescript-eslint/parser":"^2.28.0",
45-
"chokidar":"^3.3.0",
43+
"@typescript-eslint/eslint-plugin":"^2.29.0",
44+
"@typescript-eslint/parser":"^2.29.0",
45+
"chokidar":"^3.4.0",
4646
"dotenv":"^8.2.0",
4747
"eslint":"^6.8.0",
48-
"eslint-config-prettier":"^6.10.1",
48+
"eslint-config-prettier":"^6.11.0",
4949
"eslint-plugin-prettier":"^3.1.3",
5050
"git-url-parse":"^11.1.2",
51-
"jest":"^25.3.0",
51+
"jest":"^25.4.0",
5252
"jsdom":"^16.2.2",
53-
"prettier":"^2.0.4",
53+
"prettier":"^2.0.5",
5454
"semver":"^7.3.2",
5555
"ts-jest":"^25.4.0",
5656
"typescript":"^3.8.3"
5757
},
5858
"devDependencies": {
59-
"vscode":"^1.1.36",
59+
"vscode":"^1.1.37",
6060
"vscode-test":"^1.3.0"
6161
},
6262
"engines": {

‎web-app/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad-app",
3-
"version":"0.3.0",
3+
"version":"0.4.0",
44
"private":true,
55
"scripts": {
66
"build":"react-app-rewired build",
@@ -25,11 +25,11 @@
2525
"extends":"react-app"
2626
},
2727
"dependencies": {
28-
"@alifd/next":"^1.19.25",
28+
"@alifd/next":"^1.19.29",
2929
"@alifd/theme-4":"^0.2.3",
3030
"@emotion/babel-preset-css-prop":"^10.0.27",
3131
"@emotion/core":"^10.0.28",
32-
"@sentry/browser":"^5.15.4",
32+
"@sentry/browser":"^5.15.5",
3333
"js-yaml":"^3.13.1",
3434
"markdown-it":"^10.0.0",
3535
"markdown-it-emoji":"^1.4.0",
@@ -52,23 +52,23 @@
5252
"@types/highlight.js":"^9.12.3",
5353
"@types/jest":"^25.2.1",
5454
"@types/js-yaml":"^3.12.3",
55-
"@types/markdown-it":"^10.0.0",
56-
"@types/node":"^13.13.0",
55+
"@types/markdown-it":"^10.0.1",
56+
"@types/node":"^13.13.4",
5757
"@types/prismjs":"^1.16.0",
5858
"@types/react":"^16.9.34",
5959
"@types/react-addons-css-transition-group":"^15.0.5",
6060
"@types/react-dom":"^16.9.6",
61-
"@typescript-eslint/eslint-plugin":"^2.28.0",
62-
"@typescript-eslint/parser":"^2.28.0",
61+
"@typescript-eslint/eslint-plugin":"^2.29.0",
62+
"@typescript-eslint/parser":"^2.29.0",
6363
"babel-loader":"8.1.0",
6464
"babel-plugin-import":"^1.13.0",
6565
"customize-cra":"^0.9.1",
6666
"eslint":"^6.8.0",
67-
"eslint-config-prettier":"^6.10.1",
67+
"eslint-config-prettier":"^6.11.0",
6868
"eslint-plugin-prettier":"^3.1.3",
6969
"mini-css-extract-plugin":"^0.9.0",
70-
"node-sass":"^4.13.1",
71-
"prettier":"^2.0.4",
70+
"node-sass":"^4.14.0",
71+
"prettier":"^2.0.5",
7272
"react-app-rewired":"^2.1.5",
7373
"react-scripts":"^3.4.1",
7474
"sass-loader":"^8.0.2",

‎web-app/yarn.lock

Lines changed: 119 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,22 @@
1010
"@alifd/validate" "^1.1.3"
1111
prop-types "^15.5.8"
1212

13-
"@alifd/next@^1.19.25", "@alifd/next@~1.19.7":
13+
"@alifd/next@^1.19.29":
14+
version "1.19.29"
15+
resolved "https://registry.yarnpkg.com/@alifd/next/-/next-1.19.29.tgz#bd74e4c2ddda4f663f5259ed13218fbd06793102"
16+
integrity sha512-khr9g4bqOmPE2nj3m7i+l3RMdJhPTUa3dpmD/vbpd+D6JJnpuzPUoj0ol88VI7HrQw7oXzUz7HIuF+8uZARYVA==
17+
dependencies:
18+
"@alifd/field" "~1.3.3"
19+
"@alifd/validate" "~1.1.4"
20+
babel-runtime "^6.26.0"
21+
classnames "^2.2.3"
22+
hoist-non-react-statics "^2.1.0"
23+
prop-types "^15.6.0"
24+
react-lifecycles-compat "^3.0.4"
25+
react-transition-group "^2.2.1"
26+
shallow-element-equals "^1.0.1"
27+
28+
"@alifd/next@~1.19.7":
1429
version "1.19.25"
1530
resolved "https://registry.yarnpkg.com/@alifd/next/-/next-1.19.25.tgz#203d2166eb8541b89272c23e6d8981b9ad59e2e0"
1631
integrity sha512-H0FMW6GGRF+cj3nptk/AiiqJp7gwTh0AVuXPLntngbA62YGCsgo8XH5Pcs2ZcNUqo3nLu4T/tkJuDDj3sdw3gQ==
@@ -1416,56 +1431,56 @@
14161431
prop-types "^15.6.1"
14171432
react-lifecycles-compat "^3.0.4"
14181433

1419-
"@sentry/browser@^5.15.4":
1420-
version "5.15.4"
1421-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.15.4.tgz#5a7e7bad088556665ed8e69bceb0e18784e4f6c7"
1422-
integrity sha512-l/auT1HtZM3KxjCGQHYO/K51ygnlcuOrM+7Ga8gUUbU9ZXDYw6jRi0+Af9aqXKmdDw1naNxr7OCSy6NBrLWVZw==
1434+
"@sentry/browser@^5.15.5":
1435+
version "5.15.5"
1436+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.15.5.tgz#d9a51f1388581067b50d30ed9b1aed2cbb333a36"
1437+
integrity sha512-rqDvjk/EvogfdbZ4TiEpxM/lwpPKmq23z9YKEO4q81+1SwJNua53H60dOk9HpRU8nOJ1g84TMKT2Ov8H7sqDWA==
14231438
dependencies:
1424-
"@sentry/core" "5.15.4"
1425-
"@sentry/types" "5.15.4"
1426-
"@sentry/utils" "5.15.4"
1439+
"@sentry/core" "5.15.5"
1440+
"@sentry/types" "5.15.5"
1441+
"@sentry/utils" "5.15.5"
14271442
tslib "^1.9.3"
14281443

1429-
"@sentry/core@5.15.4":
1430-
version "5.15.4"
1431-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.15.4.tgz#08b617e093a636168be5aebad141d1f744217085"
1432-
integrity sha512-9KP4NM4SqfV5NixpvAymC7Nvp36Zj4dU2fowmxiq7OIbzTxGXDhwuN/t0Uh8xiqlkpkQqSECZ1OjSFXrBldetQ==
1444+
"@sentry/core@5.15.5":
1445+
version "5.15.5"
1446+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.15.5.tgz#40ea79bff5272d3fbbeeb4a98cdc59e1adbd2c92"
1447+
integrity sha512-enxBLv5eibBMqcWyr+vApqeix8uqkfn0iGsD3piKvoMXCgKsrfMwlb/qo9Ox0lKr71qIlZVt+9/A2vZohdgnlg==
14331448
dependencies:
1434-
"@sentry/hub" "5.15.4"
1435-
"@sentry/minimal" "5.15.4"
1436-
"@sentry/types" "5.15.4"
1437-
"@sentry/utils" "5.15.4"
1449+
"@sentry/hub" "5.15.5"
1450+
"@sentry/minimal" "5.15.5"
1451+
"@sentry/types" "5.15.5"
1452+
"@sentry/utils" "5.15.5"
14381453
tslib "^1.9.3"
14391454

1440-
"@sentry/hub@5.15.4":
1441-
version "5.15.4"
1442-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.15.4.tgz#cb64473725a60eec63b0be58ed1143eaaf894bee"
1443-
integrity sha512-1XJ1SVqadkbUT4zLS0TVIVl99si7oHizLmghR8LMFl5wOkGEgehHSoOydQkIAX2C7sJmaF5TZ47ORBHgkqclUg==
1455+
"@sentry/hub@5.15.5":
1456+
version "5.15.5"
1457+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.15.5.tgz#f5abbcdbe656a70e2ff02c02a5a4cffa0f125935"
1458+
integrity sha512-zX9o49PcNIVMA4BZHe//GkbQ4Jx+nVofqU/Il32/IbwKhcpPlhGX3c1sOVQo4uag3cqd/JuQsk+DML9TKkN0Lw==
14441459
dependencies:
1445-
"@sentry/types" "5.15.4"
1446-
"@sentry/utils" "5.15.4"
1460+
"@sentry/types" "5.15.5"
1461+
"@sentry/utils" "5.15.5"
14471462
tslib "^1.9.3"
14481463

1449-
"@sentry/minimal@5.15.4":
1450-
version "5.15.4"
1451-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.15.4.tgz#113f01fefb86b7830994c3dfa7ad4889ba7b2003"
1452-
integrity sha512-GL4GZ3drS9ge+wmxkHBAMEwulaE7DMvAEfKQPDAjg2p3MfcCMhAYfuY4jJByAC9rg9OwBGGehz7UmhWMFjE0tw==
1464+
"@sentry/minimal@5.15.5":
1465+
version "5.15.5"
1466+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.15.5.tgz#a0e4e071f01d9c4d808094ae7203f6c4cca9348a"
1467+
integrity sha512-zQkkJ1l9AjmU/Us5IrOTzu7bic4sTPKCatptXvLSTfyKW7N6K9MPIIFeSpZf9o1yM2sRYdK7GV08wS2eCT3JYw==
14531468
dependencies:
1454-
"@sentry/hub" "5.15.4"
1455-
"@sentry/types" "5.15.4"
1469+
"@sentry/hub" "5.15.5"
1470+
"@sentry/types" "5.15.5"
14561471
tslib "^1.9.3"
14571472

1458-
"@sentry/types@5.15.4":
1459-
version "5.15.4"
1460-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.15.4.tgz#37f30e35b06e8e12ad1101f1beec3e9b88ca1aab"
1461-
integrity sha512-quPHPpeAuwID48HLPmqBiyXE3xEiZLZ5D3CEbU3c3YuvvAg8qmfOOTI6z4Z3Eedi7flvYpnx3n7N3dXIEz30Eg==
1473+
"@sentry/types@5.15.5":
1474+
version "5.15.5"
1475+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.15.5.tgz#16c97e464cf09bbd1d2e8ce90d130e781709076e"
1476+
integrity sha512-F9A5W7ucgQLJUG4LXw1ZIy4iLevrYZzbeZ7GJ09aMlmXH9PqGThm1t5LSZlVpZvUfQ2rYA8NU6BdKJSt7B5LPw==
14621477

1463-
"@sentry/utils@5.15.4":
1464-
version "5.15.4"
1465-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.15.4.tgz#02865ab3c9b745656cea0ab183767ec26c96f6e6"
1466-
integrity sha512-lO8SLBjrUDGADl0LOkd55R5oL510d/1SaI08/IBHZCxCUwI4TiYo5EPECq8mrj3XGfgCyq9osw33bymRlIDuSQ==
1478+
"@sentry/utils@5.15.5":
1479+
version "5.15.5"
1480+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.15.5.tgz#dec1d4c79037c4da08b386f5d34409234dcbfb15"
1481+
integrity sha512-Nl9gl/MGnzSkuKeo3QaefoD/OJrFLB8HmwQ7HUbTXb6E7yyEzNKAQMHXGkwNAjbdYyYbd42iABP6Y5F/h39NtA==
14671482
dependencies:
1468-
"@sentry/types" "5.15.4"
1483+
"@sentry/types" "5.15.5"
14691484
tslib "^1.9.3"
14701485

14711486
"@storybook/addon-actions@^5.3.18":
@@ -2082,10 +2097,10 @@
20822097
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.1.0.tgz#ea3dd64c4805597311790b61e872cbd1ed2cd806"
20832098
integrity sha512-Q7DYAOi9O/+cLLhdaSvKdaumWyHbm7HAk/bFwwyTuU0arR5yyCeW5GOoqt4tJTpDRxhpx9Q8kQL6vMpuw9hDSw==
20842099

2085-
"@types/markdown-it@^10.0.0":
2086-
version "10.0.0"
2087-
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.0.tgz#a2b5f9fb444bb27c1e0c4a0116fea09b3c6ebc1e"
2088-
integrity sha512-7UPBg1W0rfsqQ1JwNFfhxibKO0t7Q0scNt96XcFIFLGE/vhZamzZayaFS2LKha/26Pz7b/2GgiaxQZ1GUwW0dA==
2100+
"@types/markdown-it@^10.0.1":
2101+
version "10.0.1"
2102+
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.1.tgz#94e252ab689c8e9ceb9aff2946e0a458390105eb"
2103+
integrity sha512-L1ibTdA5IUe/cRBlf3N3syAOBQSN1WCMGtAWir6mKxibiRl4LmpZM4jLz+7zAqiMnhQuAP1sqZOF9wXgn2kpEg==
20892104
dependencies:
20902105
"@types/linkify-it" "*"
20912106
"@types/mdurl" "*"
@@ -2100,11 +2115,16 @@
21002115
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
21012116
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
21022117

2103-
"@types/node@*", "@types/node@^13.13.0":
2118+
"@types/node@*":
21042119
version "13.13.0"
21052120
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.0.tgz#30d2d09f623fe32cde9cb582c7a6eda2788ce4a8"
21062121
integrity sha512-WE4IOAC6r/yBZss1oQGM5zs2D7RuKR6Q+w+X2SouPofnWn+LbCqClRyhO3ZE7Ix8nmFgo/oVuuE01cJT2XB13A==
21072122

2123+
"@types/node@^13.13.4":
2124+
version "13.13.4"
2125+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c"
2126+
integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==
2127+
21082128
"@types/npmlog@^4.1.2":
21092129
version "4.1.2"
21102130
resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.2.tgz#d070fe6a6b78755d1092a3dc492d34c3d8f871c4"
@@ -2256,7 +2276,7 @@
22562276
dependencies:
22572277
"@types/yargs-parser" "*"
22582278

2259-
"@typescript-eslint/eslint-plugin@^2.10.0", "@typescript-eslint/eslint-plugin@^2.28.0":
2279+
"@typescript-eslint/eslint-plugin@^2.10.0":
22602280
version "2.28.0"
22612281
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.28.0.tgz#4431bc6d3af41903e5255770703d4e55a0ccbdec"
22622282
integrity sha512-w0Ugcq2iatloEabQP56BRWJowliXUP5Wv6f9fKzjJmDW81hOTBxRoJ4LoEOxRpz9gcY51Libytd2ba3yLmSOfg==
@@ -2266,6 +2286,16 @@
22662286
regexpp "^3.0.0"
22672287
tsutils "^3.17.1"
22682288

2289+
"@typescript-eslint/eslint-plugin@^2.29.0":
2290+
version "2.29.0"
2291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.29.0.tgz#c9efab7624e3dd6d144a0e4577a541d1bd42c2ac"
2292+
integrity sha512-X/YAY7azKirENm4QRpT7OVmzok02cSkqeIcLmdz6gXUQG4Hk0Fi9oBAynSAyNXeGdMRuZvjBa0c1Lu0dn/u6VA==
2293+
dependencies:
2294+
"@typescript-eslint/experimental-utils" "2.29.0"
2295+
functional-red-black-tree "^1.0.1"
2296+
regexpp "^3.0.0"
2297+
tsutils "^3.17.1"
2298+
22692299
"@typescript-eslint/experimental-utils@2.28.0":
22702300
version "2.28.0"
22712301
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d"
@@ -2276,7 +2306,17 @@
22762306
eslint-scope "^5.0.0"
22772307
eslint-utils "^2.0.0"
22782308

2279-
"@typescript-eslint/parser@^2.10.0", "@typescript-eslint/parser@^2.28.0":
2309+
"@typescript-eslint/experimental-utils@2.29.0":
2310+
version "2.29.0"
2311+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.29.0.tgz#3cb8060de9265ba131625a96bbfec31ba6d4a0fe"
2312+
integrity sha512-H/6VJr6eWYstyqjWXBP2Nn1hQJyvJoFdDtsHxGiD+lEP7piGnGpb/ZQd+z1ZSB1F7dN+WsxUDh8+S4LwI+f3jw==
2313+
dependencies:
2314+
"@types/json-schema" "^7.0.3"
2315+
"@typescript-eslint/typescript-estree" "2.29.0"
2316+
eslint-scope "^5.0.0"
2317+
eslint-utils "^2.0.0"
2318+
2319+
"@typescript-eslint/parser@^2.10.0":
22802320
version "2.28.0"
22812321
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.28.0.tgz#bb761286efd2b0714761cab9d0ee5847cf080385"
22822322
integrity sha512-RqPybRDquui9d+K86lL7iPqH6Dfp9461oyqvlXMNtap+PyqYbkY5dB7LawQjDzot99fqzvS0ZLZdfe+1Bt3Jgw==
@@ -2286,6 +2326,16 @@
22862326
"@typescript-eslint/typescript-estree" "2.28.0"
22872327
eslint-visitor-keys "^1.1.0"
22882328

2329+
"@typescript-eslint/parser@^2.29.0":
2330+
version "2.29.0"
2331+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.29.0.tgz#6e3c4e21ed6393dc05b9d8b47f0b7e731ef21c9c"
2332+
integrity sha512-H78M+jcu5Tf6m/5N8iiFblUUv+HJDguMSdFfzwa6vSg9lKR8Mk9BsgeSjO8l2EshKnJKcbv0e8IDDOvSNjl0EA==
2333+
dependencies:
2334+
"@types/eslint-visitor-keys" "^1.0.0"
2335+
"@typescript-eslint/experimental-utils" "2.29.0"
2336+
"@typescript-eslint/typescript-estree" "2.29.0"
2337+
eslint-visitor-keys "^1.1.0"
2338+
22892339
"@typescript-eslint/typescript-estree@2.28.0":
22902340
version "2.28.0"
22912341
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz#d34949099ff81092c36dc275b6a1ea580729ba00"
@@ -2299,6 +2349,19 @@
22992349
semver "^6.3.0"
23002350
tsutils "^3.17.1"
23012351

2352+
"@typescript-eslint/typescript-estree@2.29.0":
2353+
version "2.29.0"
2354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.29.0.tgz#1be6612bb02fc37ac9f466521c1459a4744e8d3a"
2355+
integrity sha512-3YGbtnWy4az16Egy5Fj5CckkVlpIh0MADtAQza+jiMADRSKkjdpzZp/5WuvwK/Qib3Z0HtzrDFeWanS99dNhnA==
2356+
dependencies:
2357+
debug "^4.1.1"
2358+
eslint-visitor-keys "^1.1.0"
2359+
glob "^7.1.6"
2360+
is-glob "^4.0.1"
2361+
lodash "^4.17.15"
2362+
semver "^6.3.0"
2363+
tsutils "^3.17.1"
2364+
23022365
"@webassemblyjs/ast@1.8.5":
23032366
version "1.8.5"
23042367
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
@@ -5430,10 +5493,10 @@ escodegen@^1.11.0, escodegen@^1.9.1:
54305493
optionalDependencies:
54315494
source-map "~0.6.1"
54325495

5433-
eslint-config-prettier@^6.10.1:
5434-
version "6.10.1"
5435-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.1.tgz#129ef9ec575d5ddc0e269667bf09defcd898642a"
5436-
integrity sha512-svTy6zh1ecQojvpbJSgH3aei/Rt7C6i090l5f2WQ4aB05lYHeZIR1qL4wZyyILTbtmnbHP5Yn8MrsOJMGa8RkQ==
5496+
eslint-config-prettier@^6.11.0:
5497+
version "6.11.0"
5498+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz#f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1"
5499+
integrity sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==
54375500
dependencies:
54385501
get-stdin "^6.0.0"
54395502

@@ -9107,10 +9170,10 @@ node-releases@^1.1.29, node-releases@^1.1.52, node-releases@^1.1.53:
91079170
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4"
91089171
integrity sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ==
91099172

9110-
node-sass@^4.13.1:
9111-
version "4.13.1"
9112-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3"
9113-
integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==
9173+
node-sass@^4.14.0:
9174+
version "4.14.0"
9175+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.0.tgz#a8e9d7720f8e15b4a1072719dcf04006f5648eeb"
9176+
integrity sha512-AxqU+DFpk0lEz95sI6jO0hU0Rwyw7BXVEv6o9OItoXLyeygPeaSpiV4rwQb10JiTghHaa0gZeD21sz+OsQluaw==
91149177
dependencies:
91159178
async-foreach "^0.1.3"
91169179
chalk "^1.1.1"
@@ -10562,10 +10625,10 @@ prettier-linter-helpers@^1.0.0:
1056210625
dependencies:
1056310626
fast-diff "^1.1.2"
1056410627

10565-
prettier@^2.0.4:
10566-
version "2.0.4"
10567-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
10568-
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
10628+
prettier@^2.0.5:
10629+
version "2.0.5"
10630+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
10631+
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
1056910632

1057010633
pretty-bytes@^5.1.0:
1057110634
version "5.3.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp