Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Dec 27, 2024
1 parent 99ed3f7 commit ff8b20f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 124 deletions.
171 changes: 55 additions & 116 deletions package-lock.json

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

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"packages/*"
],
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"css-rules": "^1.1.0",
"extract-css": "^3.0.1",
"extract-css": "^3.0.2",
"flat-util": "^1.1.9",
"pick-util": "^1.1.5",
"slick": "^1.12.2",
"specificity": "^0.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@changesets/cli": "^2.27.11",
"eslint": "^8.33.0",
"js-beautify": "^1.14.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"js-beautify": "^1.15.1",
"mocha": "^11.0.1",
"nyc": "^17.1.0",
"should": "^13.2.3",
"turbo": "^2.3.3",
"vinyl": "^3.0.0"
Expand Down Expand Up @@ -51,5 +51,6 @@
"email"
],
"author": "Jonathan Kemp <[email protected]> (http://jonkemp.com/)",
"license": "MIT"
"license": "MIT",
"packageManager": "[email protected]"
}

0 comments on commit ff8b20f

Please sign in to comment.