Restore version ranges for `@hypothesis` packages in `package.json`
We've been hand-managing the versions of the `frontend-shared` and `frontend-build` packages in such a way that they are effectively "pinned" to a single version. Restore version ranges such that automated tools like dependabot are able to do their jobs and we don't end up with unintentionally stale dependencies.
Showing
... | ... | @@ -11,8 +11,8 @@ |
"@babel/preset-env": "^7.1.6", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@hypothesis/frontend-build": "1.2.0", | ||
"@hypothesis/frontend-shared": "5.6.0", | ||
"@hypothesis/frontend-build": "^1.2.0", | ||
"@hypothesis/frontend-shared": "^5.6.0", | ||
"@npmcli/arborist": "^6.1.1", | ||
"@octokit/rest": "^19.0.3", | ||
"@rollup/plugin-babel": "^6.0.0", | ||
... | ... |
Please register or sign in to comment