Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Feb 2, 2025
1 parent d9a93d1 commit be1908c
Show file tree
Hide file tree
Showing 7 changed files with 209 additions and 209 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ default: build-worker-core build-extension pack-extension

check:
@echo "Checking packages..."
yarn prettier . --check
yarn lint
yarn test

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.18.2",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.19.0",
"@jest/globals": "^29.7.0",
"@types/chrome": "^0.0.287",
"@types/chrome": "^0.0.300",
"@types/golang-wasm-exec": "^1.15.2",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.11",
"@types/node": "^20.17.16",
"@types/text-encoding": "^0.0.40",
"@webcomponents/custom-elements": "^1.6.0",
"esbuild": "^0.24.2",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-json-merge": "^0.1.0",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "^9.17.0",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"htmlnano": "^2.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"sass-embedded": "^1.83.0",
"sass-embedded": "^1.83.4",
"svgo": "^3.3.2",
"text-encoding": "^0.7.0",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typed-assert": "^1.0.9",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "es2020",
"esModuleInterop": true,
"moduleResolution": "node",
"allowJs": false,
"allowJs": true,
"module": "esnext",
"types": ["node", "chrome", "golang-wasm-exec"],
"baseUrl": ".",
Expand Down
2 changes: 1 addition & 1 deletion worker-core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/goccy/go-json v0.10.4 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/itchyny/timefmt-go v0.1.6 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand Down
4 changes: 2 additions & 2 deletions worker-core/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/goccy/go-json v0.10.4 h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=
github.com/goccy/go-json v0.10.4/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/itchyny/gojq v0.12.17 h1:8av8eGduDb5+rvEdaOO+zQUjA04MS0m3Ps8HiD+fceg=
github.com/itchyny/gojq v0.12.17/go.mod h1:WBrEMkgAfAGO1LUcGOckBl5O726KPp+OlkKug0I/FEY=
Expand Down
Binary file modified worker-core/worker-core.wasm
Binary file not shown.
Loading

0 comments on commit be1908c

Please sign in to comment.