Skip to content

Commit 341ce32

Browse files
committed
chore: update development dependencies
1 parent 1df7605 commit 341ce32

6 files changed

Lines changed: 97 additions & 96 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"node": "^18.12 || ^20.9 || >=22.0"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^20.12.12",
37-
"eslint": "^9.2.0",
36+
"@types/node": "^20.14.9",
37+
"eslint": "^9.6.0",
3838
"eslint-config-prettier": "^9.1.0",
39-
"jison-gho": "^0.6.1-216",
40-
"postcss": "^8.4.38",
41-
"prettier": "^3.2.5",
42-
"typescript": "~5.4.5"
39+
"jison-gho": "0.6.1-216",
40+
"postcss": "^8.4.39",
41+
"prettier": "^3.3.2",
42+
"typescript": "~5.5.3"
4343
},
4444
"dependencies": {
4545
"postcss-selector-parser": "^6.0.16",

pnpm-lock.yaml

Lines changed: 84 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ export = pluginCreator;
1111
* @param {PostCssCalcOptions} opts
1212
* @return {import('postcss').Plugin}
1313
*/
14-
declare function pluginCreator(opts: PostCssCalcOptions): import('postcss').Plugin;
14+
declare function pluginCreator(opts: PostCssCalcOptions): import("postcss").Plugin;
1515
declare namespace pluginCreator {
1616
export { postcss, PostCssCalcOptions };
1717
}
18+
declare var postcss: true;
1819
type PostCssCalcOptions = {
1920
precision?: number | false;
2021
preserve?: boolean;
2122
warnWhenCannotResolve?: boolean;
2223
mediaQueries?: boolean;
2324
selectors?: boolean;
2425
};
25-
declare var postcss: true;

0 commit comments

Comments
 (0)