Skip to content

Commit 11174a8

Browse files
fix(deps): pin dependencies
1 parent 983f1c0 commit 11174a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
16.16.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '16'
3+
- '16.16.0'
44
branches:
55
only:
66
- master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"stylint": "2.0.0"
4242
},
4343
"dependencies": {
44-
"@cozy/minilog": "^1.0.0",
44+
"@cozy/minilog": "1.0.0",
4545
"@material-ui/core": "4.12.4",
4646
"@testing-library/react": "11.2.7",
4747
"cozy-app-publish": "^0.27.2",

0 commit comments

Comments
 (0)