diff --git a/package-lock.json b/package-lock.json index 393bd1c8..4e2c32c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@zerogachis/smartway-react-native-ui", "version": "0.6.1", "dependencies": { - "@zerogachis/smartway-design-token": "0.2.0" + "@zerogachis/smartway-design-token": "0.3.0" }, "devDependencies": { "@testing-library/react-native": "^12.4.3", @@ -4587,9 +4587,10 @@ "dev": true }, "node_modules/@zerogachis/smartway-design-token": { - "version": "0.2.0", - "resolved": "https://npm.pkg.github.com/download/@zerogachis/smartway-design-token/0.2.0/8f4cf44f7c25a113432e6c965a9b55e1a3f16fdf", - "integrity": "sha512-csz6CwqTJr8Th8O1gB89jSx03G+LENbnMsR9lB1NviZBy/CoBZwGClIL4FRLPBBYj7xWSmxAt1ptV+I6Ih9eWg==" + "version": "0.3.0", + "resolved": "https://npm.pkg.github.com/download/@zerogachis/smartway-design-token/0.3.0/351a17bfa13c929c882adc65d20bb8008a6e0dcf", + "integrity": "sha512-PQGia1pxJl1jgMT5L1aWgEtsHJCZp29vfnoeDarMTl99KXN9g3excAPgwViAg6ar3BnAbYEdkLBe+sTqEpe7UA==", + "license": "ISC" }, "node_modules/abort-controller": { "version": "3.0.0", @@ -18401,9 +18402,9 @@ "dev": true }, "@zerogachis/smartway-design-token": { - "version": "0.2.0", - "resolved": "https://npm.pkg.github.com/download/@zerogachis/smartway-design-token/0.2.0/8f4cf44f7c25a113432e6c965a9b55e1a3f16fdf", - "integrity": "sha512-csz6CwqTJr8Th8O1gB89jSx03G+LENbnMsR9lB1NviZBy/CoBZwGClIL4FRLPBBYj7xWSmxAt1ptV+I6Ih9eWg==" + "version": "0.3.0", + "resolved": "https://npm.pkg.github.com/download/@zerogachis/smartway-design-token/0.3.0/351a17bfa13c929c882adc65d20bb8008a6e0dcf", + "integrity": "sha512-PQGia1pxJl1jgMT5L1aWgEtsHJCZp29vfnoeDarMTl99KXN9g3excAPgwViAg6ar3BnAbYEdkLBe+sTqEpe7UA==" }, "abort-controller": { "version": "3.0.0", diff --git a/package.json b/package.json index a23b75ba..660486eb 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@ZeroGachis:registry": "https://npm.pkg.github.com" }, "dependencies": { - "@zerogachis/smartway-design-token": "0.2.0" + "@zerogachis/smartway-design-token": "0.3.0" }, "devDependencies": { "@testing-library/react-native": "^12.4.3",