{"id":24176554,"url":"https://github.com/workshq/ensure-resolutions","last_synced_at":"2026-05-10T05:52:08.216Z","repository":{"id":57225665,"uuid":"244451506","full_name":"workshq/ensure-resolutions","owner":"workshq","description":"Updates package.json resolutions used by yarn","archived":false,"fork":false,"pushed_at":"2022-06-26T07:36:50.000Z","size":36,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-19T02:43:31.810Z","etag":null,"topics":["dependencies","nodejs","resolutions","yarn"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workshq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-02T19:01:54.000Z","updated_at":"2020-05-19T13:57:35.000Z","dependencies_parsed_at":"2022-08-24T11:00:23.713Z","dependency_job_id":null,"html_url":"https://github.com/workshq/ensure-resolutions","commit_stats":null,"previous_names":["zelzen/ensure-resolutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/workshq/ensure-resolutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workshq%2Fensure-resolutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workshq%2Fensure-resolutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workshq%2Fensure-resolutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workshq%2Fensure-resolutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workshq","download_url":"https://codeload.github.com/workshq/ensure-resolutions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workshq%2Fensure-resolutions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32619717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dependencies","nodejs","resolutions","yarn"],"created_at":"2025-01-13T03:16:26.812Z","updated_at":"2026-05-04T18:33:40.671Z","avatar_url":"https://github.com/workshq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ensure-resolutions  \n\nSyncs yarn's `resolutions` versions with `dependencies` and `devDependencies`.   \nUseful for keeping yarn's resolutions up to date without using `yarn upgrade`.\n\n```\n// package.json\n{\n  \"dependencies\": {\n    \"react\": \"^16.8.2\"\n  },\n  \"resolutions\": {\n    \"react\": \"16.2.0\" // Will update React to dependencies version \"16.8.2\"\n  }\n}\n```\n\n## Installation  \n\nSpeeds up subsequent runs with npx\n\n_using yarn_\n```\nyarn add -D ensure-resolutions  \n```\n\n_using npm_\n```\nnpm i --dev ensure-resolutions  \n```\n\n## Usage\n\n**package.json**\n```json\n{\n  \"name\": \"my-package\",\n  \"version\": \"1.0.0\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"preinstall\": \"npx ensure-resolutions\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkshq%2Fensure-resolutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkshq%2Fensure-resolutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkshq%2Fensure-resolutions/lists"}