Merge pull request #182 from Sparticuz/feature/119
This commit is contained in:
commit
ad676965b2
|
|
@ -14,4 +14,4 @@ instance_size=c6i.12xlarge
|
|||
ansible_connection=ssh
|
||||
ansible_python_interpreter=auto_silent
|
||||
ansible_ssh_private_key_file=ansible.pem
|
||||
chromium_revision=1192594
|
||||
chromium_revision=1204232
|
||||
|
|
|
|||
BIN
bin/chromium.br
BIN
bin/chromium.br
Binary file not shown.
Binary file not shown.
|
|
@ -15,9 +15,9 @@
|
|||
"devDependencies": {
|
||||
"@tsconfig/node16": "^16.1.1",
|
||||
"@tsconfig/strictest": "^2.0.2",
|
||||
"@types/follow-redirects": "^1.14.3",
|
||||
"@types/node": "^18.18.6",
|
||||
"@types/tar-fs": "^2.0.3",
|
||||
"@types/follow-redirects": "^1.14.4",
|
||||
"@types/node": "^18.18.9",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"clean-modules": "^3.0.4",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
"devDependencies": {
|
||||
"@tsconfig/node16": "^16.1.1",
|
||||
"@tsconfig/strictest": "^2.0.2",
|
||||
"@types/follow-redirects": "^1.14.3",
|
||||
"@types/node": "^18.18.6",
|
||||
"@types/tar-fs": "^2.0.3",
|
||||
"@types/follow-redirects": "^1.14.4",
|
||||
"@types/node": "^18.18.9",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"clean-modules": "^3.0.4",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue