Skip to content

Commit

Permalink
Merge pull request #313 from wayofdev/feat/update-to-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Jul 31, 2023
2 parents b3c32cc + dfdc246 commit 159094e
Show file tree
Hide file tree
Showing 8 changed files with 428 additions and 429 deletions.
14 changes: 14 additions & 0 deletions .changeset/cool-poems-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@wayofdev/browserslist-config': patch
'@wayofdev/eslint-config-bases': patch
'@wayofdev/markdownlint-config': patch
'@wayofdev/lint-staged-config': patch
'@wayofdev/commitlint-config': patch
'@wayofdev/secretlint-config': patch
'@wayofdev/stylelint-config': patch
'@wayofdev/htmlhint-config': patch
'@wayofdev/tsconfig-config': patch
'@wayofdev/postcss-config': patch
---

feat: update deps
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint:fix": "eslint --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --fix --cache --cache-location ../../.cache/eslint/browserslist-config.eslintcache"
},
"dependencies": {
"browserslist": "^4.21.9"
"browserslist": "^4.21.10"
},
"devDependencies": {
"rimraf": "^5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@commitlint/config-conventional": "17.6.7"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/node": "^20.4.5",
"es-check": "^7.1.1",
"rimraf": "^5.0.1"
},
Expand Down
30 changes: 15 additions & 15 deletions packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,46 +106,46 @@
"lint:types": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.19.0",
"@html-eslint/parser": "^0.19.0",
"@html-eslint/eslint-plugin": "^0.19.1",
"@html-eslint/parser": "^0.19.1",
"@rushstack/eslint-patch": "^1.3.2",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@testing-library/jest-dom": "^5.16.5",
"@tanstack/eslint-plugin-query": "^4.29.25",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-config-prettier": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mdx": "^2.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"prettier": "^3.0.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@types/node": "^20.4.5",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"es-check": "^7.1.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"graphql": "^16.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@types/node": "^20.4.5",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"es-check": "^7.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"postcss-100vh-fix": "^1.0.2",
"postcss-cli": "^10.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.0.0",
"postcss-preset-env": "^9.1.0",
"postcss-reporter": "^7.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
"stylelint": "^15.10.1",
"stylelint": "^15.10.2",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
Expand All @@ -46,7 +46,7 @@
"stylelint-order": "^6.0.3"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/node": "^20.4.5",
"es-check": "^7.1.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 159094e

Please sign in to comment.