Package dependencies are unpinned

main
Aaron Jensen 2021-08-10 11:11:34 -04:00
parent d503844d2b
commit 1827906270
No known key found for this signature in database
GPG Key ID: C7481C94F4CA86A7
2 changed files with 700 additions and 1447 deletions

View File

@ -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": "*"
}
}

2091
yarn.lock

File diff suppressed because it is too large Load Diff