Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Mar 6, 2024
1 parent 7cffa26 commit 8688056
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
extends: [cheminfo-typescript, cheminfo-typescript/jsdoc]
env:
jest: true
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"tsc-esm": "tsc --project tsconfig.esm.json"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"cheminfo-build": "^1.1.11",
"eslint-config-cheminfo-typescript": "^10.1.1",
"jest": "^27.2.5",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
"@types/jest": "^29.5.12",
"cheminfo-build": "^1.2.0",
"eslint-config-cheminfo-typescript": "^12.2.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}
6 changes: 1 addition & 5 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* Returns a very important number.
*
* Returns a very important number.*
* @returns {number} - The number.
*/
export default function theDefaultExport() {
Expand All @@ -9,7 +8,6 @@ export default function theDefaultExport() {

/**
* Value that can be incremented.
*
* @type {number}
*/
export let value = 0;
Expand All @@ -23,7 +21,6 @@ export function incrementValue() {

/**
* Returns a cool value.
*
* @returns {string} The cool value.
*/
export function feature() {
Expand All @@ -32,7 +29,6 @@ export function feature() {

/**
* Returns something.
*
* @returns {string} - Something.
*/
export function something() {
Expand Down

0 comments on commit 8688056

Please sign in to comment.