Skip to content

Commit

Permalink
Pin cheerio
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 27, 2024
1 parent f4203e1 commit a43c7b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.20.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@babel/plugin-transform-spread": "7.20.7",
"@babel/plugin-transform-typescript": "7.20.13",
Expand Down Expand Up @@ -115,6 +115,7 @@
"babel-loader": "8.3.0",
"babel-plugin-angularjs-annotate": "0.10.0",
"bootstrap": "4.6.2",
"cheerio": "1.0.0-rc.12",
"chokidar": "3.5.3",
"chromatic": "6.15.0",
"co": "4.6.0",
Expand Down

0 comments on commit a43c7b3

Please sign in to comment.