Skip to content

Commit

Permalink
#develop updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Nov 5, 2024
1 parent 5103f5a commit 9d85e49
Show file tree
Hide file tree
Showing 22 changed files with 540 additions and 666 deletions.
20 changes: 20 additions & 0 deletions .changeset/warm-camels-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
'google-webfonts-client': patch
'validation-adapters': patch
'validation-adapter': patch
'elevenlabs-client': patch
'feature-logger': patch
'@blgc/openapi-router': patch
'feature-fetch': patch
'feature-react': patch
'feature-state': patch
'figma-connect': patch
'xml-tokenizer': patch
'eprel-client': patch
'feature-form': patch
'@blgc/config': patch
'@blgc/utils': patch
'@blgc/cli': patch
---

Bumped dependency versions
33 changes: 21 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,45 @@
},
"homepage": "https://builder.group/?source=package-json",
"dependencies": {
"@oclif/core": "^3.26.9",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-html": "^1.0.3",
"@oclif/core": "^4.0.31",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-html": "^1.0.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
"execa": "^8.0.1",
"figlet": "^1.7.0",
"figlet": "^1.8.0",
"lodash": "^4.17.21",
"maxmin": "^4.1.0",
"rollup": "^4.18.0",
"rollup": "^4.24.4",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.4.0",
"rollup-plugin-license": "^3.5.3",
"rollup-plugin-node-externals": "^5.1.3",
"rollup-plugin-postcss": "^4.0.2"
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.1",
"type-fest": "^4.18.3"
"@types/figlet": "^1.7.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"type-fest": "^4.26.1"
},
"files": [
"dist",
"bin",
"README.md"
],
"pnpm": {
"updateConfig": {
"ignoreDependencies": [
"chalk",
"execa",
"rollup-plugin-node-externals"
]
}
},
"oclif": {
"bin": "blgc",
"dirname": "blgc",
Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/commands/bundle/figma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export default class Figma extends DynCommand {
)}.`
);
this.log(`\n`);
this.exit(0);
}

private async getPackageJson(): Promise<PackageJson | null> {
Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/commands/bundle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export default class Bundle extends DynCommand {
)}.`
);
this.log(`\n`);
this.exit(0);
}

private async getPackageJson(): Promise<PackageJson | null> {
Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/commands/bundle/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default class Node extends DynCommand {
)}.`
);
this.log(`\n`);
this.exit(0);
}

private async getPackageJson(): Promise<PackageJson | null> {
Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/commands/bundle/rust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,5 @@ export default class Rust extends DynCommand {
)}.`
);
this.log(`\n`);
this.exit(0);
}
}
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"homepage": "https://builder.group/?source=github",
"dependencies": {
"@vercel/style-guide": "^6.0.0",
"eslint-config-turbo": "^2.0.14",
"vite-tsconfig-paths": "^5.0.1"
"eslint-config-turbo": "^2.2.3",
"vite-tsconfig-paths": "^5.1.0"
},
"peerDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@next/eslint-plugin-next": "^14.2.6",
"eslint": "^8.57.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/elevenlabs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^22.5.0",
"@types/node": "^22.9.0",
"dotenv": "^16.4.5",
"openapi-typescript": "^7.3.0"
"openapi-typescript": "^7.4.2"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/eprel-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^22.5.0",
"@types/node": "^22.9.0",
"dotenv": "^16.4.5",
"openapi-typescript": "^7.3.0"
"openapi-typescript": "^7.4.2"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/feature-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"homepage": "https://builder.group/?source=package-json",
"dependencies": {
"@0no-co/graphql.web": "^1.0.8",
"@0no-co/graphql.web": "^1.0.11",
"@blgc/types": "workspace:*",
"@blgc/utils": "workspace:*"
},
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^20.14.1",
"@types/node": "^22.9.0",
"@types/url-parse": "^1.4.11",
"msw": "^2.3.1"
"msw": "^2.6.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^20.14.1"
"@types/node": "^22.9.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^20.14.1"
"@types/node": "^22.9.0"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/feature-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"devDependencies": {
"@blgc/config": "workspace:*",
"@blgc/utils": "workspace:*",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"feature-form": "workspace:*",
"feature-state": "workspace:*",
"react": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^20.14.1"
"@types/node": "^22.9.0"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/figma-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@blgc/utils": "workspace:*"
},
"devDependencies": {
"@figma/plugin-typings": "^1.95.0",
"@blgc/config": "workspace:*",
"@types/node": "^20.14.2"
"@figma/plugin-typings": "^1.100.2",
"@types/node": "^22.9.0"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-webfonts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^22.5.0",
"@types/node": "^22.9.0",
"dotenv": "^16.4.5",
"openapi-typescript": "^7.3.0"
"openapi-typescript": "^7.4.2"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/openapi-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@blgc/config": "workspace:*",
"@types/express": "^5.0.0",
"@types/express-serve-static-core": "^5.0.1",
"@types/node": "^22.8.5",
"@types/node": "^22.9.0",
"express": "^4.21.1",
"hono": "^4.6.8",
"valibot": "^0.42.1",
"hono": "^4.6.9",
"valibot": "1.0.0-beta.3",
"validation-adapters": "workspace:*"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://builder.group/?source=package-json",
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^20.14.1"
"@types/node": "^22.9.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/validation-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^20.14.1"
"@types/node": "^22.9.0"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/validation-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"homepage": "https://builder.group/?source=github",
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^20.14.1",
"valibot": "^0.35.0",
"@types/node": "^22.9.0",
"valibot": "1.0.0-beta.3",
"validation-adapter": "workspace:*",
"yup": "^1.4.0",
"zod": "^3.23.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/xml-tokenizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"homepage": "https://builder.group/?source=package-json",
"devDependencies": {
"@blgc/config": "workspace:*",
"@types/node": "^20.14.10",
"@types/node": "^22.9.0",
"@types/sax": "^1.2.7",
"@types/xml2js": "^0.4.14",
"camaro": "^6.2.3",
"fast-xml-parser": "^4.4.1",
"fast-xml-parser": "^4.5.0",
"sax": "^1.4.1",
"saxen": "^10.0.0",
"txml": "^5.1.1",
Expand Down
Loading

0 comments on commit 9d85e49

Please sign in to comment.