Skip to content

Commit

Permalink
v6.34.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Sep 29, 2022
1 parent 7a11c29 commit 2927387
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.34.4",
"version": "6.34.5",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
30 changes: 15 additions & 15 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-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-cypress",
"version": "6.34.4",
"version": "6.34.5",
"description": "Integrates Cypress based testing into your Gasket application",
"main": "lib",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-intl",
"version": "6.34.4",
"version": "6.34.5",
"description": "NodeJS script to build localization files.",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-jest",
"version": "6.34.4",
"version": "6.34.5",
"description": "Integrated jest into your application.",
"main": "lib",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-mocha",
"version": "6.34.4",
"version": "6.34.5",
"description": "Integrates mocha based testing in to your Gasket application",
"main": "lib",
"files": [
Expand Down
10 changes: 7 additions & 3 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": "6.34.4",
"version": "6.34.5",
"description": "Adds Next support to your application",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -96,8 +96,12 @@
},
"overrides": [
{
"files": [ "generator/**/*.js" ],
"extends": ["godaddy-react"]
"files": [
"generator/**/*.js"
],
"extends": [
"godaddy-react"
]
}
]
},
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": "6.34.4",
"version": "6.34.5",
"description": "Basic NextJS Framework",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"@gasket/plugin-express": "^6.34.4",
"@gasket/plugin-https": "^6.34.4",
"@gasket/plugin-log": "^6.34.4",
"@gasket/plugin-nextjs": "^6.34.4",
"@gasket/plugin-nextjs": "^6.34.5",
"@gasket/plugin-redux": "^6.34.4",
"@gasket/plugin-webpack": "^6.34.4"
},
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": "6.34.4",
"version": "6.34.5",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -45,20 +45,20 @@
"@gasket/plugin-elastic-apm": "^6.34.4",
"@gasket/plugin-express": "^6.34.4",
"@gasket/plugin-https": "^6.34.4",
"@gasket/plugin-intl": "^6.34.4",
"@gasket/plugin-intl": "^6.34.5",
"@gasket/plugin-log": "^6.34.4",
"@gasket/plugin-manifest": "^6.34.4",
"@gasket/plugin-metadata": "^6.34.4",
"@gasket/plugin-metrics": "^6.34.4",
"@gasket/plugin-nextjs": "^6.34.4",
"@gasket/plugin-nextjs": "^6.34.5",
"@gasket/plugin-redux": "^6.34.4",
"@gasket/plugin-service-worker": "^6.34.4",
"@gasket/plugin-start": "^6.34.4",
"@gasket/plugin-swagger": "^6.34.4",
"@gasket/plugin-webpack": "^6.34.4",
"@gasket/plugin-workbox": "^6.34.4",
"@gasket/preset-api": "^6.34.4",
"@gasket/preset-nextjs": "^6.34.4",
"@gasket/preset-nextjs": "^6.34.5",
"@gasket/preset-pwa": "^6.34.4",
"@gasket/react-intl": "^6.34.4",
"@gasket/redux": "^6.34.4",
Expand Down

0 comments on commit 2927387

Please sign in to comment.