Skip to content

Commit 6f3095e

Browse files
committed
Update dependencies.
1 parent c7134e1 commit 6f3095e

File tree

7 files changed

+670
-425
lines changed

7 files changed

+670
-425
lines changed

apps/debug/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^18.16.18",
20+
"@types/node": "^18.16.19",
2121
"@types/react": "^18.2.14",
2222
"@types/react-dom": "^18.2.6",
2323
"autoprefixer": "^10.4.14",
2424
"eslint-config-custom": "workspace:*",
25-
"postcss": "^8.4.24",
25+
"postcss": "^8.4.25",
2626
"tailwindcss": "3.2.7",
2727
"tsconfig": "workspace:*",
28-
"typescript": "^5.1.3"
28+
"typescript": "^5.1.6"
2929
}
3030
}

apps/plugin/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"@types/node": "^17.0.45",
2121
"@types/react": "^18.2.14",
2222
"@types/react-dom": "^18.2.6",
23-
"@typescript-eslint/eslint-plugin": "^5.60.0",
24-
"@typescript-eslint/parser": "^5.60.0",
25-
"@vitejs/plugin-react": "^4.0.1",
23+
"@typescript-eslint/eslint-plugin": "^5.61.0",
24+
"@typescript-eslint/parser": "^5.61.0",
25+
"@vitejs/plugin-react": "^4.0.2",
2626
"@vitejs/plugin-react-swc": "^3.3.2",
2727
"autoprefixer": "^10.4.14",
2828
"concurrently": "^8.2.0",
2929
"esbuild": "^0.17.19",
3030
"eslint-config-custom": "workspace:*",
3131
"eslint-plugin-react-hooks": "^4.6.0",
32-
"eslint-plugin-react-refresh": "^0.4.1",
33-
"postcss": "^8.4.24",
32+
"eslint-plugin-react-refresh": "^0.4.3",
33+
"postcss": "^8.4.25",
3434
"tailwindcss": "3.3.2",
3535
"tsconfig": "workspace:*",
36-
"typescript": "^5.1.3",
37-
"vite": "^4.3.9",
36+
"typescript": "^5.1.6",
37+
"vite": "^4.4.2",
3838
"vite-plugin-singlefile": "^0.13.5"
3939
}
4040
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"format": "prettier --write \"**/*.{ts,tsx,md}\""
99
},
1010
"devDependencies": {
11-
"eslint": "^8.43.0",
11+
"eslint": "^8.44.0",
1212
"eslint-config-custom": "workspace:*",
1313
"prettier": "^2.8.8",
14-
"turbo": "^1.10.6"
14+
"turbo": "^1.10.7"
1515
},
1616
"packageManager": "[email protected]"
1717
}

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"devDependencies": {
2222
"@types/react": "^18.2.14",
2323
"@types/react-dom": "^18.2.6",
24-
"eslint": "^8.43.0",
24+
"eslint": "^8.44.0",
2525
"eslint-config-custom": "workspace:*",
2626
"tsconfig": "workspace:*",
2727
"tsup": "^6.7.0",
28-
"typescript": "^5.1.3"
28+
"typescript": "^5.1.6"
2929
}
3030
}

packages/plugin-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@types/react": "^18.2.14",
2121
"@types/react-dom": "^18.2.6",
2222
"@types/react-syntax-highlighter": "15.5.6",
23-
"eslint": "^8.43.0",
23+
"eslint": "^8.44.0",
2424
"eslint-config-custom": "workspace:*",
2525
"tsconfig": "workspace:*",
26-
"typescript": "^5.1.3"
26+
"typescript": "^5.1.6"
2727
}
2828
}

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"devDependencies": {
1111
"@types/react": "^18.2.14",
1212
"@types/react-dom": "^18.2.6",
13-
"eslint": "^8.43.0",
13+
"eslint": "^8.44.0",
1414
"eslint-config-custom": "workspace:*",
1515
"react": "^18.2.0",
1616
"tsconfig": "workspace:*",
17-
"typescript": "^5.1.3"
17+
"typescript": "^5.1.6"
1818
}
1919
}

0 commit comments

Comments
 (0)