Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anteprimorac committed Dec 11, 2023
1 parent 64c2978 commit 4aa4a1b
Show file tree
Hide file tree
Showing 11 changed files with 2,862 additions and 2,316 deletions.
6 changes: 3 additions & 3 deletions .yalc/@medusajs/medusa-oas-cli/dist/command-docs.js

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

2 changes: 1 addition & 1 deletion .yalc/@medusajs/medusa-oas-cli/dist/command-docs.js.map

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

10 changes: 5 additions & 5 deletions .yalc/@medusajs/medusa-oas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.2.17",
"version": "0.2.24",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
Expand All @@ -26,10 +26,10 @@
"medusa-oas": "ts-node src/index.ts"
},
"dependencies": {
"@medusajs/medusa": "^1.15.0",
"@medusajs/medusa": "^1.17.4",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "^1.10.3",
"@medusajs/utils": "^1.9.7",
"@medusajs/types": "^1.11.6",
"@medusajs/utils": "^1.10.5",
"@readme/json-schema-ref-parser": "^1.2.0",
"@readme/openapi-parser": "^2.4.0",
"@redocly/cli": "1.0.0-beta.123",
Expand All @@ -40,5 +40,5 @@
"openapi3-ts": "^3.1.2",
"swagger-inline": "^6.1.0"
},
"yalcSig": "e34a68afd86c145a1d32a249322d74a2"
"yalcSig": "a551164f4c2ba89bd44704dd275e2fc3"
}
2 changes: 1 addition & 1 deletion .yalc/@medusajs/medusa-oas-cli/yalc.sig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e34a68afd86c145a1d32a249322d74a2
a551164f4c2ba89bd44704dd275e2fc3
14 changes: 7 additions & 7 deletions dev/medusa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"start": "NODE_TLS_REJECT_UNAUTHORIZED='0' medusa start"
},
"dependencies": {
"@medusajs/admin": "^7.1.5",
"@medusajs/cache-redis": "^1.8.8",
"@medusajs/event-bus-redis": "^1.8.9",
"@medusajs/admin": "^7.1.8",
"@medusajs/cache-redis": "^1.9.0",
"@medusajs/event-bus-redis": "^1.8.10",
"@medusajs/file-local": "^1.0.2",
"@medusajs/medusa": "^1.17.2",
"@medusajs/medusa": "^1.18.1",
"@medusajs/medusa-cli": "^1.3.21",
"medusa-fulfillment-manual": "^1.1.38",
"medusa-interfaces": "^1.3.7",
Expand All @@ -31,9 +31,9 @@
"medusa"
],
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-typescript": "^7.23.2",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@types/babel__core": "^7.20.5",
"babel-preset-medusa-package": "^1.1.19"
},
Expand Down
18 changes: 9 additions & 9 deletions dev/wp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"license": "ISC",
"homepage": "https://github.com/Agilo/web-starter#readme",
"dependencies": {
"@agilorunner/devcert": "^2.4.0",
"@agilorunner/fs": "^2.4.0",
"@agilorunner/html": "^2.4.0",
"@agilorunner/i18n": "^2.4.0",
"@agilorunner/js": "^2.4.0",
"@agilorunner/run": "^2.4.0",
"@agilorunner/sass": "^2.4.0",
"@agilorunner/svg": "^2.4.0",
"@agilorunner/wordpress": "^2.4.0",
"@agilorunner/devcert": "^3.0.0",
"@agilorunner/fs": "^3.0.0",
"@agilorunner/html": "^3.0.0",
"@agilorunner/i18n": "^3.0.0",
"@agilorunner/js": "^3.0.0",
"@agilorunner/run": "^3.0.0",
"@agilorunner/sass": "^3.0.0",
"@agilorunner/svg": "^3.0.0",
"@agilorunner/wordpress": "^3.0.0",
"fjaka": "^2.5.0",
"svgxuse": "^1.2.6"
},
Expand Down
22 changes: 11 additions & 11 deletions medusa-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@
"release": "np"
},
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"medusa-core-utils": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.19.4",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/express-session": "^1.17.9",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"np": "^8.0.4"
"np": "^9.2.0"
},
"peerDependencies": {
"@medusajs/medusa": "^1.17.2",
Expand Down
Loading

0 comments on commit 4aa4a1b

Please sign in to comment.