Skip to content

Commit

Permalink
v7.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Nov 18, 2024
1 parent a5d5c94 commit 8b73429
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 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.12",
"version": "7.0.13",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
15 changes: 9 additions & 6 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-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-fastify",
"version": "7.0.12",
"version": "7.0.13",
"description": "Adds fastify support to your application",
"main": "lib/index.js",
"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": "7.0.12",
"version": "7.0.13",
"description": "Create Express-based API with Gasket",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@gasket/plugin-cypress": "^7.0.9",
"@gasket/plugin-express": "^7.0.12",
"@gasket/plugin-fastify": "^7.0.12",
"@gasket/plugin-fastify": "^7.0.13",
"@gasket/plugin-https": "^7.0.9",
"@gasket/plugin-jest": "^7.0.10",
"@gasket/plugin-lint": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "7.0.13",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -51,7 +51,7 @@
"@gasket/plugin-docusaurus": "^7.0.9",
"@gasket/plugin-elastic-apm": "^7.0.9",
"@gasket/plugin-express": "^7.0.12",
"@gasket/plugin-fastify": "^7.0.12",
"@gasket/plugin-fastify": "^7.0.13",
"@gasket/plugin-git": "^7.0.9",
"@gasket/plugin-happyfeet": "^7.0.4",
"@gasket/plugin-https": "^7.0.9",
Expand All @@ -70,7 +70,7 @@
"@gasket/plugin-webpack": "^7.0.9",
"@gasket/plugin-winston": "^7.0.9",
"@gasket/plugin-workbox": "^7.0.9",
"@gasket/preset-api": "^7.0.12",
"@gasket/preset-api": "^7.0.13",
"@gasket/preset-nextjs": "^7.0.12",
"@gasket/react-intl": "^7.0.1",
"@gasket/redux": "^7.0.1",
Expand Down

0 comments on commit 8b73429

Please sign in to comment.