Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Aug 7, 2023
1 parent 94db337 commit 1ccaf68
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
extends: cheminfo
env:
jest: true
node: true
parserOptions:
sourceType: module
4 changes: 4 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dep": "prod,dev",
"reject": ["camelcase"]
}
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
"prepack": "rollup -c",
"prettier": "prettier --check src",
"prettier-write": "prettier --write src",
"test-travis": "npm run test",
"test": "npm run test-coverage && npm run eslint",
"test-coverage": "jest --coverage",
"test-only": "jest"
"test": "npm run test-only && npm run eslint && npm run prettier",
"test-only": "jest --coverage"
},
"repository": {
"type": "git",
Expand All @@ -35,20 +33,20 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@types/jest": "^27.5.0",
"cheminfo-build": "^1.1.11",
"eslint": "^8.15.0",
"eslint-config-cheminfo": "^7.3.0",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"rollup": "^2.72.1"
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@types/jest": "^29.5.3",
"cheminfo-build": "^1.2.0",
"eslint": "^8.46.0",
"eslint-config-cheminfo": "^9.0.2",
"jest": "^29.6.2",
"prettier": "^3.0.1",
"rollup": "^3.27.2"
},
"dependencies": {
"arraybuffer-xml-parser": "^0.5.0",
"arraybuffer-xml-parser": "^0.6.0",
"base64-arraybuffer": "^1.0.2",
"camelcase": "^6.3.0",
"pako": "^2.0.4",
"pako": "^2.1.0",
"uint8-base64": "^0.1.1"
}
}
File renamed without changes.

0 comments on commit 1ccaf68

Please sign in to comment.