We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f67b9f commit 691953eCopy full SHA for 691953e
2 files changed
package.json
@@ -45,15 +45,15 @@
45
"trailingComma": "all"
46
},
47
"devDependencies": {
48
- "@babel/plugin-transform-modules-commonjs": "^7.20.11",
49
- "@types/jest": "^29.2.6",
50
- "cheminfo-build": "^1.1.11",
51
- "eslint": "^8.32.0",
+ "@babel/plugin-transform-modules-commonjs": "^7.21.2",
+ "@types/jest": "^29.4.0",
+ "cheminfo-build": "^1.2.0",
+ "eslint": "^8.35.0",
52
"eslint-config-cheminfo": "^8.1.3",
53
- "jest": "^29.4.0",
+ "jest": "^29.5.0",
54
"npm-watch": "^0.11.0",
55
- "prettier": "^2.8.3",
56
- "rollup": "^3.10.1"
+ "prettier": "^2.8.4",
+ "rollup": "^3.18.0"
57
58
"dependencies": {
59
"delay": "^5.0.0"
src/Device.js
@@ -1,5 +1,3 @@
1
-
2
3
import delay from 'delay';
4
5
import { Action } from './Action';
0 commit comments