Skip to content

Commit

Permalink
bump deps packages
Browse files Browse the repository at this point in the history
  • Loading branch information
maybemaby committed May 28, 2023
1 parent e57a5ab commit 652b41c
Show file tree
Hide file tree
Showing 5 changed files with 1,159 additions and 1,076 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "^8.35.0",
"eslint": "^8.41.0",
"eslint-config-turbo": "latest"
},
"devDependencies": {
"typescript": "^4.7.4"
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "^8.35.0",
"eslint": "^8.41.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "7.32.2",
"eslint-config-turbo": "latest"
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.32.2"
},
"devDependencies": {
"typescript": "^4.7.4"
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"author": "maybemaby",
"license": "ISC",
"devDependencies": {
"typescript": "^4.9.4",
"typescript": "^5.0.4",
"tsconfig": "workspace:*"
},
"dependencies": {
"zod": "^3.20.2"
"zod": "^3.21.4"
}
}
33 changes: 18 additions & 15 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,29 @@
"test:w": "jest --watch"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"eslint": "^8.35.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-react": "^7.32.1",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"react": "^18.2.0",
"tsconfig": "workspace:*",
"typescript": "^4.5.2",
"ts-jest": "^29.0.3",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"@testing-library/dom": "^9.0.1",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.5"
"@types/jest": "^29.5.1",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react": "^18.2.0",
"ts-jest": "^29.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react-dom": "18.2.0"
},
"dependencies": {
"react-dom": "18.2.0"
}
}
Loading

0 comments on commit 652b41c

Please sign in to comment.