Skip to content

Commit e1a9969

Browse files
fix(deps): pin dependencies (#6)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 262fc5d commit e1a9969

8 files changed

Lines changed: 24 additions & 24 deletions

File tree

create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"version": "0.0.1",
66
"dependencies": {
7-
"@consent-manager/core": "^0.0.1",
7+
"@consent-manager/core": "0.0.1",
88
"@testing-library/jest-dom": "^5.14.1",
99
"@testing-library/react": "^12.0.0",
1010
"@testing-library/user-event": "^13.1.9",

create-react-app/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,9 @@
12031203
exec-sh "^0.3.2"
12041204
minimist "^1.2.0"
12051205

1206-
"@consent-manager/core@^0.0.1":
1206+
"@consent-manager/core@0.0.1":
12071207
version "0.0.1"
1208-
resolved "https://registry.npmjs.org/@consent-manager/core/-/core-0.0.1.tgz#a4e9601b59f4cc529c9155265847744259745125"
1208+
resolved "https://registry.yarnpkg.com/@consent-manager/core/-/core-0.0.1.tgz#a4e9601b59f4cc529c9155265847744259745125"
12091209
integrity sha512-M3A04rb1hPasW75JE8/9rUwkpo9S6mU2YAMZYvzK3LyRxA8Vp6zJ90fyIX7oZ4ox05KAAtQ7Yagahyv4zDFfKQ==
12101210
dependencies:
12111211
"@types/history" "^4.7.8"

gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"version": "0.0.1",
66
"dependencies": {
7-
"@consent-manager/core": "^0.0.1",
8-
"@consent-manager/integration-matomo": "^0.0.1",
9-
"@consent-manager/integration-youtube": "^0.0.1",
7+
"@consent-manager/core": "0.0.1",
8+
"@consent-manager/integration-matomo": "0.0.1",
9+
"@consent-manager/integration-youtube": "0.0.1",
1010
"autoprefixer": "^10.2.5",
1111
"final-form": "^4.20.2",
1212
"gatsby": "3.9.1",

gatsby/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,26 +1043,26 @@
10431043
"@babel/helper-validator-identifier" "^7.14.5"
10441044
to-fast-properties "^2.0.0"
10451045

1046-
"@consent-manager/core@^0.0.1":
1046+
"@consent-manager/core@0.0.1":
10471047
version "0.0.1"
1048-
resolved "https://registry.npmjs.org/@consent-manager/core/-/core-0.0.1.tgz#a4e9601b59f4cc529c9155265847744259745125"
1048+
resolved "https://registry.yarnpkg.com/@consent-manager/core/-/core-0.0.1.tgz#a4e9601b59f4cc529c9155265847744259745125"
10491049
integrity sha512-M3A04rb1hPasW75JE8/9rUwkpo9S6mU2YAMZYvzK3LyRxA8Vp6zJ90fyIX7oZ4ox05KAAtQ7Yagahyv4zDFfKQ==
10501050
dependencies:
10511051
"@types/history" "^4.7.8"
10521052
history "^5.0.0"
10531053
react-use "^17.2.4"
10541054
wcag-contrast "^3.0.0"
10551055

1056-
"@consent-manager/integration-matomo@^0.0.1":
1056+
"@consent-manager/integration-matomo@0.0.1":
10571057
version "0.0.1"
1058-
resolved "https://registry.npmjs.org/@consent-manager/integration-matomo/-/integration-matomo-0.0.1.tgz#2ea03039452d865587850cf673eb8fcc8bc5e2ee"
1058+
resolved "https://registry.yarnpkg.com/@consent-manager/integration-matomo/-/integration-matomo-0.0.1.tgz#2ea03039452d865587850cf673eb8fcc8bc5e2ee"
10591059
integrity sha512-O1QIoejbW253kn2E8DGyq4gqv/vPb4c9/F/ytwE6hv0qQ/LuNsdYKR0sjzlsX+H0ZZxhmSHCCaiRy5T3DIJTHQ==
10601060
dependencies:
10611061
simple-icons "^4.14.0"
10621062

1063-
"@consent-manager/integration-youtube@^0.0.1":
1063+
"@consent-manager/integration-youtube@0.0.1":
10641064
version "0.0.1"
1065-
resolved "https://registry.npmjs.org/@consent-manager/integration-youtube/-/integration-youtube-0.0.1.tgz#2a702372512ea12a8e3b881c41847b6585e1f2bb"
1065+
resolved "https://registry.yarnpkg.com/@consent-manager/integration-youtube/-/integration-youtube-0.0.1.tgz#2a702372512ea12a8e3b881c41847b6585e1f2bb"
10661066
integrity sha512-2FplJX8tVNaoCCR1gu6lG2R/NWuxhMtO5p/e+ZpExbU44ukSc/rj2rtNLgtdks2WkQsVgfFfE7QRZDRcJ0pTCQ==
10671067
dependencies:
10681068
simple-icons "^4.14.0"

nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@consent-manager/core": "^0.0.1",
13-
"@consent-manager/integration-matomo": "^0.0.1",
14-
"@consent-manager/interface-default": "^0.0.1",
12+
"@consent-manager/core": "0.0.1",
13+
"@consent-manager/integration-matomo": "0.0.1",
14+
"@consent-manager/interface-default": "0.0.1",
1515
"next": "11.0.1",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2",

nextjs/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,26 @@
5454
lodash "^4.17.13"
5555
to-fast-properties "^2.0.0"
5656

57-
"@consent-manager/core@^0.0.1":
57+
"@consent-manager/core@0.0.1":
5858
version "0.0.1"
59-
resolved "https://registry.npmjs.org/@consent-manager/core/-/core-0.0.1.tgz#a4e9601b59f4cc529c9155265847744259745125"
59+
resolved "https://registry.yarnpkg.com/@consent-manager/core/-/core-0.0.1.tgz#a4e9601b59f4cc529c9155265847744259745125"
6060
integrity sha512-M3A04rb1hPasW75JE8/9rUwkpo9S6mU2YAMZYvzK3LyRxA8Vp6zJ90fyIX7oZ4ox05KAAtQ7Yagahyv4zDFfKQ==
6161
dependencies:
6262
"@types/history" "^4.7.8"
6363
history "^5.0.0"
6464
react-use "^17.2.4"
6565
wcag-contrast "^3.0.0"
6666

67-
"@consent-manager/integration-matomo@^0.0.1":
67+
"@consent-manager/integration-matomo@0.0.1":
6868
version "0.0.1"
69-
resolved "https://registry.npmjs.org/@consent-manager/integration-matomo/-/integration-matomo-0.0.1.tgz#2ea03039452d865587850cf673eb8fcc8bc5e2ee"
69+
resolved "https://registry.yarnpkg.com/@consent-manager/integration-matomo/-/integration-matomo-0.0.1.tgz#2ea03039452d865587850cf673eb8fcc8bc5e2ee"
7070
integrity sha512-O1QIoejbW253kn2E8DGyq4gqv/vPb4c9/F/ytwE6hv0qQ/LuNsdYKR0sjzlsX+H0ZZxhmSHCCaiRy5T3DIJTHQ==
7171
dependencies:
7272
simple-icons "^4.14.0"
7373

74-
"@consent-manager/interface-default@^0.0.1":
74+
"@consent-manager/interface-default@0.0.1":
7575
version "0.0.1"
76-
resolved "https://registry.npmjs.org/@consent-manager/interface-default/-/interface-default-0.0.1.tgz#5852024bf48d29217f269b1b30bda340868c5f6f"
76+
resolved "https://registry.yarnpkg.com/@consent-manager/interface-default/-/interface-default-0.0.1.tgz#5852024bf48d29217f269b1b30bda340868c5f6f"
7777
integrity sha512-2br5VObkk9OK/WTn4p/h7Aem5xKOybnE9y619t+5vswYOAlbpN1AhKguYYtU8DdmNKPtioOcIbnl/sjKkOQ+9w==
7878
dependencies:
7979
"@react-icons/all-files" "^4.1.0"

parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "parcel build src/index.html"
1010
},
1111
"dependencies": {
12-
"@consent-manager/core": "^0.0.1",
12+
"@consent-manager/core": "0.0.1",
1313
"react": "17.0.2",
1414
"react-app-polyfill": "^2.0.0",
1515
"react-dom": "^17.0.1"

parcel/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@
228228
"@babel/helper-validator-identifier" "^7.14.5"
229229
to-fast-properties "^2.0.0"
230230

231-
"@consent-manager/core@^0.0.1":
231+
"@consent-manager/core@0.0.1":
232232
version "0.0.1"
233-
resolved "https://registry.npmjs.org/@consent-manager/core/-/core-0.0.1.tgz#a4e9601b59f4cc529c9155265847744259745125"
233+
resolved "https://registry.yarnpkg.com/@consent-manager/core/-/core-0.0.1.tgz#a4e9601b59f4cc529c9155265847744259745125"
234234
integrity sha512-M3A04rb1hPasW75JE8/9rUwkpo9S6mU2YAMZYvzK3LyRxA8Vp6zJ90fyIX7oZ4ox05KAAtQ7Yagahyv4zDFfKQ==
235235
dependencies:
236236
"@types/history" "^4.7.8"

0 commit comments

Comments
 (0)