Skip to content

Commit

Permalink
v7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kawikabader committed Oct 31, 2024
1 parent e762506 commit d0cd6dd
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 101 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.6",
"version": "7.0.7",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
103 changes: 13 additions & 90 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/gasket-plugin-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-nextjs",
"version": "7.0.6",
"version": "7.0.7",
"description": "Adds Next support to your application",
"types": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-nextjs",
"dependencies": {
"@gasket/plugin-webpack": "^7.0.6",
"@gasket/plugin-webpack": "^7.0.7",
"fastify": "^4.28.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-webpack",
"version": "7.0.6",
"version": "7.0.7",
"description": "Adds webpack support to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.6",
"version": "7.0.7",
"description": "Basic NextJS Framework",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@gasket/plugin-jest": "^7.0.1",
"@gasket/plugin-lint": "^7.0.3",
"@gasket/plugin-mocha": "^7.0.4",
"@gasket/plugin-nextjs": "^7.0.6",
"@gasket/plugin-nextjs": "^7.0.7",
"@gasket/plugin-typescript": "^7.0.1",
"@gasket/plugin-webpack": "^7.0.6",
"@gasket/plugin-webpack": "^7.0.7",
"@gasket/plugin-winston": "^7.0.6",
"@gasket/utils": "^7.0.6"
},
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": "7.0.6",
"version": "7.0.7",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -62,16 +62,16 @@
"@gasket/plugin-metadata": "^7.0.6",
"@gasket/plugin-mocha": "^7.0.4",
"@gasket/plugin-morgan": "^7.0.6",
"@gasket/plugin-nextjs": "^7.0.6",
"@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-typescript": "^7.0.1",
"@gasket/plugin-webpack": "^7.0.6",
"@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.6",
"@gasket/preset-nextjs": "^7.0.7",
"@gasket/react-intl": "^7.0.1",
"@gasket/redux": "^7.0.1",
"@gasket/utils": "^7.0.6",
Expand Down

0 comments on commit d0cd6dd

Please sign in to comment.