Skip to content

Commit b0154ed

Browse files
committed
Upgrade sharp-libvips to v1.2.2
1 parent 93b814f commit b0154ed

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-arm64": "1.2.2-rc.2"
18+
"@img/sharp-libvips-darwin-arm64": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-x64": "1.2.2-rc.2"
18+
"@img/sharp-libvips-darwin-x64": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm": "1.2.2-rc.2"
18+
"@img/sharp-libvips-linux-arm": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm64": "1.2.2-rc.2"
18+
"@img/sharp-libvips-linux-arm64": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-ppc64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-ppc64": "1.2.2-rc.2"
18+
"@img/sharp-libvips-linux-ppc64": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-s390x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-s390x": "1.2.2-rc.2"
18+
"@img/sharp-libvips-linux-s390x": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-x64": "1.2.2-rc.2"
18+
"@img/sharp-libvips-linux-x64": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

npm/linuxmusl-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.2-rc.2"
18+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

npm/linuxmusl-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linuxmusl-x64": "1.2.2-rc.2"
18+
"@img/sharp-libvips-linuxmusl-x64": "1.2.2"
1919
},
2020
"files": [
2121
"lib"

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -138,21 +138,21 @@
138138
],
139139
"dependencies": {
140140
"@img/colour": "^1.0.0",
141-
"detect-libc": "^2.0.4",
141+
"detect-libc": "^2.1.0",
142142
"semver": "^7.7.2"
143143
},
144144
"optionalDependencies": {
145145
"@img/sharp-darwin-arm64": "0.34.4-rc.1",
146146
"@img/sharp-darwin-x64": "0.34.4-rc.1",
147-
"@img/sharp-libvips-darwin-arm64": "1.2.2-rc.2",
148-
"@img/sharp-libvips-darwin-x64": "1.2.2-rc.2",
149-
"@img/sharp-libvips-linux-arm": "1.2.2-rc.2",
150-
"@img/sharp-libvips-linux-arm64": "1.2.2-rc.2",
151-
"@img/sharp-libvips-linux-ppc64": "1.2.2-rc.2",
152-
"@img/sharp-libvips-linux-s390x": "1.2.2-rc.2",
153-
"@img/sharp-libvips-linux-x64": "1.2.2-rc.2",
154-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.2-rc.2",
155-
"@img/sharp-libvips-linuxmusl-x64": "1.2.2-rc.2",
147+
"@img/sharp-libvips-darwin-arm64": "1.2.2",
148+
"@img/sharp-libvips-darwin-x64": "1.2.2",
149+
"@img/sharp-libvips-linux-arm": "1.2.2",
150+
"@img/sharp-libvips-linux-arm64": "1.2.2",
151+
"@img/sharp-libvips-linux-ppc64": "1.2.2",
152+
"@img/sharp-libvips-linux-s390x": "1.2.2",
153+
"@img/sharp-libvips-linux-x64": "1.2.2",
154+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.2",
155+
"@img/sharp-libvips-linuxmusl-x64": "1.2.2",
156156
"@img/sharp-linux-arm": "0.34.4-rc.1",
157157
"@img/sharp-linux-arm64": "0.34.4-rc.1",
158158
"@img/sharp-linux-ppc64": "0.34.4-rc.1",
@@ -167,11 +167,11 @@
167167
},
168168
"devDependencies": {
169169
"@emnapi/runtime": "^1.5.0",
170-
"@img/sharp-libvips-dev": "1.2.2-rc.2",
171-
"@img/sharp-libvips-dev-wasm32": "1.2.2-rc.2",
172-
"@img/sharp-libvips-win32-arm64": "1.2.2-rc.2",
173-
"@img/sharp-libvips-win32-ia32": "1.2.2-rc.2",
174-
"@img/sharp-libvips-win32-x64": "1.2.2-rc.2",
170+
"@img/sharp-libvips-dev": "1.2.2",
171+
"@img/sharp-libvips-dev-wasm32": "1.2.2",
172+
"@img/sharp-libvips-win32-arm64": "1.2.2",
173+
"@img/sharp-libvips-win32-ia32": "1.2.2",
174+
"@img/sharp-libvips-win32-x64": "1.2.2",
175175
"@types/node": "*",
176176
"cc": "^3.0.1",
177177
"emnapi": "^1.5.0",

0 commit comments

Comments
 (0)