Skip to content

Commit

Permalink
v7.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Jan 22, 2025
1 parent 4582d5c commit 90083da
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 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.1.6",
"version": "7.1.7",
"$schema": "https://json.schemastore.org/lerna.json",
"useNx": true,
"packages": [
Expand Down
16 changes: 8 additions & 8 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-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-lint",
"version": "7.1.3",
"version": "7.1.7",
"description": "Adds GoDaddy standard linting 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.1.4",
"version": "7.1.7",
"description": "Create Express-based API with Gasket",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@gasket/plugin-fastify": "^7.1.4",
"@gasket/plugin-https": "^7.1.4",
"@gasket/plugin-jest": "^7.1.0",
"@gasket/plugin-lint": "^7.1.3",
"@gasket/plugin-lint": "^7.1.7",
"@gasket/plugin-mocha": "^7.1.0",
"@gasket/plugin-swagger": "^7.1.4",
"@gasket/plugin-typescript": "^7.1.4",
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.1.6",
"version": "7.1.7",
"description": "Basic NextJS Framework",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@gasket/plugin-https-proxy": "^7.1.4",
"@gasket/plugin-intl": "^7.1.4",
"@gasket/plugin-jest": "^7.1.0",
"@gasket/plugin-lint": "^7.1.3",
"@gasket/plugin-lint": "^7.1.7",
"@gasket/plugin-mocha": "^7.1.0",
"@gasket/plugin-nextjs": "^7.1.6",
"@gasket/plugin-typescript": "^7.1.4",
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.1.6",
"version": "7.1.7",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -70,8 +70,8 @@
"@gasket/plugin-webpack": "^7.1.4",
"@gasket/plugin-winston": "^7.1.4",
"@gasket/plugin-workbox": "^7.1.4",
"@gasket/preset-api": "^7.1.4",
"@gasket/preset-nextjs": "^7.1.6",
"@gasket/preset-api": "^7.1.7",
"@gasket/preset-nextjs": "^7.1.7",
"@gasket/react-intl": "^7.1.4",
"@gasket/redux": "^7.1.0",
"@gasket/utils": "^7.1.4",
Expand Down

0 comments on commit 90083da

Please sign in to comment.