This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 74a5453a Update to react 0.14.0
74a5453a is described below
commit 74a5453a2998aa62fb768b666f2bafe6cf219d03
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 14 00:53:28 2023 +0000
Update to react 0.14.0
---
www/roster/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/package.json b/www/roster/package.json
index c59a8149..e81986db 100644
--- a/www/roster/package.json
+++ b/www/roster/package.json
@@ -10,6 +10,6 @@
"devDependencies": {
"jsdom": "^22.0.0",
"jquery": "^3.2.1",
- "react": "^0.13.3"
+ "react": "^0.14.0"
}
}