Skip to content

Commit f0d8a0f

Browse files
fix(deps): pin dependencies
1 parent a0903f8 commit f0d8a0f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.nvmrc

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

.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.18.1'
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",

yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8920,9 +8920,10 @@ ms@^2.0.0:
89208920
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
89218921
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
89228922

8923-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
8923+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
89248924
version "1.0.8"
8925-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
8925+
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
8926+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
89268927
dependencies:
89278928
"@juggle/resize-observer" "^3.1.3"
89288929
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)