Skip to content

Commit

Permalink
temp replacing catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
anicioalexandre committed Jan 6, 2025
1 parent c014853 commit da9a073
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 126 deletions.
44 changes: 22 additions & 22 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@hookform/resolvers": "catalog:",
"@tanstack/react-query": "catalog:",
"jotai": "catalog:",
"js-cookie": "catalog:",
"react-hook-form": "catalog:",
"zod": "catalog:"
"@hookform/resolvers": "3.6.0",
"@tanstack/react-query": "5.45.1",
"jotai": "2.9.3",
"js-cookie": "3.0.5",
"react-hook-form": "7.51.5",
"zod": "3.23.8"
},
"peerDependencies": {
"@baseapp-frontend/utils": "workspace:*",
"react": "catalog:react18"
"react": "18.3.1"
},
"devDependencies": {
"@baseapp-frontend/config": "workspace:*",
"@baseapp-frontend/eslint-plugin": "workspace:*",
"@baseapp-frontend/test": "workspace:*",
"@baseapp-frontend/tsconfig": "workspace:*",
"@faker-js/faker": "catalog:test",
"@testing-library/jest-dom": "catalog:test",
"@testing-library/react": "catalog:test",
"@testing-library/user-event": "catalog:test",
"@types/jest": "catalog:test",
"@types/js-cookie": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"babel-jest": "catalog:test",
"jest": "catalog:test",
"jest-environment-jsdom": "catalog:test",
"ts-jest": "catalog:test",
"ts-node": "catalog:test",
"typescript": "catalog:"
"@faker-js/faker": "^9.0.3",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/js-cookie": "3.0.6",
"@types/node": "22.7.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"license": "MIT",
"repository": {
Expand Down
50 changes: 25 additions & 25 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,45 +14,45 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"axios": "catalog:",
"axios": "1.7.2",
"events": "^3.3.0",
"expo-secure-store": "catalog:react-native-core",
"expo-secure-store": "~14.0.0",
"humps": "^2.0.1",
"js-cookie": "catalog:",
"js-cookie": "3.0.5",
"jwt-decode": "^4.0.0",
"lodash": "catalog:",
"luxon": "catalog:",
"next": "catalog:",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.3.0-canary.24",
"qs": "^6.12.1",
"react-hook-form": "catalog:",
"react-hook-form": "7.51.5",
"server-only": "^0.0.1",
"zustand": "catalog:"
"zustand": "4.5.2"
},
"peerDependencies": {
"react": "catalog:react18"
"react": "18.3.1"
},
"devDependencies": {
"@baseapp-frontend/config": "workspace:*",
"@baseapp-frontend/test": "workspace:*",
"@baseapp-frontend/tsconfig": "workspace:*",
"@testing-library/jest-dom": "catalog:test",
"@testing-library/react": "catalog:test",
"@testing-library/user-event": "catalog:test",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/humps": "^2.0.6",
"@types/jest": "catalog:test",
"@types/js-cookie": "catalog:",
"@types/lodash": "catalog:",
"@types/luxon": "catalog:",
"@types/node": "catalog:",
"@types/jest": "29.5.12",
"@types/js-cookie": "3.0.6",
"@types/lodash": "4.17.7",
"@types/luxon": "3.4.2",
"@types/node": "22.7.2",
"@types/qs": "^6.9.7",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"babel-jest": "catalog:test",
"jest": "catalog:test",
"jest-environment-jsdom": "catalog:test",
"ts-jest": "catalog:test",
"ts-node": "catalog:test",
"typescript": "catalog:"
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit da9a073

Please sign in to comment.