Skip to content

Commit 965822f

Browse files
authored
Merge pull request #63 from davisshaver/bump-deps
⬆️ Update dependencies
2 parents 3353b48 + 4826394 commit 965822f

File tree

4 files changed

+495
-299
lines changed

4 files changed

+495
-299
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-rainbow",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "RainbowKit Login (Web3 Integration for Sign-In With Ethereum)",
55
"author": "Davis Shaver",
66
"license": "GPL-2.0-or-later",
@@ -21,26 +21,26 @@
2121
"url": "https://github.com/davisshaver/wp-rainbow/issues"
2222
},
2323
"dependencies": {
24-
"@rainbow-me/rainbowkit": "^2.0.7",
25-
"@tanstack/react-query": "^5.37.1",
26-
"@wordpress/block-editor": "^12.26.0",
27-
"@wordpress/blocks": "^12.35.0",
28-
"@wordpress/components": "^27.6.0",
29-
"@wordpress/i18n": "^4.58.0",
24+
"@rainbow-me/rainbowkit": "^2.1.2",
25+
"@tanstack/react-query": "^5.40.0",
26+
"@wordpress/block-editor": "^13.0.0",
27+
"@wordpress/blocks": "^13.0.0",
28+
"@wordpress/components": "^28.0.0",
29+
"@wordpress/i18n": "^5.0.0",
3030
"classnames": "^2.5.1",
3131
"process": "^0.11.10",
3232
"prop-types": "^15.8.1",
3333
"react-hook-form": "^7.51.5",
3434
"react-style-proptype": "^3.2.2",
3535
"util": "^0.12.5",
36-
"viem": "^2.12.0",
37-
"wagmi": "^2.9.4"
36+
"viem": "^2.13.3",
37+
"wagmi": "^2.9.8"
3838
},
3939
"devDependencies": {
40-
"@babel/preset-react": "^7.24.1",
41-
"@wordpress/eslint-plugin": "^18.1.0",
40+
"@babel/preset-react": "^7.24.6",
41+
"@wordpress/eslint-plugin": "^19.0.0",
4242
"@wordpress/scripts": "^27.9.0",
43-
"css-loader": "^7.1.1",
43+
"css-loader": "^7.1.2",
4444
"eslint-config-airbnb": "^19.0.4",
4545
"style-loader": "^3.3.4",
4646
"webpack": "^5.91.0",

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== RainbowKit Login (Web3 Integration for Sign-In With Ethereum) ===
22
Contributors: davisshaver
33
Tags: WordPress, web3, SIWE, Ethereum, RainbowKit, Sign-In With Ethereum
4-
Tested up to: 6.5.2
4+
Tested up to: 6.5.3
55
Requires at least: 5.9
66
Requires PHP: 7.0
7-
Stable tag: 0.4.6
7+
Stable tag: 0.5.3
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -70,6 +70,9 @@ Find reference implementations of all filters in [example plugin here](https://g
7070

7171
== Changelog ==
7272

73+
= 0.5.3 =
74+
* Update dependencies
75+
7376
= 0.5.2 =
7477
* Switch from simple-siwe to viem/siwe
7578

wp-rainbow.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: RainbowKit Login (Web3 Integration for Sign-In With Ethereum)
1111
* Plugin URI: https://wp-rainbow.davisshaver.com/
1212
* Description: RainbowKit Login allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
13-
* Version: 0.5.2
13+
* Version: 0.5.3
1414
* Author: Davis Shaver
1515
* Author URI: https://davisshaver.com/
1616
* License: GPL v2 or later
@@ -27,7 +27,7 @@
2727
/**
2828
* WP Rainbow version number
2929
*/
30-
define( 'WP_RAINBOW_ASSETS_VERSION', '0.5.2' );
30+
define( 'WP_RAINBOW_ASSETS_VERSION', '0.5.3' );
3131

3232
// Include the autoloader.
3333
add_action(

0 commit comments

Comments
 (0)