Skip to content

Commit

Permalink
chore(dependencies): delete expo dependencies from root package.json
Browse files Browse the repository at this point in the history
delete expo
  • Loading branch information
aliberski committed Dec 18, 2024
1 parent 9682522 commit 4ff91a6
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 2,244 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"import/no-default-export": 0,
"@typescript-eslint/no-shadow": 0,
"global-require": 0,
"@typescript-eslint/no-var-requires": 0
"@typescript-eslint/no-var-requires": 0,
"import/no-extraneous-dependencies": "off"
}
}
]
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"scripts": {
"build": "babel src/ -d lib/",
"test": "yarn test:package ; yarn test:example ; yarn test:plugin",
"test": "yarn test:package ; yarn test:example",
"test:package": "jest --config jest.config.js --passWithNoTests",
"test:example": "jest --config example/jest.config.js",
"docs": "documentation build src/index.js -o docs --config documentation.yml -f html",
Expand Down Expand Up @@ -124,10 +124,6 @@
"resolutions": {
"@types/react": "^18.2.44"
},
"dependencies": {
"@expo/config-plugins": "^7.2.5 || ^8.0.0",
"expo": "^51.0.14"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
Expand Down
Loading

0 comments on commit 4ff91a6

Please sign in to comment.