Skip to content

Commit

Permalink
⬆️ bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Jul 6, 2024
1 parent 876448a commit e55fe1f
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 250 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"devDependencies": {
"@sucrase/jest-plugin": "3.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/node": "20.14.10",
"jest": "29.7.0",
"prettier": "2.8.8",
"sucrase": "3.35.0",
"typescript": "5.3.3"
"typescript": "5.5.3"
},
"workspaces": [
"packages/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"devDependencies": {
"dotenv": "16.4.5",
"@types/dat.gui": "0.7.12",
"@types/dat.gui": "0.7.13",
"dat.gui": "0.7.9",
"html-webpack-plugin": "5.5.3",
"html-webpack-plugin": "5.6.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"webpack": "5.88.2",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.2"
"webpack-dev-server": "5.0.4"
},
"scripts": {
"build": "webpack",
Expand Down
4 changes: 2 additions & 2 deletions packages/gif-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"canvas": "2.11.2",
"gif-encoder-2": "1.0.5",
"gifsicle": "5.3.0",
"tmp": "0.2.1"
"tmp": "0.2.3"
},
"devDependencies": {
"@types/gifsicle": "5.2.0",
"@types/gifsicle": "5.2.2",
"@types/tmp": "0.2.6",
"@vercel/ncc": "0.38.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/github-user-contribution-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"dependencies": {
"@snk/github-user-contribution": "1.0.0",
"@vercel/node": "3.0.6"
"@vercel/node": "3.2.1"
}
}
Loading

0 comments on commit e55fe1f

Please sign in to comment.