Skip to content

Commit

Permalink
pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 7, 2024
1 parent 0e4f3eb commit b8840b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Normalize

### 13.0.0

- Pin versions of `@csstools/normalize.css` and `sanitize.css`

### 12.0.0

- Remove TypeScript types. This package is a dual published cjs and esm and it isn't worth it, all info is in `README.md`.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize",
"version": "12.0.0",
"version": "13.0.0",
"description": "Use the parts of normalize.css or sanitize.css you need from your browserslist",
"author": "Jonathan Neal <[email protected]>",
"license": "CC0-1.0",
Expand Down Expand Up @@ -32,9 +32,9 @@
"postcss": ">= 8"
},
"dependencies": {
"@csstools/normalize.css": "*",
"@csstools/normalize.css": "12.1.1",
"postcss-browser-comments": "^4",
"sanitize.css": "*"
"sanitize.css": "13.0.0"
},
"devDependencies": {
"browserslist": "^4.16.5",
Expand Down

0 comments on commit b8840b0

Please sign in to comment.