Skip to content

Commit

Permalink
Update yarn modules
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed May 17, 2024
1 parent f614cc4 commit fe57185
Show file tree
Hide file tree
Showing 6 changed files with 450 additions and 455 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"build-web": "rm -rf ./dist && babel *.js --out-dir ./dist && babel lib --out-dir ./dist/lib && cp -R ./glyphmaps ./dist/glyphmaps"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@testing-library/dom": "^10.0.0",
"@biomejs/biome": "1.7.3",
"@testing-library/dom": "^10.1.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-biome": "^1.5.3",
"eslint-config-biome": "^1.7.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^8.1.2",
"eslint-plugin-react-hooks": "^4.6.2",
"lerna": "^8.1.3",
"typescript": "^5.4.5",
"yo": "^5.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,25 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-native-community/cli-tools": "^13.6.5",
"@react-native-community/cli-tools": "^13.6.6",
"prop-types": "^15.8.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/react": "~18.2.79",
"@types/react": "~18.3.2",
"@types/react-native": "0.73.0",
"css-social-buttons": "^1.1.1",
"del-cli": "^5.1.0",
"jest": "^29.7.0",
"onchange": "^7.1.0",
"oslllo-svg-fixer": "^4.0.1",
"pod-install": "^0.2.1",
"pod-install": "^0.2.2",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-native": "0.73.7",
"react-native-builder-bob": "^0.23.2",
"release-it": "^17.2.0",
"release-it": "^17.2.1",
"svg2ttf": "^6.0.3",
"svgicons2svgfont": "^12.0.0",
"typescript": "^5.4.5"
Expand Down
14 changes: 7 additions & 7 deletions packages/directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"private": true,
"homepage": "https://oblador.github.io/react-native-vector-icons",
"dependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"glob": "^10.3.12",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"glob": "^10.3.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down Expand Up @@ -40,6 +40,6 @@
]
},
"devDependencies": {
"@testing-library/dom": "^10.0.0"
"@testing-library/dom": "^10.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/generator-react-native-vector-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"dependencies": {
"mem-fs": "^4.1.0",
"npm-registry-fetch": "^16.2.1",
"npm-registry-fetch": "^17.0.1",
"oslllo-svg-fixer": "^4.0.1",
"registry-auth-token": "^5.0.2",
"semver": "^7.6.0",
"semver": "^7.6.2",
"yeoman-generator": "^7.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/react": "^18.2.79",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"detox": "^20.20.2",
"detox": "^20.21.0",
"eslint": "^8.57.0",
"get-yarn-workspaces": "^1.0.2",
"jest": "^29.2.1",
Expand Down

0 comments on commit fe57185

Please sign in to comment.