Skip to content

Commit

Permalink
deps: updating npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jan 31, 2023
1 parent 1611944 commit 7f4476c
Show file tree
Hide file tree
Showing 8 changed files with 398 additions and 272 deletions.
2 changes: 1 addition & 1 deletion .ncurc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# @link https://github.com/raineorshine/npm-check-updates

# Add here exclusions on packages if any
reject: []
reject: ['@storybook/*']
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@wayofdev/browserslist-config": "^1.1.0",
"@wayofdev/eslint-config-custom": "workspace:*",
"es-check": "^7.1.0",
"eslint": "^8.32.0",
"typescript": "^4.9.4",
"eslint": "^8.33.0",
"typescript": "^4.9.5",
"sharp": "^0.31.3"
}
}
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-hook-form": "^7.43.0",
"react-i18next": "^12.1.4",
"type-fest": "^3.5.3",
"type-fest": "^3.5.4",
"zod": "^3.20.2"
},
"devDependencies": {
Expand Down Expand Up @@ -66,11 +66,11 @@
"@wayofdev/common-i18n": "workspace:*",
"@wayofdev/eslint-config-custom": "workspace:*",
"autoprefixer": "^10.4.13",
"browserslist": "^4.21.4",
"browserslist": "^4.21.5",
"css-loader": "6.7.3",
"cssnano": "^5.1.14",
"es-check": "^7.1.0",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"get-tsconfig": "^4.3.0",
"jest": "^29.4.1",
Expand All @@ -93,6 +93,6 @@
"tailwindcss": "^3.2.4",
"ts-jest": "29.0.5",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@wayofdev/secretlint-config": "^1.1.0",
"@wayofdev/stylelint-config": "^1.1.0",
"@wayofdev/tsconfig-config": "^1.3.0",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"htmlhint": "^1.1.4",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
Expand All @@ -94,12 +94,12 @@
"prettier": "^2.8.3",
"rimraf": "^4.1.2",
"secretlint": "^6.0.2",
"shell-quote": "^1.7.4",
"sort-package-json": "^2.2.0",
"shell-quote": "^1.8.0",
"sort-package-json": "^2.3.0",
"stylelint": "^14.16.1",
"stylelint-a11y": "^1.2.3",
"turbo": "^1.7.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@wayofdev/eslint-config-custom": "workspace:^",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"prettier": "^2.8.3",
"rimraf": "^4.1.2",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@rushstack/eslint-patch": "^1.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.12.0",
"eslint-plugin-security": "^1.7.0",
Expand All @@ -91,11 +91,11 @@
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.1.2",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"peerDependencies": {
"eslint": "^8.31.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@wayofdev/eslint-config-custom": "workspace:*",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.1.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"peerDependencies": {
"@types/react": "^18.0.26",
Expand Down
Loading

2 comments on commit 7f4476c

@vercel
Copy link

@vercel vercel bot commented on 7f4476c Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 7f4476c Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.