Skip to content

Fix/checkbox #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 2, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update deps
  • Loading branch information
ShMcK committed Nov 2, 2019
commit 440558afb3cdf79b2e61f86899421b20a8018a31
192 changes: 183 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"watch": "tsc -watch -p ./"
},
"dependencies": {
"@alifd/theme-4": "^0.2.0",
"jsdom": "^15.2.0",
"xstate": "^4.6.7"
},
Expand All @@ -40,7 +41,7 @@
"@types/graphql": "^14.5.0",
"@types/jsdom": "^12.2.4",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.0",
"@types/node": "^12.12.5",
"assert": "^2.0.0",
"concurrently": "^5.0.0",
"dotenv": "^8.2.0",
Expand All @@ -51,7 +52,7 @@
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.1-rc",
"vscode": "^1.1.36",
"vscode-test": "^1.2.0"
"vscode-test": "^1.2.2"
},
"engines": {
"vscode": "^1.34.0"
Expand Down
22 changes: 11 additions & 11 deletions web-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading