Skip to content

Commit

Permalink
chore(deps): all to latest (#1346)
Browse files Browse the repository at this point in the history
* chore(deps): all to latest

* chore(deps): all to latest
  • Loading branch information
belgattitude authored Aug 8, 2024
1 parent 950fed2 commit 5b100ea
Show file tree
Hide file tree
Showing 15 changed files with 208 additions and 250 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rimraf": "6.0.1",
"sirv": "2.0.4",
"sirv-cli": "2.0.2",
"tailwindcss": "3.4.8",
"tailwindcss": "3.4.9",
"typescript": "5.5.4"
}
}
8 changes: 4 additions & 4 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"happy-dom": "14.12.3",
"postcss": "8.4.40",
"postcss": "8.4.41",
"rimraf": "6.0.1",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.9",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite": "5.4.0",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.0",
"vitest": "2.0.5",
"webpack": "5.93.0"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@httpx/exception": "workspace:^"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.15.4",
"@belgattitude/eslint-config-bases": "5.17.0",
"@size-limit/file": "11.1.4",
"@size-limit/webpack": "11.1.4",
Expand All @@ -94,7 +94,7 @@
"typedoc-plugin-markdown": "4.2.3",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.0",
"vitest": "2.0.5",
"webpack": "5.93.0"
},
Expand Down
1 change: 0 additions & 1 deletion integrations/prisma-exception/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"rootDir": "./src",
"baseUrl": ".",
"moduleResolution": "bundler",
"declaration": true,
"declarationMap": false,
"declarationDir": "./dist",
Expand Down
2 changes: 1 addition & 1 deletion integrations/prisma-exception/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compilerOptions": {
"baseUrl": "./src",
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"target": "ESNext",
"lib": ["ESNext"],
"esModuleInterop": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"is-ci": "3.0.1",
"lint-staged": "15.2.8",
"npm-run-all2": "6.2.2",
"nx": "19.5.6",
"nx": "19.5.7",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.20.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"ci-coverage-upload": "../../.github/scripts/download/codecov -F httpx-assert-unit --dir ./coverage"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.15.4",
"@belgattitude/eslint-config-bases": "5.17.0",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.1",
"@sinclair/typebox": "0.32.35",
"@sinclair/typebox": "0.33.0",
"@sindresorhus/is": "7.0.0",
"@size-limit/file": "11.1.4",
"@size-limit/webpack": "11.1.4",
Expand All @@ -98,13 +98,13 @@
"size-limit": "11.1.4",
"tinybench": "2.9.0",
"tsup": "8.2.4",
"type-fest": "4.23.0",
"type-fest": "4.24.0",
"typedoc": "0.26.5",
"typedoc-plugin-markdown": "4.2.3",
"typescript": "5.5.4",
"valibot": "0.37.0",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.0",
"vitest": "2.0.5",
"webpack": "5.93.0",
"zod": "3.23.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"ci-coverage-upload": "../../.github/scripts/download/codecov -F httpx-dsn-parser-unit --dir ./coverage"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.15.4",
"@belgattitude/eslint-config-bases": "5.17.0",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.1",
Expand All @@ -95,7 +95,7 @@
"typedoc-plugin-markdown": "4.2.3",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.0",
"vitest": "2.0.5",
"webpack": "5.93.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"ci-coverage-upload": "../../.github/scripts/download/codecov -F httpx-exception-unit --dir ./coverage"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.15.4",
"@belgattitude/eslint-config-bases": "5.17.0",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.1",
Expand Down Expand Up @@ -145,7 +145,7 @@
"typedoc-plugin-markdown": "4.2.3",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.0",
"vitest": "2.0.5",
"webpack": "5.93.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/exception/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"rootDir": "./src",
"baseUrl": ".",
"moduleResolution": "bundler",
"declaration": true,
"declarationMap": false,
"declarationDir": "./dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"compilerOptions": {
"baseUrl": "./src",
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"target": "ESNext",
"lib": ["ESNext"],
"esModuleInterop": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/json-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@httpx/exception": "workspace:^"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.15.4",
"@belgattitude/eslint-config-bases": "5.17.0",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.1",
Expand All @@ -95,7 +95,7 @@
"typedoc-plugin-markdown": "4.2.3",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.0",
"vitest": "2.0.5",
"webpack": "5.93.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/memo-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"quick-lru": "^7.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.15.4",
"@belgattitude/eslint-config-bases": "5.17.0",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.1",
Expand All @@ -96,7 +96,7 @@
"typedoc-plugin-markdown": "4.2.3",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.0",
"vitest": "2.0.5",
"webpack": "5.93.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plain-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ci-coverage-upload": "../../.github/scripts/download/codecov -F httpx-plain-object-unit --dir ./coverage"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.15.4",
"@belgattitude/eslint-config-bases": "5.17.0",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.1",
Expand Down Expand Up @@ -103,7 +103,7 @@
"typedoc-plugin-markdown": "4.2.3",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.0",
"vitest": "2.0.5",
"webpack": "5.93.0"
},
Expand Down
Loading

0 comments on commit 5b100ea

Please sign in to comment.