Skip to content

Commit b8840b0

Browse files
committed
pin versions
1 parent 0e4f3eb commit b8840b0

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Normalize
22

3+
### 13.0.0
4+
5+
- Pin versions of `@csstools/normalize.css` and `sanitize.css`
6+
37
### 12.0.0
48

59
- Remove TypeScript types. This package is a dual published cjs and esm and it isn't worth it, all info is in `README.md`.

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-normalize",
3-
"version": "12.0.0",
3+
"version": "13.0.0",
44
"description": "Use the parts of normalize.css or sanitize.css you need from your browserslist",
55
"author": "Jonathan Neal <[email protected]>",
66
"license": "CC0-1.0",
@@ -32,9 +32,9 @@
3232
"postcss": ">= 8"
3333
},
3434
"dependencies": {
35-
"@csstools/normalize.css": "*",
35+
"@csstools/normalize.css": "12.1.1",
3636
"postcss-browser-comments": "^4",
37-
"sanitize.css": "*"
37+
"sanitize.css": "13.0.0"
3838
},
3939
"devDependencies": {
4040
"browserslist": "^4.16.5",

0 commit comments

Comments
 (0)