Skip to content

Commit 6f8035d

Browse files
committed
Update dependencies
1 parent 8563485 commit 6f8035d

File tree

2 files changed

+1621
-1496
lines changed

2 files changed

+1621
-1496
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,40 +37,40 @@
3737
"README.md"
3838
],
3939
"dependencies": {
40-
"@typescript-eslint/utils": "^6.4.0",
40+
"@typescript-eslint/utils": "^6.21.0",
4141
"estraverse": "^5.3.0",
4242
"is-html": "^2.0.0",
4343
"kebab-case": "^1.0.2",
44-
"known-css-properties": "^0.24.0",
45-
"style-to-object": "^0.3.0"
44+
"known-css-properties": "^0.30.0",
45+
"style-to-object": "^1.0.6"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.21.3",
49-
"@babel/eslint-parser": "^7.21.3",
50-
"@tsconfig/node20": "^20.1.2",
51-
"@types/eslint": "^8.40.2",
48+
"@babel/core": "^7.24.4",
49+
"@babel/eslint-parser": "^7.24.1",
50+
"@tsconfig/node20": "^20.1.4",
51+
"@types/eslint": "^8.56.7",
5252
"@types/estraverse": "^5.1.7",
53-
"@types/is-html": "^2.0.0",
54-
"@types/jest": "^27.5.2",
55-
"@types/markdown-magic": "^1.0.1",
56-
"@types/node": "^16.18.16",
57-
"@types/prettier": "^2.7.2",
58-
"@typescript-eslint/eslint-plugin": "^6.4.0",
59-
"@typescript-eslint/parser": "^6.4.0",
60-
"eslint": "^8.43.0",
61-
"eslint-plugin-eslint-plugin": "^5.0.8",
62-
"eslint-plugin-import": "^2.27.5",
53+
"@types/is-html": "^2.0.2",
54+
"@types/jest": "^29.5.12",
55+
"@types/markdown-magic": "^1.0.4",
56+
"@types/node": "^16.18.94",
57+
"@types/prettier": "^2.7.3",
58+
"@typescript-eslint/eslint-plugin": "^6.21.0",
59+
"@typescript-eslint/parser": "^6.21.0",
60+
"eslint": "^8.57.0",
61+
"eslint-plugin-eslint-plugin": "^5.5.0",
62+
"eslint-plugin-import": "^2.29.1",
6363
"eslint-plugin-solid": "link:",
6464
"eslint-v6": "npm:eslint@^6.8.0",
6565
"eslint-v7": "npm:eslint@^7.32.0",
66-
"husky": "^7.0.4",
67-
"jest": "^29.5.0",
68-
"lint-staged": "^11.2.6",
66+
"husky": "^8.0.3",
67+
"jest": "^29.7.0",
68+
"lint-staged": "^13.3.0",
6969
"markdown-magic": "^2.6.1",
70-
"prettier": "^2.8.4",
71-
"ts-jest": "^29.1.1",
72-
"ts-node": "^10.9.1",
73-
"typescript": "^5.4.2"
70+
"prettier": "^2.8.8",
71+
"ts-jest": "^29.1.2",
72+
"ts-node": "^10.9.2",
73+
"typescript": "^5.4.3"
7474
},
7575
"peerDependencies": {
7676
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)