Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrrp committed Mar 15, 2024
1 parent 973697b commit fd1112a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/slimdom.api.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"toolPackage": "@microsoft/api-extractor",
"toolVersion": "7.39.0",
"toolVersion": "7.42.3",
"schemaVersion": 1011,
"oldestForwardsCompatibleVersion": 1001,
"tsdocConfig": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
"url": "git://github.com/bwrrp/slimdom.js.git"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.23.15",
"@microsoft/api-extractor": "^7.39.0",
"@microsoft/api-documenter": "^7.23.38",
"@microsoft/api-extractor": "^7.42.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"copyfiles": "^2.4.1",
"dom-treeadapter": "^0.2.2",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"parse5": "^7.1.2",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"prsc": "^4.0.0",
"rimraf": "^5.0.5",
"rollup": "^2.75.7",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"sizzle": "^2.3.10",
"ts-jest": "~29.1.1",
"typescript": "^5.3.3"
"ts-jest": "~29.1.2",
"typescript": "^5.4.2"
},
"jest": {
"transform": {
Expand Down

0 comments on commit fd1112a

Please sign in to comment.