Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Jan 9, 2025
1 parent dd4d103 commit fb8230c
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 49 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
},
"devDependencies": {
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"bufferutil",
"core-js-pure",
"utf-8-validate"
]
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup": "^4.30.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.3",
"browserslist": "^4.24.4",
"bufferutil": "^4.0.9",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-webpack-plugin": "^12.0.2",
Expand All @@ -60,7 +60,7 @@
"svgc-loader": "^0.3.3",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.11",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"utf-8-validate": "^6.0.5",
"webpack": "^5.97.1",
"webpack-dev-service": "^0.14.8"
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb8230c

Please sign in to comment.