Skip to content

Commit

Permalink
fix: bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Feb 7, 2025
1 parent 3ee94a4 commit 91a7990
Show file tree
Hide file tree
Showing 27 changed files with 1,726 additions and 1,711 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "foundation",
"private": true,
"version": "0.0.1",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"type": "module",
"license": "MIT",
"author": "Wroud",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/api-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"!lib/tests",
"!.tsbuildinfo"
],
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@wroud/ci": "workspace:^",
"@wroud/tsconfig": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wroud/ci",
"private": true,
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"bin": "./lib/cli.js",
"scripts": {
"test": "tests-runner",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/conventional-commits-bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A utility for determining version bump types (major, minor, patch) based on conventional commit messages, facilitating semantic versioning in your projects.",
"version": "0.1.2",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"bin": "./lib/cli.js",
"exports": {
".": "./lib/index.js"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A TypeScript library for generating markdown changelogs from conventional commit messages, providing a structured and consistent format for documenting project updates.",
"version": "0.1.2",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"exports": {
".": "./lib/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/conventional-commits-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A lightweight parser for conventional commits that supports extracting commit metadata, generating commit messages, and managing commit trailers in TypeScript.",
"version": "0.1.2",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"exports": {
".": "./lib/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/di-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wroud/di-react",
"description": "A simple and lightweight dependency injection library for React",
"version": "0.4.2",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"type": "module",
"license": "MIT",
"author": "Wroud",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/di-tools-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wroud/di-tools-analyzer",
"description": "DI Tools Analyzer is a tool that helps you to analyze the dependency injection tools in your project and generate a report for them.",
"version": "0.5.1",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"type": "module",
"license": "MIT",
"author": "Wroud",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/di-tools-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"!lib/tests",
"!.tsbuildinfo"
],
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@wroud/tsconfig": "workspace:^",
"rimraf": "^6",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/di-tools-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "@wroud/di-tools-codemod is a codemod utility that automates the migration of your codebase from Inversify to @wroud/di. It streamlines the transformation process, allowing for effortless and customizable transitions through configuration support.",
"version": "0.3.2",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A simple and lightweight dependency injection library for JavaScript and TypeScript",
"version": "0.15.1",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev/packages/di/overview",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/flow-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"!lib/tests",
"!.tsbuildinfo"
],
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@wroud/api-logger": "workspace:^",
"@wroud/ci": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A lightweight toolset for working with local git, including utilities for retrieving git commits and tags, ideal for CI/CD pipelines and automated release workflows.",
"version": "0.1.3",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A lightweight GitHub integration library for working with git history, co-authors, issues, and commit links. Supports extracting GitHub metadata, generating GitHub URLs, and managing commit trailers in TypeScript.",
"version": "0.1.2",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"exports": {
".": "./lib/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/preconditions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"!lib/tests",
"!.tsbuildinfo"
],
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@wroud/ci": "workspace:^",
"@wroud/tsconfig": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/tests-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wroud/tests-runner",
"private": true,
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"bin": {
"benchmark": "./bin/benchmark.mjs",
"tests-runner": "./bin/tests-runner.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/ts-project-linker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wroud/ts-project-linker",
"description": "A CLI tool that synchronizes TypeScript project references with package dependencies, supporting sub configurations like tsconfig.*.json.",
"version": "0.2.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/ts-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wroud/ts-template",
"description": "",
"version": "0.5.1",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@wroud/tsconfig",
"private": true,
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}
2 changes: 1 addition & 1 deletion packages/@wroud/vite-plugin-asset-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Vite plugin for custom asset resolution, mapping 'dist' to 'src' directories and resolving files like SVG, images, and other resources. Supports multiple directory aliases and file extensions for flexible module resolution.",
"version": "0.1.4",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/vite-plugin-ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"!lib/tests",
"!.tsbuildinfo"
],
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/vite-plugin-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Vite plugin that uses TypeScript's tsc to transpile TypeScript sources for seamless bundling.",
"version": "0.11.5",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/_aggregate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wroud/_aggregate",
"version": "0.0.1",
"private": true,
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"type": "module",
"license": "MIT",
"author": "Wroud",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wroud/docs",
"type": "module",
"private": true,
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1",
"@types/node": "^20",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-fragment-masking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Type-safe fragment masking plugin for GraphQL Code Generator, providing helper functions for managing GraphQL fragments with enhanced type safety and customizable configurations.",
"version": "0.1.2",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-typed-document-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A custom GraphQL Code Generator plugin to generate typed document nodes for TypeScript operations and fragments. Provides enhanced type safety with generated exports for GraphQL queries, mutations, and fragments.",
"version": "0.1.2",
"type": "module",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"license": "MIT",
"author": "Wroud",
"homepage": "https://wroud.dev/",
Expand Down
Loading

0 comments on commit 91a7990

Please sign in to comment.