Skip to content

Commit ac6b57b

Browse files
committed
v0.14.1 release
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 5b077b8 commit ac6b57b

File tree

5 files changed

+416
-368
lines changed

5 files changed

+416
-368
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,8 @@ Adds a review page for viewing tutorial content. The review page should be espec
256256
- issue with watcher tests running on reset
257257
- issue with some commits loading multiple times on continue
258258
- issue with task progress not displaying correctly
259+
260+
### [0.14.1]
261+
262+
- Resolve issues with error pages
263+
- Include better errors for supporting Windows

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",
@@ -38,32 +38,32 @@
3838
"dotenv": "^8.2.0",
3939
"eslint": "^7.7.0",
4040
"git-url-parse": "^11.1.3",
41-
"jest": "^26.4.0",
41+
"jest": "^26.4.2",
4242
"jsdom": "^16.4.0",
4343
"node-fetch": "^2.6.0",
4444
"semver": "^7.3.2",
4545
"ts-jest": "^26.2.0",
46-
"typescript": "^3.9.7",
46+
"typescript": "^4.0.2",
4747
"vscode-extension-telemetry": "^0.1.6"
4848
},
4949
"devDependencies": {
5050
"@types/assert": "^1.5.1",
5151
"@types/jest": "^26.0.10",
5252
"@types/jsdom": "^16.2.3",
53-
"@types/node": "^14.0.27",
53+
"@types/node": "^14.6.0",
5454
"@types/node-fetch": "^2.5.7",
55-
"@types/semver": "^7.3.2",
56-
"@typescript-eslint/eslint-plugin": "^3.9.0",
57-
"@typescript-eslint/parser": "^3.9.0",
55+
"@types/semver": "^7.3.3",
56+
"@typescript-eslint/eslint-plugin": "^3.10.1",
57+
"@typescript-eslint/parser": "^3.10.1",
5858
"eslint-config-prettier": "^6.11.0",
5959
"eslint-config-react-app": "^5.2.1",
6060
"eslint-plugin-flowtype": "^5.2.0",
6161
"eslint-plugin-import": "^2.22.0",
6262
"eslint-plugin-jsx-a11y": "^6.3.1",
6363
"eslint-plugin-prettier": "^3.1.4",
6464
"eslint-plugin-react": "^7.20.6",
65-
"eslint-plugin-react-hooks": "^4.0.8",
66-
"prettier": "2.0.5",
65+
"eslint-plugin-react-hooks": "^4.1.0",
66+
"prettier": "^2.1.0",
6767
"vscode": "^1.1.37",
6868
"vscode-test": "^1.4.0"
6969
},

web-app/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-app",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"private": true,
55
"scripts": {
66
"build": "react-app-rewired build",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@alifd/next": "^1.20.28",
2929
"@emotion/babel-preset-css-prop": "^10.0.27",
30-
"@emotion/core": "^10.0.34",
30+
"@emotion/core": "^10.0.35",
3131
"babel-jest": "^26.3.0",
3232
"emotion-theming": "^10.0.27",
3333
"js-yaml": "^3.14.0",
@@ -40,35 +40,35 @@
4040
"react-dom": "^16.13.1",
4141
"reselect": "^4.0.0",
4242
"use-media": "^1.4.0",
43-
"xstate": "^4.11.0"
43+
"xstate": "^4.12.0"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.11.1",
47-
"@storybook/addon-actions": "^6.0.10",
48-
"@storybook/addon-knobs": "^6.0.10",
49-
"@storybook/addon-links": "^6.0.10",
50-
"@storybook/addons": "^6.0.10",
46+
"@babel/core": "^7.11.4",
47+
"@storybook/addon-actions": "^6.0.17",
48+
"@storybook/addon-knobs": "^6.0.17",
49+
"@storybook/addon-links": "^6.0.17",
50+
"@storybook/addons": "^6.0.17",
5151
"@storybook/preset-create-react-app": "^3.1.4",
52-
"@storybook/react": "^6.0.10",
52+
"@storybook/react": "^6.0.17",
5353
"@types/graphql": "^14.5.0",
5454
"@types/highlight.js": "^9.12.4",
5555
"@types/jest": "^26.0.10",
5656
"@types/js-yaml": "^3.12.5",
5757
"@types/markdown-it": "^10.0.2",
58-
"@types/node": "^14.0.27",
58+
"@types/node": "^14.6.0",
5959
"@types/prismjs": "^1.16.1",
60-
"@types/react": "^16.9.46",
60+
"@types/react": "^16.9.47",
6161
"@types/react-addons-css-transition-group": "^15.0.5",
6262
"@types/react-dom": "^16.9.8",
6363
"babel-loader": "8.1.0",
6464
"babel-plugin-import": "^1.13.0",
6565
"customize-cra": "^1.0.0",
6666
"mini-css-extract-plugin": "^0.10.0",
6767
"node-sass": "^4.14.1",
68-
"prettier": "2.0.5",
68+
"prettier": "^2.1.0",
6969
"react-app-rewired": "^2.1.6",
7070
"react-scripts": "^3.4.3",
7171
"sass-loader": "^8.0.2",
72-
"typescript": "^3.9.7"
72+
"typescript": "^4.0.2"
7373
}
7474
}

0 commit comments

Comments
 (0)