Skip to content

Commit

Permalink
chore: update semver and devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed May 9, 2024
1 parent 4da4aeb commit 98990e8
Show file tree
Hide file tree
Showing 3 changed files with 7,209 additions and 6,046 deletions.
1 change: 1 addition & 0 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'chai',
'decamelize',
'escape-string-regexp',
'is-builtin-module',
'open-editor',
],
};
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,49 +12,49 @@
"escape-string-regexp": "^4.0.0",
"esquery": "^1.5.0",
"is-builtin-module": "^3.2.1",
"semver": "^7.6.0",
"semver": "^7.6.1",
"spdx-expression-parse": "^4.0.0"
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/node": "^7.23.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
"@hkdobrev/run-if-changed": "^0.3.1",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/github": "^10.0.2",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.10",
"@types/esquery": "^1.5.3",
"@types/estree": "^1.0.5",
"@types/json-schema": "^7.0.15",
"@types/lodash.defaultsdeep": "^4.6.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.5",
"@types/node": "^20.12.11",
"@types/semver": "^7.5.8",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"c8": "^9.1.0",
"camelcase": "^6.3.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "9.0.0",
"eslint-config-canonical": "~42.8.1",
"eslint": "9.2.0",
"eslint-config-canonical": "~42.8.2",
"espree": "^10.0.1",
"gitdown": "^3.1.5",
"glob": "^10.3.12",
"globals": "^15.0.0",
"glob": "^10.3.13",
"globals": "^15.2.0",
"husky": "^9.0.11",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
Expand All @@ -64,8 +64,8 @@
"open-editor": "^3.0.0",
"replace": "^1.2.2",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.7",
"typescript": "5.3.3"
"semantic-release": "^23.0.8",
"typescript": "5.3.x"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 98990e8

Please sign in to comment.