Skip to content

Commit 2e20f93

Browse files
chore (TCDICORE-340): add changeset and standardize dependencies
1 parent 79afd19 commit 2e20f93

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devgateway/wp-react-lib": patch
3+
---
4+
5+
Standardize dependencies for consitency

wp-react-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"immutable": "^5.1.3",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"react-intl": "^7.1.13",
18+
"react-intl": "^7.1.14",
1919
"react-redux": "^9.2.0",
2020
"semantic-ui-react": "^3.0.0-beta.2"
2121
},
@@ -35,8 +35,8 @@
3535
"immutable": "^5.1.3",
3636
"react": "^18.3.1",
3737
"react-dom": "^18.3.1",
38-
"react-intl": "^6.8.0",
39-
"react-redux": "^9.1.2",
38+
"react-intl": "^7.1.14",
39+
"react-redux": "^9.2.0",
4040
"semantic-ui-react": "^3.0.0-beta.2"
4141
},
4242
"scripts": {

0 commit comments

Comments
 (0)