mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Bump dependencies (#248)
This commit is contained in:
parent
7e81c2cde6
commit
7439df0e29
2 changed files with 2915 additions and 2236 deletions
4853
web/package-lock.json
generated
4853
web/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -10,74 +10,74 @@
|
|||
"author": "Sung Won Cho <sung@monomax.sh> (https://dnote.io)",
|
||||
"license": "AGPL",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/plugin-transform-react-constant-elements": "^7.5.0",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/register": "^7.4.4",
|
||||
"@babel/register": "^7.5.5",
|
||||
"@hot-loader/react-dom": "^16.8.6",
|
||||
"autoprefixer": "^9.5.1",
|
||||
"babel-eslint": "^10.0.0",
|
||||
"autoprefixer": "^9.6.1",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
||||
"chai": "^4.2.0",
|
||||
"css-loader": "^2.1.1",
|
||||
"cssnano": "^4.1.10",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-airbnb": "^17.0.0",
|
||||
"eslint-config-airbnb": "^17.1.1",
|
||||
"eslint-config-prettier": "^4.3.0",
|
||||
"eslint-plugin-import": "^2.17.3",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"eslint-plugin-react-hooks": "^1.6.0",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react-hooks": "^1.7.0",
|
||||
"file-loader": "^3.0.1",
|
||||
"karma": "^4.1.0",
|
||||
"karma": "^4.2.0",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-firefox-launcher": "^1.1.0",
|
||||
"karma-firefox-launcher": "^1.2.0",
|
||||
"karma-mocha": "^1.3.0",
|
||||
"karma-mocha-reporter": "^2.2.5",
|
||||
"karma-webpack": "^3.0.5",
|
||||
"mini-css-extract-plugin": "^0.6.0",
|
||||
"mocha": "^6.1.4",
|
||||
"mocha": "^6.2.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "^1.17.1",
|
||||
"sass-loader": "^7.0.1",
|
||||
"source-map-support": "^0.5.12",
|
||||
"prettier": "^1.18.2",
|
||||
"sass-loader": "^7.2.0",
|
||||
"source-map-support": "^0.5.13",
|
||||
"style-loader": "^0.23.0",
|
||||
"url-loader": "^1.0.1",
|
||||
"webpack-cli": "^3.3.2",
|
||||
"webpack-cli": "^3.3.6",
|
||||
"webpack-dev-middleware": "^3.7.0",
|
||||
"webpack-dev-server": "^3.4.1",
|
||||
"webpack-dev-server": "^3.8.0",
|
||||
"webpack-hot-middleware": "^2.25.0",
|
||||
"webpack-manifest-plugin": "^2.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
||||
"classnames": "^2.2.5",
|
||||
"core-js": "^3.1.2",
|
||||
"highlight.js": "^9.15.6",
|
||||
"core-js": "^3.2.1",
|
||||
"highlight.js": "^9.15.9",
|
||||
"hoist-non-react-statics": "^3.3.0",
|
||||
"js-cookie": "^2.2.0",
|
||||
"lodash": "^4.17.4",
|
||||
"js-cookie": "^2.2.1",
|
||||
"lodash": "^4.17.15",
|
||||
"markdown-it": "^8.4.1",
|
||||
"moment": "^2.24.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"qs": "^6.7.0",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react": "^16.9.0",
|
||||
"react-dom": "^16.9.0",
|
||||
"react-helmet": "^5.2.1",
|
||||
"react-hot-loader": "^4.8.8",
|
||||
"react-redux": "^7.0.0",
|
||||
"react-router": "^5.0.0",
|
||||
"react-router-config": "^5.0.0",
|
||||
"react-router-dom": "^5.0.0",
|
||||
"react-hot-loader": "^4.12.11",
|
||||
"react-redux": "^7.1.0",
|
||||
"react-router": "^5.0.1",
|
||||
"react-router-config": "^5.0.1",
|
||||
"react-router-dom": "^5.0.1",
|
||||
"react-stripe-elements": "^3.0.0",
|
||||
"react-tooltip": "^3.10.0",
|
||||
"redux": "^4.0.0",
|
||||
"redux": "^4.0.4",
|
||||
"redux-thunk": "^2.1.0",
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
"webpack": "^4.32.2"
|
||||
"regenerator-runtime": "^0.13.3",
|
||||
"webpack": "^4.39.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue