diff --git a/package-lock.json b/package-lock.json index 2238ccc..e6268aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "strapi-ulid", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "strapi-ulid", - "version": "0.1.0", + "version": "0.1.2", "license": "MIT", "dependencies": { "ulid": "^2.3.0" @@ -33,15 +33,10 @@ }, "engines": { "node": ">=16.20.0 <=18.x.x", - "npm": ">=8.0.0", - "pnpm": ">=8.0.0", - "yarn": ">=1.0.0" + "npm": ">=8.0.0" }, "peerDependencies": { - "@strapi/strapi": "^4.9.2", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "styled-components": "^5.3.6" + "@strapi/strapi": "^4.9.2" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index b4e3ded..b4743cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-ulid", - "version": "0.1.1", + "version": "0.1.2", "description": "This plugin adds support for ULID field type to Strapi as a Custom field.", "keywords": [ "strapi", @@ -38,10 +38,7 @@ "typescript": "5.0.4" }, "peerDependencies": { - "@strapi/strapi": "^4.9.2", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "styled-components": "^5.3.10" + "@strapi/strapi": "^4.9.2" }, "homepage": "https://github.com/soranoo/strapi-ulid", "readme": "https://github.com/soranoo/strapi-ulid#readme",