Fix badge (#172)

* Fix badge

* Upgrade deps
This commit is contained in:
Sung Won Cho 2019-05-10 09:41:11 +10:00 committed by GitHub
commit 59f4d888bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1579 additions and 1618 deletions

View file

@ -42,4 +42,4 @@ Instructions are coming soon.
- [Dnote](https://dnote.io)
- [Dnote Pro](https://dnote.io/pricing)
[![Build Status](https://semaphoreci.com/api/v1/dnote/dnote/branches/master/badge.svg)](https://semaphoreci.com/dnote/dnote)
[![Build Status](https://semaphoreci.com/api/v1/dnote/dnote-2/branches/master/badge.svg)](https://semaphoreci.com/dnote/dnote-2)

3105
web/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,13 +10,13 @@
"author": "Sung Won Cho <sung@monomax.sh> (https://dnote.io)",
"license": "AGPL",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.4.4",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"@babel/register": "^7.4.4",
"@hot-loader/react-dom": "^16.8.6",
"autoprefixer": "^9.5.0",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
@ -25,38 +25,38 @@
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"file-loader": "^3.0.1",
"karma": "^4.0.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^3.0.5",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.0.0",
"node-sass": "^4.11.0",
"mocha": "^6.1.4",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.16.4",
"prettier": "^1.17.0",
"sass-loader": "^7.0.1",
"source-map-support": "^0.5.11",
"source-map-support": "^0.5.12",
"style-loader": "^0.23.0",
"url-loader": "^1.0.1",
"webpack-cli": "^3.3.0",
"webpack-cli": "^3.3.2",
"webpack-dev-middleware": "^3.6.2",
"webpack-dev-server": "^3.2.1",
"webpack-hot-middleware": "^2.21.0",
"webpack-dev-server": "^3.3.1",
"webpack-hot-middleware": "^2.24.4",
"webpack-manifest-plugin": "^2.0.2"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"classnames": "^2.2.5",
"core-js": "^3.0.0",
"core-js": "^3.0.1",
"d3": "^5.9.2",
"highlight.js": "^9.15.6",
"hoist-non-react-statics": "^3.3.0",
@ -80,6 +80,6 @@
"redux-thunk": "^2.1.0",
"regenerator-runtime": "^0.13.2",
"tippy.js": "^2.5.3",
"webpack": "^4.29.6"
"webpack": "^4.31.0"
}
}