Skip to content

Commit

Permalink
fix: update dependencies (#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Oct 13, 2024
1 parent 745d10e commit 8f68f0a
Show file tree
Hide file tree
Showing 3 changed files with 1,403 additions and 757 deletions.
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,58 +145,57 @@
"graphql": "^16.8.1",
"headers-polyfill": "^4.0.2",
"is-node-process": "^1.2.0",
"outvariant": "^1.4.2",
"outvariant": "^1.4.3",
"path-to-regexp": "^6.3.0",
"strict-event-emitter": "^0.5.1",
"type-fest": "^4.9.0",
"type-fest": "^4.26.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@open-draft/test-server": "^0.4.2",
"@ossjs/release": "^0.8.1",
"@playwright/test": "^1.40.1",
"@swc/core": "^1.3.102",
"@playwright/test": "^1.48.0",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/json-bigint": "^1.0.4",
"@types/node": "18.x",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@web/dev-server": "^0.1.38",
"axios": "^1.6.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@web/dev-server": "^0.4.6",
"axios": "^1.7.7",
"babel-minify": "^0.5.1",
"commitizen": "^4.2.4",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cross-fetch": "^4.0.0",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.19.11",
"esbuild-loader": "^4.0.2",
"esbuild": "^0.24.0",
"esbuild-loader": "^4.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"express": "^5.0.0",
"fs-extra": "^11.2.0",
"fs-teardown": "^0.3.0",
"glob": "^10.3.10",
"jsdom": "^23.2.0",
"glob": "^11.0.0",
"jsdom": "^25.0.1",
"json-bigint": "^1.0.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.10",
"page-with": "^0.6.1",
"prettier": "^3.2.2",
"prettier": "^3.3.3",
"regenerator-runtime": "^0.14.1",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.9.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"tsup": "^8.3.0",
"typescript": "^5.5.2",
"undici": "^5.20.0",
"undici": "^6.20.0",
"url-loader": "^4.1.1",
"vitest": "^1.2.2",
"vitest-environment-miniflare": "^2.14.1",
"webpack": "^5.89.0",
"vitest-environment-miniflare": "^2.14.4",
"webpack": "^5.95.0",
"webpack-http-server": "^0.5.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8f68f0a

Please sign in to comment.