Skip to content

Commit

Permalink
v6.47.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Sep 12, 2024
1 parent 21d1a65 commit b80d971
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.47.2",
"version": "6.47.3",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
28 changes: 14 additions & 14 deletions package-lock.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/gasket-plugin-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-express",
"version": "6.47.1",
"version": "6.47.3",
"description": "Adds express support to your application",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-preset-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/preset-api",
"version": "6.47.1",
"version": "6.47.3",
"description": "Create Express-based API with Gasket",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"@gasket/plugin-config": "^6.47.1",
"@gasket/plugin-docs": "^6.47.1",
"@gasket/plugin-docsify": "^6.47.1",
"@gasket/plugin-express": "^6.47.1",
"@gasket/plugin-express": "^6.47.3",
"@gasket/plugin-https": "^6.47.1",
"@gasket/plugin-lint": "^6.47.1",
"@gasket/plugin-log": "^6.47.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-preset-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/preset-nextjs",
"version": "6.47.1",
"version": "6.47.3",
"description": "Basic NextJS Framework",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/godaddy/gasket/issues"
},
"dependencies": {
"@gasket/plugin-express": "^6.47.1",
"@gasket/plugin-express": "^6.47.3",
"@gasket/plugin-https": "^6.47.1",
"@gasket/plugin-log": "^6.47.1",
"@gasket/plugin-nextjs": "^6.47.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/gasket-typescript-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gasket/typescript-tests",
"private": true,
"version": "6.47.2",
"version": "6.47.3",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@gasket/plugin-docs": "^6.47.1",
"@gasket/plugin-docusaurus": "^6.47.1",
"@gasket/plugin-elastic-apm": "^6.47.1",
"@gasket/plugin-express": "^6.47.1",
"@gasket/plugin-express": "^6.47.3",
"@gasket/plugin-https": "^6.47.1",
"@gasket/plugin-intl": "^6.47.2",
"@gasket/plugin-log": "^6.47.1",
Expand All @@ -60,8 +60,8 @@
"@gasket/plugin-swagger": "^6.47.1",
"@gasket/plugin-webpack": "^6.47.1",
"@gasket/plugin-workbox": "^6.47.1",
"@gasket/preset-api": "^6.47.1",
"@gasket/preset-nextjs": "^6.47.1",
"@gasket/preset-api": "^6.47.3",
"@gasket/preset-nextjs": "^6.47.3",
"@gasket/preset-pwa": "^6.47.1",
"@gasket/react-intl": "^6.47.2",
"@gasket/redux": "^6.47.1",
Expand Down

0 comments on commit b80d971

Please sign in to comment.