Skip to content

Commit

Permalink
⬆️ bump tooling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Feb 26, 2023
1 parent fd133c8 commit 7b6d52d
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 488 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"repository": "github:platane/snk",
"devDependencies": {
"@sucrase/jest-plugin": "3.0.0",
"@types/jest": "29.2.1",
"@types/jest": "29.4.0",
"@types/node": "16.11.7",
"jest": "29.2.2",
"prettier": "2.7.1",
"sucrase": "3.28.0",
"typescript": "4.8.4"
"jest": "29.4.3",
"prettier": "2.8.4",
"sucrase": "3.29.0",
"typescript": "4.9.5"
},
"workspaces": [
"packages/**"
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"html-webpack-plugin": "5.5.0",
"ts-loader": "9.4.1",
"ts-node": "10.9.1",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
},
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions packages/github-user-contribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "@snk/github-user-contribution",
"version": "1.0.0",
"dependencies": {
"cheerio": "1.0.0-rc.10",
"node-fetch": "2.6.7"
},
"devDependencies": {
"@types/node-fetch": "2.6.1"
"@types/node-fetch": "2.6.2"
}
}
Loading

0 comments on commit 7b6d52d

Please sign in to comment.