Skip to content

Commit

Permalink
chore: update dependencies (#711)
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 Aug 7, 2023
1 parent e94b6ab commit 0e54c68
Show file tree
Hide file tree
Showing 17 changed files with 223 additions and 223 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,16 @@
"devDependencies": {
"@size-limit/preset-small-lib": "^8.2.6",
"@types/glob": "^8.1.0",
"@types/node": "^18.17.0",
"@types/node": "^18.17.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "5.0.0-alpha.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"markdown-link-check": "^3.11.2",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"size-limit": "^8.2.6",
"tiny-glob": "^0.2.9",
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.16",
"esbuild": "^0.18.18",
"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.15",
"esbuild": "^0.18.16",
"@types/react": "^18.2.18",
"esbuild": "^0.18.18",
"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.16",
"solid-js": "^1.7.8",
"esbuild": "^0.18.18",
"solid-js": "^1.7.9",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-svelte/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.16",
"svelte": "^4.1.1",
"esbuild": "^0.18.18",
"svelte": "^4.1.2",
"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.16",
"esbuild": "^0.18.18",
"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.16",
"esbuild": "^0.18.18",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@types/prompts": "^2.4.4",
"commander": "^11.0.0",
"esbuild": "^0.18.16",
"esbuild": "^0.18.18",
"just-diff": "^6.0.2",
"just-diff-apply": "^5.5.0",
"kleur": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"ajv": "^6.12.6",
"esbuild": "^0.18.16",
"esbuild": "^0.18.18",
"kleur": "^4.1.5",
"type-fest": "^3.13.1",
"typescript": "^5.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/detectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test:watch": "watchlist src -- pnpm test"
},
"devDependencies": {
"esbuild": "^0.18.16",
"node-fetch": "^3.3.1",
"esbuild": "^0.18.18",
"node-fetch": "^3.3.2",
"tiny-glob": "^0.2.9",
"tsx": "^3.12.7",
"typesafe-utils": "^1.16.2",
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.16",
"esbuild": "^0.18.18",
"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.16",
"esbuild": "^0.18.18",
"tsx": "^3.12.7",
"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.16",
"esbuild": "^0.18.18",
"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.16",
"esbuild": "^0.18.18",
"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 @@ -7,7 +7,7 @@
"test:watch": "watchlist src -- pnpm test"
},
"devDependencies": {
"esbuild": "^0.18.16",
"esbuild": "^0.18.18",
"just-extend": "^6.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit 0e54c68

Please sign in to comment.