Skip to content

Commit 3fd5ac4

Browse files
committed
ok now .at() works and I won't lose like 3 seconds considering if I'm going to waste time to delete it, deleting it, and replacing it with a[a.length - 1]
1 parent a298c71 commit 3fd5ac4

File tree

2 files changed

+182
-1389
lines changed

2 files changed

+182
-1389
lines changed

package.json

+6-14
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,14 @@
55
"go": "node setup.js"
66
},
77
"dependencies": {
8-
"clipboardy": "^2.1.0",
8+
"clipboardy": "^3.0.0",
99
"esno": "^0.12.1"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "^7.7.5",
13-
"@babel/plugin-proposal-pipeline-operator": "^7.16.0",
14-
"@babel/plugin-syntax-bigint": "^7.7.4",
15-
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
16-
"@babel/preset-typescript": "^7.7.4",
17-
"@types/node": "^12.12.17",
18-
"@typescript-eslint/eslint-plugin": "^4.9.0",
19-
"@typescript-eslint/parser": "^4.9.0",
20-
"eslint": "^7.14.0",
21-
"node-fetch": "^2.6.1",
22-
"onchange": "^6.1.0",
23-
"prettier": "^1.19.1",
24-
"typescript": "^4.1.2"
12+
"@types/node": "^16.11.12",
13+
"node-fetch": "^3.1.0",
14+
"onchange": "^7.1.0",
15+
"prettier": "^2.5.1",
16+
"typescript": "^4.5.3"
2517
}
2618
}

0 commit comments

Comments
 (0)