Skip to content

Commit ec5c1e0

Browse files
committed
Update dependencies
1 parent e85e938 commit ec5c1e0

6 files changed

Lines changed: 538 additions & 427 deletions

File tree

lib/node.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import AtRule = require('./at-rule.js')
2-
32
import { AtRuleProps } from './at-rule.js'
43
import Comment, { CommentProps } from './comment.js'
54
import Container, { NewChild } from './container.js'

package.json

100755100644
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,22 +90,22 @@
9090
"source-map-js": "^1.2.1"
9191
},
9292
"devDependencies": {
93-
"@logux/eslint-config": "^55.1.0",
93+
"@logux/eslint-config": "^55.2.1",
9494
"@size-limit/preset-small-lib": "^11.2.0",
95-
"@types/node": "^22.13.10",
95+
"@types/node": "^22.15.24",
9696
"c8": "^10.1.3",
97-
"check-dts": "^0.8.2",
98-
"clean-publish": "^5.1.0",
97+
"check-dts": "^0.9.0",
98+
"clean-publish": "^5.2.1",
9999
"concat-with-sourcemaps": "^1.1.0",
100-
"eslint": "^9.22.0",
100+
"eslint": "^9.27.0",
101101
"nanodelay": "^1.0.8",
102102
"nanospy": "^1.0.0",
103103
"postcss-parser-tests": "^8.9.0",
104-
"simple-git-hooks": "^2.11.1",
104+
"simple-git-hooks": "^2.13.0",
105105
"size-limit": "^11.2.0",
106106
"strip-ansi": "^6.0.1",
107107
"ts-node": "^10.9.2",
108-
"typescript": "^5.8.2",
108+
"typescript": "^5.8.3",
109109
"uvu": "^0.5.6"
110110
},
111111
"c8": {

0 commit comments

Comments
 (0)