Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Dec 17, 2024
1 parent f50ea14 commit 040e8ef
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.3.3-sdk",
"version": "3.4.2-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.6.3-sdk",
"version": "5.7.2-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"pino-pretty": "^7.6.1"
},
"devDependencies": {
"@swc/core": "^1.8.0",
"@types/node": "^22.9.0",
"@swc/core": "^1.10.1",
"@types/node": "^22.10.2",
"@types/pino": "6.3.12",
"@yarnpkg/sdks": "^3.2.0",
"browserslist": "^4.24.2",
"browserslist": "^4.24.3",
"core-js": "^3.39.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"pkg": "^5.8.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"terser-webpack-plugin": "^5.3.11",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 040e8ef

Please sign in to comment.