Skip to content

Commit

Permalink
package.json: update (including for typescript)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Oct 7, 2024
1 parent 4c0b844 commit c9e1084
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,30 @@
"parser"
],
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"@eslint/js": "^9.0.0",
"@octokit/core": "^6.0.1",
"@babel/preset-env": "^7.25.7",
"@eslint/js": "^9.12.0",
"@octokit/core": "^6.1.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin": "^2.9.0",
"benchmark": "^2.1.4",
"c8": "^10.1.2",
"chai": "^5.1.0",
"clean-jsdoc-theme": "^4.2.18",
"eslint": "^9.0.0",
"eslint-plugin-html": "^8.1.1",
"globals": "^15.0.0",
"jsdoc": "^4.0.2",
"chai": "^5.1.1",
"clean-jsdoc-theme": "^4.3.0",
"eslint": "^9.12.0",
"eslint-plugin-html": "^8.1.2",
"globals": "^15.10.0",
"jsdoc": "^4.0.3",
"jsdoc-tsimport-plugin": "^1.0.5",
"karma": "^6.4.3",
"karma": "^6.4.4",
"karma-chai": "^0.1.0",
"karma-mocha": "^2.0.1",
"karma-sauce-launcher": "^4.3.6",
"karma-spec-reporter": "^0.0.36",
"mocha": "^10.3.0",
"mocha": "^10.7.3",
"node-fetch": "^3.3.2",
"rollup": "^3.2.5",
"rollup": "^4.24.0",
"yauzl-promise": "^4.0.0"
},
"license": "MPL-2.0",
Expand Down Expand Up @@ -100,6 +100,8 @@
}
},
"dependencies": {
"@babel/core": "^7.20.5"
}
"@babel/core": "^7.25.7",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
}

0 comments on commit c9e1084

Please sign in to comment.