Package dependencies are unpinned
This commit is contained in:
parent
d503844d2b
commit
1827906270
56
package.json
56
package.json
@ -36,35 +36,35 @@
|
||||
"test": "mocha --recursive --require \"@babel/register\" test"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.2.0"
|
||||
"lodash": ">=4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@babel/register": "^7.7.0",
|
||||
"@types/chai": "^4.1.7",
|
||||
"@types/lodash": "^4.14.119",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "^16.4.13",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
||||
"@typescript-eslint/parser": "^4.29.1",
|
||||
"benchmark": "^2.1.4",
|
||||
"chai": "^4.2.0",
|
||||
"chalk": "^4.0.0",
|
||||
"dtslint": "^4.0.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.2.0",
|
||||
"eslint-plugin-expect-type": "^0.0.5",
|
||||
"eslint-plugin-import": "^2.24.0",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
"husky": "^7.0.0",
|
||||
"lint-staged": "^11.1.2",
|
||||
"microbundle": "^0.13.0",
|
||||
"mocha": "^9.0.0",
|
||||
"prettier": "^2.0.2",
|
||||
"table": "^6.2.0",
|
||||
"typescript": "^4.3.5"
|
||||
"@babel/core": "*",
|
||||
"@babel/plugin-proposal-object-rest-spread": "*",
|
||||
"@babel/preset-env": "*",
|
||||
"@babel/preset-typescript": "*",
|
||||
"@babel/register": "*",
|
||||
"@types/chai": "*",
|
||||
"@types/lodash": "*",
|
||||
"@types/mocha": "*",
|
||||
"@types/node": "*",
|
||||
"@typescript-eslint/eslint-plugin": "*",
|
||||
"@typescript-eslint/parser": "*",
|
||||
"benchmark": "*",
|
||||
"chai": "*",
|
||||
"chalk": "*",
|
||||
"dtslint": "*",
|
||||
"eslint": "*",
|
||||
"eslint-config-prettier": "*",
|
||||
"eslint-plugin-expect-type": "*",
|
||||
"eslint-plugin-import": "*",
|
||||
"eslint-plugin-prettier": "*",
|
||||
"husky": "*",
|
||||
"lint-staged": "*",
|
||||
"microbundle": "*",
|
||||
"mocha": "*",
|
||||
"prettier": "*",
|
||||
"table": "*",
|
||||
"typescript": "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user