Skip to content

Commit

Permalink
fix: Resolve pnpm lockfile synchronization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GIHAA committed Apr 12, 2024
1 parent dab0359 commit e77ae5e
Show file tree
Hide file tree
Showing 7 changed files with 2,095 additions and 1,980 deletions.
2 changes: 1 addition & 1 deletion packages/express-http-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "bash ../../scripts/test/test.sh"
},
"devDependencies": {
"express": "^4.16.2"
"express": "^4.19.2"
},
"author": "SLIIT FOSS",
"license": "MIT",
Expand Down
66 changes: 33 additions & 33 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@sliit-foss/functions",
"version": "2.10.0",
"description": "Just a small set of utility functions",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/functions",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "bash ../../scripts/test/test.sh"
},
"dependencies": {
"@sliit-foss/module-logger": "1.3.1",
"chalk": "4.1.2",
"express-http-context": "1.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/packages/functions/readme.md",
"keywords": [
"utilities"
],
"author": "SLIIT FOSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
}
}
{
"name": "@sliit-foss/functions",
"version": "2.10.0",
"description": "Just a small set of utility functions",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/functions",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "bash ../../scripts/test/test.sh"
},
"dependencies": {
"@sliit-foss/module-logger": "workspace:*",
"chalk": "4.1.2",
"express-http-context": "1.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/packages/functions/readme.md",
"keywords": [
"utilities"
],
"author": "SLIIT FOSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
}
}
64 changes: 32 additions & 32 deletions packages/http-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "@sliit-foss/http-logger",
"version": "1.3.1",
"description": "Http logging middleware for Express.js",
"main": "dist/index.js",
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/http-logger",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "bash ../../scripts/test/test.sh"
},
"dependencies": {
"@sliit-foss/module-logger": "1.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/packages/http-logger/readme.md",
"keywords": [
"logging",
"http-logging",
"middleware"
],
"author": "SLIIT FOSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
}
}
{
"name": "@sliit-foss/http-logger",
"version": "1.3.1",
"description": "Http logging middleware for Express.js",
"main": "dist/index.js",
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/http-logger",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "bash ../../scripts/test/test.sh"
},
"dependencies": {
"@sliit-foss/module-logger": "workspace:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/packages/http-logger/readme.md",
"keywords": [
"logging",
"http-logging",
"middleware"
],
"author": "SLIIT FOSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
}
}
74 changes: 37 additions & 37 deletions packages/service-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@sliit-foss/service-connector",
"version": "2.2.1",
"description": "A package to isolate filters and sorts from a given request's query parameters",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/service-connector",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "bash ../../scripts/test/test.sh"
},
"dependencies": {
"@sliit-foss/module-logger": "1.3.1",
"axios": "1.6.0",
"chalk": "4.1.2",
"express-http-context": "1.2.4",
"http-errors": "2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/packages/service-connector/readme.md",
"keywords": [
"service-connector",
"microservice-connector",
"axios-decorator"
],
"author": "SLIIT FOSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
}
}
{
"name": "@sliit-foss/service-connector",
"version": "2.2.1",
"description": "A package to isolate filters and sorts from a given request's query parameters",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/service-connector",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "bash ../../scripts/test/test.sh"
},
"dependencies": {
"@sliit-foss/module-logger": "workspace:*",
"axios": "1.6.0",
"chalk": "4.1.2",
"express-http-context": "1.2.4",
"http-errors": "2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/packages/service-connector/readme.md",
"keywords": [
"service-connector",
"microservice-connector",
"axios-decorator"
],
"author": "SLIIT FOSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
}
}
64 changes: 32 additions & 32 deletions plugins/eslint-config-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "@sliit-foss/eslint-config-internal",
"version": "1.1.6",
"description": "Custom ESLint config for SLIIT FOSS",
"main": "dist/index.js",
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/eslint-config-internal",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "dotenv -- jest --coverage --verbose --runInBand --forceExit"
},
"keywords": [
"eslint-plugin",
"eslint"
],
"devDependencies": {
"eslint": "^8.36.0",
"eslint-plugin-import": "^2.27.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/plugins/eslint-config-internal/readme.md",
"author": "SLIIT FOSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
}
}
{
"name": "@sliit-foss/eslint-config-internal",
"version": "1.1.6",
"description": "Custom ESLint config for SLIIT FOSS",
"main": "dist/index.js",
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/eslint-config-internal",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "dotenv -- jest --coverage --verbose --runInBand --forceExit"
},
"keywords": [
"eslint-plugin",
"eslint"
],
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/plugins/eslint-config-internal/readme.md",
"author": "SLIIT FOSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
}
}
2 changes: 1 addition & 1 deletion plugins/mongoose-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mongoose": ">=5"
},
"devDependencies": {
"mongoose": "^5"
"mongoose": "^5.13.22"
},
"author": "SLIIT FOSS",
"license": "MIT",
Expand Down
Loading

0 comments on commit e77ae5e

Please sign in to comment.