Skip to content

Commit

Permalink
Move mobile-assets to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Jan 10, 2024
1 parent b02beba commit 999a952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/mobile-assets",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"description": "VA Design System Mobile Assets",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/mobile-component-library",
"version": "0.3.6-alpha.10",
"version": "0.3.6-alpha.11",
"description": "VA Design System Mobile Component Library",
"main": "src/index.tsx",
"scripts": {
Expand Down Expand Up @@ -38,6 +38,7 @@
},
"homepage": "https://department-of-veterans-affairs.github.io/va-mobile-library",
"dependencies": {
"@department-of-veterans-affairs/mobile-assets": "0.1.0",
"@department-of-veterans-affairs/mobile-tokens": "0.3.1",
"@os-team/i18next-react-native-language-detector": "^1.0.28",
"i18next": "^23.4.3",
Expand All @@ -57,7 +58,6 @@
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@department-of-veterans-affairs/mobile-assets": "0.1.0",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
Expand Down

0 comments on commit 999a952

Please sign in to comment.