Skip to content

Commit 8c8dbd1

Browse files
committedAug 15, 2024
Update dependencies
Fixes #25
1 parent ee98c78 commit 8c8dbd1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- 20
1414
- 18
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm install

‎package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"types": "./index.d.ts",
1616
"default": "./index.js"
1717
},
18+
"sideEffects": false,
1819
"engines": {
1920
"node": ">=18"
2021
},
@@ -37,11 +38,11 @@
3738
"get"
3839
],
3940
"dependencies": {
40-
"dot-prop": "^8.0.2"
41+
"dot-prop": "^9.0.0"
4142
},
4243
"devDependencies": {
43-
"ava": "^5.3.1",
44-
"tsd": "^0.29.0",
45-
"xo": "^0.56.0"
44+
"ava": "^6.1.3",
45+
"tsd": "^0.31.1",
46+
"xo": "^0.59.3"
4647
}
4748
}

0 commit comments

Comments
 (0)
Please sign in to comment.