Skip to content

Commit

Permalink
chore: update dependencies and code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Nov 23, 2024
1 parent a8f9073 commit c92430e
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 332 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@estruyf/github-actions-reporter": "^1.9.2",
"@fastify/static": "^8.0.2",
"@fastify/static": "^8.0.3",
"@mercuryworkshop/bare-as-module3": "^2.2.5",
"@mercuryworkshop/epoxy-transport": "^2.1.26",
"@mercuryworkshop/libcurl-transport": "^1.3.14",
"@nebula-services/bare-server-node": "^2.0.4",
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.0",
"@rsdoctor/rspack-plugin": "^0.4.8",
"@rspack/cli": "^1.1.0",
"@rspack/core": "^1.1.0",
"@rspack/cli": "^1.1.3",
"@rspack/core": "^1.1.3",
"@types/eslint": "^9.6.1",
"@types/estree": "^1.0.6",
"@types/node": "^22.9.0",
"@types/serviceworker": "^0.0.103",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@types/node": "^22.9.3",
"@types/serviceworker": "^0.0.105",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fastify": "^5.1.0",
"playwright": "^1.48.2",
"playwright": "^1.49.0",
"prettier": "^3.3.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"wisp-server-node": "^1.1.7"
},
"dependencies": {
Expand Down
Loading

0 comments on commit c92430e

Please sign in to comment.