Skip to content

Commit

Permalink
v7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kawikabader committed Nov 8, 2024
1 parent 9e42e98 commit 7761a5c
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 100 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.7",
"version": "7.0.8",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
102 changes: 15 additions & 87 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": "7.0.6",
"version": "7.0.8",
"description": "Adds express support to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-swagger",
"version": "7.0.6",
"version": "7.0.8",
"description": "Generate and serve swagger docs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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": "7.0.6",
"version": "7.0.8",
"description": "Create Express-based API with Gasket",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,13 +32,13 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-api",
"dependencies": {
"@gasket/plugin-cypress": "^7.0.6",
"@gasket/plugin-express": "^7.0.6",
"@gasket/plugin-express": "^7.0.8",
"@gasket/plugin-fastify": "^7.0.6",
"@gasket/plugin-https": "^7.0.6",
"@gasket/plugin-jest": "^7.0.1",
"@gasket/plugin-lint": "^7.0.3",
"@gasket/plugin-mocha": "^7.0.4",
"@gasket/plugin-swagger": "^7.0.6",
"@gasket/plugin-swagger": "^7.0.8",
"@gasket/plugin-typescript": "^7.0.1",
"@gasket/plugin-winston": "^7.0.6"
},
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": "7.0.7",
"version": "7.0.8",
"description": "Basic NextJS Framework",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-nextjs",
"dependencies": {
"@gasket/plugin-cypress": "^7.0.6",
"@gasket/plugin-express": "^7.0.6",
"@gasket/plugin-express": "^7.0.8",
"@gasket/plugin-https": "^7.0.6",
"@gasket/plugin-intl": "^7.0.6",
"@gasket/plugin-jest": "^7.0.1",
Expand Down
10 changes: 5 additions & 5 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": "7.0.7",
"version": "7.0.8",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -50,7 +50,7 @@
"@gasket/plugin-docs-graphs": "^7.0.1",
"@gasket/plugin-docusaurus": "^7.0.6",
"@gasket/plugin-elastic-apm": "^7.0.6",
"@gasket/plugin-express": "^7.0.6",
"@gasket/plugin-express": "^7.0.8",
"@gasket/plugin-fastify": "^7.0.6",
"@gasket/plugin-git": "^7.0.6",
"@gasket/plugin-happyfeet": "^7.0.4",
Expand All @@ -65,13 +65,13 @@
"@gasket/plugin-nextjs": "^7.0.7",
"@gasket/plugin-redux": "^7.0.6",
"@gasket/plugin-service-worker": "^7.0.6",
"@gasket/plugin-swagger": "^7.0.6",
"@gasket/plugin-swagger": "^7.0.8",
"@gasket/plugin-typescript": "^7.0.1",
"@gasket/plugin-webpack": "^7.0.7",
"@gasket/plugin-winston": "^7.0.6",
"@gasket/plugin-workbox": "^7.0.6",
"@gasket/preset-api": "^7.0.6",
"@gasket/preset-nextjs": "^7.0.7",
"@gasket/preset-api": "^7.0.8",
"@gasket/preset-nextjs": "^7.0.8",
"@gasket/react-intl": "^7.0.1",
"@gasket/redux": "^7.0.1",
"@gasket/utils": "^7.0.6",
Expand Down

0 comments on commit 7761a5c

Please sign in to comment.