Skip to content

Commit

Permalink
Merge pull request #111 from Sparticuz/feature/chromium114
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparticuz authored Jun 12, 2023
2 parents b8a406a + 07b1206 commit 6575970
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _/ansible/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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=1121455
chromium_revision=1135570
Binary file modified bin/chromium.br
Binary file not shown.
Binary file modified bin/swiftshader.tar.br
Binary file not shown.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"tar-fs": "^2.1.1"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@tsconfig/node16": "^1.0.4",
"@tsconfig/strictest": "^2.0.1",
"@types/follow-redirects": "^1.14.1",
"@types/node": "^18.16.4",
"@types/node": "^18.16.17",
"@types/tar-fs": "^2.0.1",
"clean-modules": "^2.0.6",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"engines": {
"node": ">= 16"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lib": [
"dom"
],
"module": "commonjs",
"outDir": "build",
},
"include": [
Expand Down

0 comments on commit 6575970

Please sign in to comment.