Skip to content

Commit

Permalink
chore: update dependencies (#692)
Browse files Browse the repository at this point in the history
Co-authored-by: ivanhofer <ivanhofer@users.noreply.github.com>
  • Loading branch information
ivanhofer and ivanhofer committed Jul 18, 2023
1 parent f24eecc commit 78233b3
Show file tree
Hide file tree
Showing 18 changed files with 212 additions and 214 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
"@size-limit/preset-small-lib": "^8.2.6",
"@types/glob": "^8.1.0",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "5.0.0-alpha.2",
"husky": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "tsc --noEmit"
},
"devDependencies": {
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"test": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^18.2.14",
"esbuild": "^0.18.11",
"@types/react": "^18.2.15",
"esbuild": "^0.18.13",
"react": "^18.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"test": "tsc --noEmit"
},
"devDependencies": {
"esbuild": "^0.18.11",
"solid-js": "^1.7.7",
"esbuild": "^0.18.13",
"solid-js": "^1.7.8",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "tsc --noEmit"
},
"devDependencies": {
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"svelte": "^4.0.5",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@vue/runtime-dom": "^3.3.4",
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vue": "3.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "tsc --noEmit"
},
"devDependencies": {
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"devDependencies": {
"@types/prompts": "^2.4.4",
"commander": "^11.0.0",
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"just-diff": "^6.0.2",
"just-diff-apply": "^5.5.0",
"kleur": "^4.1.5",
"prompts": "^2.4.2",
"tiny-glob": "^0.2.9",
"tsx": "^3.12.7",
"type-fest": "^3.13.0",
"type-fest": "^3.13.1",
"typesafe-utils": "^1.16.2",
"typescript": "^5.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"devDependencies": {
"ajv": "^6.12.6",
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"kleur": "^4.1.5",
"type-fest": "^3.13.0",
"type-fest": "^3.13.1",
"typescript": "^5.1.6",
"typescript-json-schema": "^0.58.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/detectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:watch": "watchlist src -- pnpm test"
},
"devDependencies": {
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"node-fetch": "^3.3.1",
"tiny-glob": "^0.2.9",
"tsx": "^3.12.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "tsx esbuild.ts && tsc -p tsconfig.json --emitDeclarationOnly"
},
"devDependencies": {
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/formatters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:watch": "watchlist src -- pnpm test"
},
"devDependencies": {
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"uvu": "^0.5.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require-self": "^0.2.3",
"tiny-glob": "^0.2.9",
"tsx": "^3.12.7",
"type-fest": "^3.13.0",
"type-fest": "^3.13.1",
"typesafe-utils": "^1.16.2",
"typescript": "^5.1.6",
"uvu": "^0.5.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/test/generated/package.json

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

2 changes: 1 addition & 1 deletion packages/importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:update-generated-files": "tsx test/snapshots/update.ts"
},
"devDependencies": {
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"tiny-glob": "^0.2.9",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:watch": "watchlist src -- pnpm test"
},
"devDependencies": {
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"tsx": "^3.12.7",
"typesafe-utils": "^1.16.2",
"typescript": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@types/lodash.merge": "^4.6.7",
"esbuild": "^0.18.11",
"esbuild": "^0.18.13",
"lodash.merge": "^4.6.2",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit 78233b3

Please sign in to comment.