mirror of
https://github.com/zhigang1992/mobx-utils.git
synced 2026-04-28 20:25:00 +08:00
Modernized deps, fixed some security warnings (hopefully)
This commit is contained in:
13
package.json
13
package.json
@@ -33,21 +33,20 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/jest": "^22.2.0",
|
||||
"@types/tape": "^4.2.30",
|
||||
"coveralls": "^2.11.4",
|
||||
"documentation": "^4.0.0-beta.18",
|
||||
"faucet": "0.0.1",
|
||||
"documentation": "*",
|
||||
"faucet": "*",
|
||||
"jest": "^22.4.2",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"lodash.clonedeepwith": "^4.5.0",
|
||||
"lodash.intersection": "^4.4.0",
|
||||
"lodash.clonedeep": "*",
|
||||
"lodash.clonedeepwith": "*",
|
||||
"lodash.intersection": "*",
|
||||
"mobx": "^5.5.0",
|
||||
"prettier": "^1.7.2",
|
||||
"rollup": "^0.50.0",
|
||||
"rxjs": "^5.0.2",
|
||||
"shelljs": "^0.8.3",
|
||||
"ts-jest": "^22.4.1",
|
||||
"typescript": "^2.9.0"
|
||||
"typescript": "*"
|
||||
},
|
||||
"dependencies": {},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
"**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"../node_modules"
|
||||
"/node_modules"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user