Skip to content

Commit

Permalink
v7.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Nov 20, 2024
1 parent a763c9a commit 4ccc826
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 35 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.13",
"version": "7.0.14",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
34 changes: 17 additions & 17 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-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-express",
"version": "7.0.12",
"version": "7.0.14",
"description": "Adds express support to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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": "7.0.9",
"version": "7.0.14",
"description": "NodeJS script to build localization files.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-plugin-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-redux",
"version": "7.0.9",
"version": "7.0.14",
"description": "Gasket Redux Setup",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-redux",
"devDependencies": {
"@gasket/core": "^7.0.9",
"@gasket/redux": "^7.0.1",
"@gasket/redux": "^7.0.14",
"acorn": "^8.11.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
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.13",
"version": "7.0.14",
"description": "Create Express-based API with Gasket",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-api",
"dependencies": {
"@gasket/plugin-cypress": "^7.0.9",
"@gasket/plugin-express": "^7.0.12",
"@gasket/plugin-express": "^7.0.14",
"@gasket/plugin-fastify": "^7.0.13",
"@gasket/plugin-https": "^7.0.9",
"@gasket/plugin-jest": "^7.0.10",
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.12",
"version": "7.0.14",
"description": "Basic NextJS Framework",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-nextjs",
"dependencies": {
"@gasket/plugin-cypress": "^7.0.9",
"@gasket/plugin-express": "^7.0.12",
"@gasket/plugin-express": "^7.0.14",
"@gasket/plugin-https": "^7.0.9",
"@gasket/plugin-intl": "^7.0.9",
"@gasket/plugin-intl": "^7.0.14",
"@gasket/plugin-jest": "^7.0.10",
"@gasket/plugin-lint": "^7.0.3",
"@gasket/plugin-mocha": "^7.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/redux",
"version": "7.0.1",
"version": "7.0.14",
"description": "Gasket Redux Configuration",
"main": "lib",
"types": "src/index.d.ts",
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.13",
"version": "7.0.14",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -50,30 +50,30 @@
"@gasket/plugin-docs-graphs": "^7.0.1",
"@gasket/plugin-docusaurus": "^7.0.9",
"@gasket/plugin-elastic-apm": "^7.0.9",
"@gasket/plugin-express": "^7.0.12",
"@gasket/plugin-express": "^7.0.14",
"@gasket/plugin-fastify": "^7.0.13",
"@gasket/plugin-git": "^7.0.9",
"@gasket/plugin-happyfeet": "^7.0.4",
"@gasket/plugin-https": "^7.0.9",
"@gasket/plugin-intl": "^7.0.9",
"@gasket/plugin-intl": "^7.0.14",
"@gasket/plugin-jest": "^7.0.10",
"@gasket/plugin-logger": "^7.0.9",
"@gasket/plugin-manifest": "^7.0.9",
"@gasket/plugin-metadata": "^7.0.9",
"@gasket/plugin-mocha": "^7.0.4",
"@gasket/plugin-morgan": "^7.0.9",
"@gasket/plugin-nextjs": "^7.0.9",
"@gasket/plugin-redux": "^7.0.9",
"@gasket/plugin-redux": "^7.0.14",
"@gasket/plugin-service-worker": "^7.0.9",
"@gasket/plugin-swagger": "^7.0.9",
"@gasket/plugin-typescript": "^7.0.1",
"@gasket/plugin-webpack": "^7.0.9",
"@gasket/plugin-winston": "^7.0.9",
"@gasket/plugin-workbox": "^7.0.9",
"@gasket/preset-api": "^7.0.13",
"@gasket/preset-nextjs": "^7.0.12",
"@gasket/preset-api": "^7.0.14",
"@gasket/preset-nextjs": "^7.0.14",
"@gasket/react-intl": "^7.0.1",
"@gasket/redux": "^7.0.1",
"@gasket/redux": "^7.0.14",
"@gasket/utils": "^7.0.9",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 4ccc826

Please sign in to comment.