Skip to content

Commit

Permalink
Published Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Nov 4, 2024
1 parent b111ebc commit 33abeff
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions application-typings/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 application-typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gpa-gemstone/application-typings",
"version": "0.0.77",
"version": "0.0.78",
"description": "Application typings for GPA products",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
34 changes: 17 additions & 17 deletions common-pages/package-lock.json

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

8 changes: 4 additions & 4 deletions common-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gpa-gemstone/common-pages",
"version": "0.0.120",
"version": "0.0.121",
"description": "Common UI pages for GPA products",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,11 +44,11 @@
"typescript": "5.5.3"
},
"dependencies": {
"@gpa-gemstone/application-typings": "0.0.77",
"@gpa-gemstone/application-typings": "0.0.78",
"@gpa-gemstone/gpa-symbols": "0.0.43",
"@gpa-gemstone/helper-functions": "0.0.35",
"@gpa-gemstone/react-forms": "1.1.74",
"@gpa-gemstone/react-interactive": "1.0.134",
"@gpa-gemstone/react-forms": "1.1.75",
"@gpa-gemstone/react-interactive": "1.0.135",
"@gpa-gemstone/react-table": "1.2.56",
"@reduxjs/toolkit": "1.8.3",
"crypto-js": "^4.2.0",
Expand Down
18 changes: 9 additions & 9 deletions react-forms/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 react-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gpa-gemstone/react-forms",
"version": "1.1.74",
"version": "1.1.75",
"description": "React Form modules for gpa webapps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "5.5.3"
},
"dependencies": {
"@gpa-gemstone/application-typings": "0.0.77",
"@gpa-gemstone/application-typings": "0.0.78",
"@gpa-gemstone/gpa-symbols": "0.0.43",
"@gpa-gemstone/helper-functions": "0.0.35",
"@types/react": "^17.0.14",
Expand Down
36 changes: 18 additions & 18 deletions react-interactive/package-lock.json

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

6 changes: 3 additions & 3 deletions react-interactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gpa-gemstone/react-interactive",
"version": "1.0.134",
"version": "1.0.135",
"description": "Interactive UI Components for GPA products",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -47,10 +47,10 @@
"typescript": "5.5.3"
},
"dependencies": {
"@gpa-gemstone/application-typings": "0.0.77",
"@gpa-gemstone/application-typings": "0.0.78",
"@gpa-gemstone/gpa-symbols": "0.0.43",
"@gpa-gemstone/helper-functions": "0.0.35",
"@gpa-gemstone/react-forms": "1.1.74",
"@gpa-gemstone/react-forms": "1.1.75",
"@gpa-gemstone/react-table": "1.2.56",
"@reduxjs/toolkit": "1.8.3",
"jquery": "^3.6.0",
Expand Down

0 comments on commit 33abeff

Please sign in to comment.