From 209a748ce8d2bfd3466ee7dcbe6b9d25524b8524 Mon Sep 17 00:00:00 2001 From: Mark Fyffe Date: Wed, 15 May 2024 12:36:13 -0400 Subject: [PATCH 1/3] STARCH-813 version 0.7.4-SNAPSHOT --- pom.xml | 2 +- util/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 10d2eee..b310cac 100755 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ iu-js-parent - 0.7.3-SNAPSHOT + 0.7.4-SNAPSHOT IU JavaScript Parent pom diff --git a/util/pom.xml b/util/pom.xml index 7c8bf17..3297074 100755 --- a/util/pom.xml +++ b/util/pom.xml @@ -6,7 +6,7 @@ edu.iu.util iu-js-parent - 0.7.3-SNAPSHOT + 0.7.4-SNAPSHOT iu-js-util From fd515633573740d5e73fa1a761ee8dac9032ee4b Mon Sep 17 00:00:00 2001 From: anderjak Date: Wed, 4 Sep 2024 19:59:53 -0400 Subject: [PATCH 2/3] STARCH-884. Update JS dependencies --- util/package.json | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/util/package.json b/util/package.json index 4f89961..21c9532 100755 --- a/util/package.json +++ b/util/package.json @@ -1,20 +1,19 @@ { - "name": "iu-js-util", - "description": "IU JavaScript Utilities", - "version": "0.7.0", - "private": false, - "repository": { - "url": "git@github.com:indiana-university/iu-js.git" - }, - "devDependencies": { - "@babel/core": "7.18.9", - "@babel/preset-env": "7.18.9", - "@babel/runtime": "7.18.9", - "@babel/plugin-transform-runtime": "7.18.9", - "babel-loader": "8.2.5", - "webpack": "5.76.0", - "webpack-cli": "4.10.0", - "standard": "17.0.0" - }, - "dependencies": {} + "name": "iu-js-util", + "description": "IU JavaScript Utilities", + "version": "0.7.0", + "private": false, + "repository": { + "url": "git@github.com:indiana-university/iu-js.git" + }, + "devDependencies": { + "@babel/core": "7.25.2", + "@babel/plugin-transform-runtime": "7.25.4", + "@babel/preset-env": "7.25.4", + "@babel/runtime": "7.25.6", + "babel-loader": "8.3.0", + "standard": "17.1.0", + "webpack": "5.94.0", + "webpack-cli": "4.10.0" + } } From 6afacc92fe3facd60ab0695a2cabe29b907871ed Mon Sep 17 00:00:00 2001 From: Mark Fyffe Date: Wed, 2 Oct 2024 09:14:10 -0400 Subject: [PATCH 3/3] STARCH-884 node/npm upgrade --- pom.xml | 6 +++--- util/package.json | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b310cac..649d6da 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ edu.iu.util iu-java-parent - 7.0.0-SNAPSHOT + 7.0.4 @@ -30,8 +30,8 @@ frontend-maven-plugin 1.12.1 - v16.16.0 - 8.11.0 + v20.17.0 + 10.8.2 ${project.build.directory}/js diff --git a/util/package.json b/util/package.json index 21c9532..374f1cd 100755 --- a/util/package.json +++ b/util/package.json @@ -1,7 +1,6 @@ { "name": "iu-js-util", "description": "IU JavaScript Utilities", - "version": "0.7.0", "private": false, "repository": { "url": "git@github.com:indiana-university/iu-js.git"