Skip to content

Feature/markdown #13

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 7 commits into from
Jul 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update webapp deps
ShMcK committed Jul 14, 2019

Verified

This commit was signed with the committer’s verified signature.
timdeschryver Tim Deschryver
commit 0b6d1d8abedc5f216860d29b6543752d7dbfa4a2
891 changes: 548 additions & 343 deletions web-app/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions web-app/package.json
Original file line number Diff line number Diff line change
@@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@alifd/next": "^1.15.5",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.7",
"@types/react": "^16.8.19",
"@alifd/next": "^1.15.12",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.2",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-markdown": "^4.1.0",
"react-scripts": "3.0.1",
"typescript": "^3.5.1"
"typescript": "^3.5.3"
},
"scripts": {
"start": "react-scripts start",
@@ -39,14 +39,14 @@
]
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@storybook/addon-actions": "^5.1.3",
"@storybook/addon-knobs": "^5.1.3",
"@storybook/addon-links": "^5.1.3",
"@storybook/addons": "^5.1.3",
"@storybook/react": "^5.1.3",
"@babel/core": "^7.5.4",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"@types/storybook__react": "^4.0.2",
"babel-loader": "8.0.5",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",