Skip to content

Commit e784c5a

Browse files
committed
Update dependencies
1 parent 741883f commit e784c5a

File tree

5 files changed

+788
-1013
lines changed

5 files changed

+788
-1013
lines changed

apps/debug/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"dependencies": {
1313
"backend": "workspace:*",
14-
"next": "^14.2.5",
14+
"next": "^14.2.20",
1515
"plugin-ui": "workspace:*",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^20.14.11",
21-
"@types/react": "^18.3.3",
22-
"@types/react-dom": "^18.3.0",
23-
"autoprefixer": "^10.4.19",
20+
"@types/node": "^20.17.10",
21+
"@types/react": "^18.3.17",
22+
"@types/react-dom": "^18.3.5",
23+
"autoprefixer": "^10.4.20",
2424
"eslint-config-custom": "workspace:*",
25-
"postcss": "^8.4.39",
25+
"postcss": "^8.4.49",
2626
"tailwindcss": "3.4.6",
2727
"tsconfig": "workspace:*",
28-
"typescript": "^5.5.4"
28+
"typescript": "^5.7.2"
2929
}
3030
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"format": "prettier --write \"**/*.{ts,tsx,css,md}\""
1111
},
1212
"devDependencies": {
13-
"eslint": "^9.7.0",
13+
"eslint": "^9.17.0",
1414
"eslint-config-custom": "workspace:*",
15-
"prettier": "^3.3.3",
16-
"turbo": "^2.0.9"
15+
"prettier": "^3.4.2",
16+
"turbo": "^2.3.3"
1717
}
1818
}

packages/eslint-config-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"eslint-config-next": "^14.2.5",
7+
"eslint-config-next": "^14.2.20",
88
"eslint-config-prettier": "^9.1.0",
9-
"eslint-config-turbo": "^2.0.9",
9+
"eslint-config-turbo": "^2.3.3",
1010
"eslint-plugin-react": "7.35.0"
1111
},
1212
"publishConfig": {

packages/plugin-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"dependencies": {
1313
"copy-to-clipboard": "^3.3.3",
1414
"react": "^18.3.1",
15-
"react-syntax-highlighter": "^15.5.0",
15+
"react-syntax-highlighter": "^15.6.1",
1616
"tailwindcss": "3.4.6"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.3",
20-
"@types/react-dom": "^18.3.0",
19+
"@types/react": "^18.3.17",
20+
"@types/react-dom": "^18.3.5",
2121
"@types/react-syntax-highlighter": "15.5.13",
22-
"eslint": "^9.7.0",
22+
"eslint": "^9.17.0",
2323
"eslint-config-custom": "workspace:*",
2424
"tsconfig": "workspace:*",
25-
"typescript": "^5.5.4"
25+
"typescript": "^5.7.2"
2626
}
2727
}

0 commit comments

Comments
 (0)