Browse Source

core: bumped dependencies (fix: #129)

dependabot/npm_and_yarn/web/prismjs-1.21.0
Max Schmitt 7 years ago
parent
commit
ea5f8c888e
  1. 16
      web/package.json

16
web/package.json

@ -13,20 +13,20 @@
"dependencies": { "dependencies": {
"moment": "2.24.0", "moment": "2.24.0",
"prismjs": "1.15.0", "prismjs": "1.15.0",
"react": "16.8.3", "react": "16.8.4",
"react-clipboard.js": "2.0.3", "react-clipboard.js": "2.0.7",
"react-datepicker": "2.1.0", "react-datepicker": "2.2.0",
"react-dom": "16.8.3", "react-dom": "16.8.4",
"react-moment": "0.8.4", "react-moment": "0.8.4",
"react-prism": "4.3.2", "react-prism": "4.3.2",
"react-qr-svg": "2.2.1", "react-qr-svg": "2.2.1",
"react-responsive": "6.1.1", "react-responsive": "6.1.1",
"react-router": "4.3.1", "react-router": "5.0.0",
"react-router-dom": "4.3.1", "react-router-dom": "5.0.0",
"react-scripts": "2.1.5", "react-scripts": "2.1.8",
"react-table": "6.9.2", "react-table": "6.9.2",
"semantic-ui-css": "2.4.1", "semantic-ui-css": "2.4.1",
"semantic-ui-react": "0.85.0", "semantic-ui-react": "0.86.0",
"toastr": "2.1.4" "toastr": "2.1.4"
}, },
"scripts": { "scripts": {

Loading…
Cancel
Save