Skip to content

Commit

Permalink
fix: lock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jun 25, 2024
1 parent 5966955 commit a720ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"browserify": "^17.0.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.7",
"eslint": "^8.31.0",
"eslint": "8.49.0",
"eslint-config-xo-lass": "^2.0.1",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -34,7 +34,7 @@
"remark-preset-github": "^4.0.4",
"rimraf": "^4.0.4",
"tinyify": "3.1.0",
"xo": "^0.53.1"
"xo": "0.56.0"
},
"engines": {
"node": ">=14"
Expand Down
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const test = require('ava');

const dayjs = require('..');

test('exports dayjs function', (t) => {
Expand Down

0 comments on commit a720ad4

Please sign in to comment.