Skip to content

Commit

Permalink
v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Oct 9, 2024
1 parent bc09807 commit b023043
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 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.2",
"version": "7.0.3",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/create-gasket-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gasket-app",
"version": "7.0.2",
"version": "7.0.3",
"description": "starter pack for creating a gasket app",
"type": "module",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@gasket/core": "^7.0.1",
"@gasket/plugin-command": "^7.0.1",
"@gasket/plugin-docs": "^7.0.1",
"@gasket/plugin-docusaurus": "^7.0.1",
"@gasket/plugin-docusaurus": "^7.0.3",
"@gasket/plugin-git": "^7.0.1",
"@gasket/plugin-logger": "^7.0.1",
"@gasket/plugin-metadata": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-cypress",
"version": "7.0.1",
"version": "7.0.3",
"description": "Integrates Cypress based testing into your Gasket application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-docusaurus",
"version": "7.0.1",
"version": "7.0.3",
"description": "Gasket plugin for docusaurus",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
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.1",
"version": "7.0.3",
"description": "Adds fastify support to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
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.0.1",
"version": "7.0.3",
"description": "Adds GoDaddy standard linting to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "7.0.3",
"description": "Create Express-based API with Gasket",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-api",
"dependencies": {
"@gasket/plugin-cypress": "^7.0.1",
"@gasket/plugin-cypress": "^7.0.3",
"@gasket/plugin-express": "^7.0.1",
"@gasket/plugin-fastify": "^7.0.1",
"@gasket/plugin-fastify": "^7.0.3",
"@gasket/plugin-https": "^7.0.1",
"@gasket/plugin-jest": "^7.0.1",
"@gasket/plugin-lint": "^7.0.1",
"@gasket/plugin-lint": "^7.0.3",
"@gasket/plugin-mocha": "^7.0.1",
"@gasket/plugin-swagger": "^7.0.1",
"@gasket/plugin-typescript": "^7.0.1",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "7.0.3",
"description": "Basic NextJS Framework",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-nextjs",
"dependencies": {
"@gasket/plugin-cypress": "^7.0.1",
"@gasket/plugin-cypress": "^7.0.3",
"@gasket/plugin-express": "^7.0.1",
"@gasket/plugin-https": "^7.0.1",
"@gasket/plugin-intl": "^7.0.1",
"@gasket/plugin-jest": "^7.0.1",
"@gasket/plugin-lint": "^7.0.1",
"@gasket/plugin-lint": "^7.0.3",
"@gasket/plugin-mocha": "^7.0.1",
"@gasket/plugin-nextjs": "^7.0.1",
"@gasket/plugin-typescript": "^7.0.1",
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "7.0.3",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -44,14 +44,14 @@
"@gasket/nextjs": "^7.0.1",
"@gasket/plugin-analyze": "^7.0.1",
"@gasket/plugin-command": "^7.0.1",
"@gasket/plugin-cypress": "^7.0.1",
"@gasket/plugin-cypress": "^7.0.3",
"@gasket/plugin-data": "^7.0.1",
"@gasket/plugin-docs": "^7.0.1",
"@gasket/plugin-docs-graphs": "^7.0.1",
"@gasket/plugin-docusaurus": "^7.0.1",
"@gasket/plugin-docusaurus": "^7.0.3",
"@gasket/plugin-elastic-apm": "^7.0.1",
"@gasket/plugin-express": "^7.0.1",
"@gasket/plugin-fastify": "^7.0.1",
"@gasket/plugin-fastify": "^7.0.3",
"@gasket/plugin-git": "^7.0.1",
"@gasket/plugin-happyfeet": "^7.0.1",
"@gasket/plugin-https": "^7.0.1",
Expand All @@ -70,14 +70,14 @@
"@gasket/plugin-webpack": "^7.0.1",
"@gasket/plugin-winston": "^7.0.1",
"@gasket/plugin-workbox": "^7.0.1",
"@gasket/preset-api": "^7.0.1",
"@gasket/preset-nextjs": "^7.0.1",
"@gasket/preset-api": "^7.0.3",
"@gasket/preset-nextjs": "^7.0.3",
"@gasket/react-intl": "^7.0.1",
"@gasket/redux": "^7.0.1",
"@gasket/utils": "^7.0.1",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"create-gasket-app": "^7.0.2",
"create-gasket-app": "^7.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-godaddy-react-typescript": "^4.0.2",
Expand Down

0 comments on commit b023043

Please sign in to comment.