chore: should not lock deps version (#293)

This commit is contained in:
bluelovers 2021-12-15 03:40:29 +08:00 committed by GitHub
parent 21f67e9540
commit 1008a43abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,12 @@
"lint": "tslint -c ./tslint.json src/*.ts ./*.js"
},
"dependencies": {
"@rollup/pluginutils": "^4.1.0",
"@yarn-tool/resolve-package": "^1.0.36",
"find-cache-dir": "^3.3.1",
"fs-extra": "8.1.0",
"resolve": "1.20.0",
"tslib": "2.3.1"
"@rollup/pluginutils": "^4.1.2",
"@yarn-tool/resolve-package": "^1.0.40",
"find-cache-dir": "^3.3.2",
"fs-extra": "^10.0.0",
"resolve": "^1.20.0",
"tslib": "^2.3.1"
},
"peerDependencies": {
"rollup": ">=1.26.3",
@ -62,7 +62,7 @@
"rollup-plugin-typescript2": "0.31.1",
"semver": "7.3.5",
"tslint": "6.1.3",
"typescript": "4.2.4"
"typescript": "^4.5.4"
},
"repository": {
"type": "git",