Skip to content

Commit

Permalink
chore: update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Jul 5, 2024
1 parent 1df7605 commit 341ce32
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 96 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"node": "^18.12 || ^20.9 || >=22.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
"eslint": "^9.2.0",
"@types/node": "^20.14.9",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"jison-gho": "^0.6.1-216",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"typescript": "~5.4.5"
"jison-gho": "0.6.1-216",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"typescript": "~5.5.3"
},
"dependencies": {
"postcss-selector-parser": "^6.0.16",
Expand Down
167 changes: 84 additions & 83 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ export = pluginCreator;
* @param {PostCssCalcOptions} opts
* @return {import('postcss').Plugin}
*/
declare function pluginCreator(opts: PostCssCalcOptions): import('postcss').Plugin;
declare function pluginCreator(opts: PostCssCalcOptions): import("postcss").Plugin;
declare namespace pluginCreator {
export { postcss, PostCssCalcOptions };
}
declare var postcss: true;
type PostCssCalcOptions = {
precision?: number | false;
preserve?: boolean;
warnWhenCannotResolve?: boolean;
mediaQueries?: boolean;
selectors?: boolean;
};
declare var postcss: true;
Loading

0 comments on commit 341ce32

Please sign in to comment.