Skip to content

Commit 08e2d26

Browse files
committed
chore: update all deps except PostCSS
There might be an issue with the latest PostCSS 4.6 which causes some comments not two be removed any more, so it's best to investigate that separately.
1 parent a3966c2 commit 08e2d26

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
}
4444
},
4545
"devDependencies": {
46-
"@types/node": "^17.0.14",
47-
"eslint": "^8.7.0",
46+
"@types/node": "^17.0.15",
47+
"eslint": "^8.8.0",
4848
"eslint-config-prettier": "^8.3.0",
4949
"jison-gho": "^0.6.1-216",
5050
"postcss": "^8.2.2",
@@ -53,8 +53,8 @@
5353
"uvu": "^0.5.3"
5454
},
5555
"dependencies": {
56-
"postcss-selector-parser": "^6.0.2",
57-
"postcss-value-parser": "^4.0.2"
56+
"postcss-selector-parser": "^6.0.9",
57+
"postcss-value-parser": "^4.2.0"
5858
},
5959
"peerDependencies": {
6060
"postcss": "^8.2.2"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)