Skip to content

Commit 5ab8487

Browse files
committed
fix: missing dependencies
1 parent 8313688 commit 5ab8487

File tree

6 files changed

+412
-55
lines changed

6 files changed

+412
-55
lines changed

.changeset/yellow-cooks-beg.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@wayofdev/eslint-config-bases': patch
3+
'@wayofdev/lint-staged-config': patch
4+
'@wayofdev/postcss-config': patch
5+
---
6+
7+
fix: missing dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@changesets/cli": "^2.26.0",
6565
"@commitlint/cli": "^17.4.4",
6666
"@commitlint/config-conventional": "^17.4.4",
67-
"@types/node": "^18.14.0",
67+
"@types/node": "^18.14.1",
6868
"@types/prettier": "^2.7.2",
6969
"@types/shell-quote": "^1.7.1",
7070
"@wayofdev/eslint-config-bases": "workspace:*",
@@ -84,7 +84,7 @@
8484
"secretlint": "^6.2.3",
8585
"shell-quote": "^1.8.0",
8686
"sort-package-json": "^2.4.1",
87-
"turbo": "^1.8.1",
87+
"turbo": "^1.8.2",
8888
"typescript": "^4.9.5"
8989
},
9090
"peerDependencies": {

packages/eslint-config-bases/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"@tanstack/eslint-plugin-query": "4.24.11",
110110
"@testing-library/jest-dom": "^5.16.5",
111111
"@testing-library/react": "^14.0.0",
112-
"@typescript-eslint/eslint-plugin": "^5.52.0",
113-
"@typescript-eslint/parser": "^5.52.0",
112+
"@typescript-eslint/eslint-plugin": "^5.53.0",
113+
"@typescript-eslint/parser": "^5.53.0",
114114
"eslint-config-prettier": "^8.6.0",
115115
"eslint-import-resolver-typescript": "^3.5.3",
116116
"eslint-plugin-import": "^2.27.5",
@@ -126,8 +126,8 @@
126126
"eslint-plugin-regexp": "^1.12.0",
127127
"eslint-plugin-security": "^1.7.1",
128128
"eslint-plugin-sonarjs": "^0.18.0",
129-
"eslint-plugin-storybook": "^0.6.10",
130-
"eslint-plugin-tailwindcss": "^3.8.3",
129+
"eslint-plugin-storybook": "^0.6.11",
130+
"eslint-plugin-tailwindcss": "^3.9.0",
131131
"eslint-plugin-testing-library": "^5.10.2",
132132
"eslint-plugin-unicorn": "^45.0.2",
133133
"prettier": "^2.8.4"
@@ -137,7 +137,7 @@
137137
"@testing-library/jest-dom": "^5.16.5",
138138
"@testing-library/react": "^14.0.0",
139139
"@types/jest": "^29.4.0",
140-
"@types/node": "^18.14.0",
140+
"@types/node": "^18.14.1",
141141
"@types/prettier": "^2.7.2",
142142
"@types/react": "^18.0.28",
143143
"@types/react-dom": "^18.0.11",

packages/lint-staged-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@types/jest": "^29.4.0",
75-
"@types/node": "^18.14.0",
75+
"@types/node": "^18.14.1",
7676
"@types/prettier": "^2.7.2",
7777
"@types/react": "^18.0.28",
7878
"@types/react-dom": "^18.0.11",

packages/postcss-config/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/postcss-config",
3-
"version": "2.0.1",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "A shareable postcss configuration for projects.",
66
"keywords": [
@@ -47,7 +47,8 @@
4747
"postcss-flexbugs-fixes": "^5.0.2",
4848
"postcss-normalize": "^10.0.1",
4949
"postcss-preset-env": "^8.0.1",
50-
"postcss-reporter": "^7.0.5"
50+
"postcss-reporter": "^7.0.5",
51+
"postcss-loader": "^7.0.2"
5152
},
5253
"devDependencies": {
5354
"@types/postcss-reporter": "^7.0.1",

0 commit comments

Comments
 (0)