mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-11-22 00:15:41 +01:00
Improve update table script
This commit is contained in:
committed by
Andreas Gebhardt
parent
0c24343c82
commit
d22672dffa
15
package.json
15
package.json
@@ -24,21 +24,22 @@
|
||||
"dependencies": {
|
||||
"camelcase": "^5.0.0",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"critical": "^1.1.1",
|
||||
"dayjs": "^1.5.24",
|
||||
"critical": "^1.3.2",
|
||||
"dayjs": "^1.6.4",
|
||||
"draftlog": "^1.0.12",
|
||||
"node-fetch": "^2.1.2",
|
||||
"parcel-bundler": "^1.6.2",
|
||||
"parcel-bundler": "^1.8.1",
|
||||
"rimraf": "^2.6.2",
|
||||
"showdown": "^1.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.2",
|
||||
"eslint": "^4.19.0",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-airbnb-base": "^12.1.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-import": "^2.9.0",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-prettier": "^2.6.0",
|
||||
"prettier": "^1.11.1"
|
||||
"prettier": "^1.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user