Skip to content

Commit 41e1b62

Browse files
authored
Merge pull request #96 from Bit-Apps-Pro/rishad-dev-tmp
version updated to v2.5.5
2 parents c142905 + 1f3872c commit 41e1b62

File tree

17 files changed

+397
-313
lines changed

17 files changed

+397
-313
lines changed

bitwpfi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* Plugin Name: Bit Integrations
55
* Plugin URI: https://bitapps.pro/bit-integrations
66
* Description: Bit Integrations is a platform that integrates with over 280+ different platforms to help with various tasks on your WordPress site, like WooCommerce, Form builder, Page builder, LMS, Sales funnels, Bookings, CRM, Webhooks, Email marketing, Social media and Spreadsheets, etc
7-
* Version: 2.5.4
7+
* Version: 2.5.5
88
* Author: Automation & Integration Plugin - Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-integrations
1111
* Requires PHP: 7.4
1212
* Requires at least: 5.1
13-
* Tested up to: 6.7.2
13+
* Tested up to: 6.8
1414
* Domain Path: /languages
1515
* License: GPLv2 or later
1616
*/
@@ -24,7 +24,7 @@
2424
$btcbi_db_version = '1.1';
2525

2626
// Define most essential constants.
27-
define('BTCBI_VERSION', '2.5.4');
27+
define('BTCBI_VERSION', '2.5.5');
2828
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);
2929

3030
require_once plugin_dir_path(__FILE__) . 'includes/loader.php';

frontend-dev/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"private": true,
44
"version": "1.0.0",
55
"dependencies": {
6-
"@babel/traverse": "^7.25.9",
6+
"@babel/traverse": "^7.27.0",
77
"@bumaga/tabs": "^0.2.0",
8-
"@microlink/react-json-view": "^1.23.4",
9-
"@monaco-editor/react": "^4.6.0",
8+
"@microlink/react-json-view": "^1.26.1",
9+
"@monaco-editor/react": "^4.7.0",
1010
"@tinymce/tinymce-react": "^3.14.0",
1111
"@tippyjs/react": "^4.2.6",
12-
"@yaireo/tagify": "^4.32.1",
12+
"@yaireo/tagify": "^4.34.0",
1313
"ansi-html": "^0.0.9",
1414
"braces": "^3.0.3",
15-
"browserslist": "^4.24.2",
15+
"browserslist": "^4.24.4",
1616
"classnames": "^2.5.1",
1717
"ejs": "^3.1.10",
1818
"immer": "^10.1.1",
@@ -27,18 +27,18 @@
2727
"node-forge": "^1.3.1",
2828
"node-sass": "^9.0.0",
2929
"nth-check": "^2.1.1",
30-
"postcss": "^8.4.49",
31-
"prettier": "^3.4.0",
30+
"postcss": "^8.5.3",
31+
"prettier": "^3.5.3",
3232
"react": "^18.3.1",
33-
"react-accessible-treeview": "^2.10.0",
33+
"react-accessible-treeview": "^2.11.1",
3434
"react-content-loader": "^6.2.1",
3535
"react-custom-scrollbars": "^4.2.1",
3636
"react-dom": "^18.3.1",
37-
"react-hot-toast": "^2.4.1",
37+
"react-hot-toast": "^2.5.2",
3838
"react-icons": "^4.12.0",
3939
"react-multiple-select-dropdown-lite": "2.0.3",
40-
"react-router": "^6.28.0",
41-
"react-router-dom": "^6.28.0",
40+
"react-router": "^6.30.0",
41+
"react-router-dom": "^6.30.0",
4242
"react-sortablejs": "^6.1.4",
4343
"react-table": "^7.8.0",
4444
"react-table-sticky": "^1.1.3",
@@ -48,14 +48,14 @@
4848
"recoil": "^0.5.2",
4949
"recoil-nexus": "^0.5.1",
5050
"regenerator-runtime": "^0.13.11",
51-
"semver": "^7.6.3",
52-
"shell-quote": "^1.8.1",
53-
"sortablejs": "^1.15.4",
51+
"semver": "^7.7.1",
52+
"shell-quote": "^1.8.2",
53+
"sortablejs": "^1.15.6",
5454
"swr": "^1.3.0",
55-
"tinymce": "^7.5.1",
55+
"tinymce": "^7.8.0",
5656
"tippy.js": "^6.3.7",
5757
"webpack-dev-middleware": "^7.4.2",
58-
"ws": "^8.18.0"
58+
"ws": "^8.18.1"
5959
},
6060
"scripts": {
6161
"build": "vite build",
@@ -103,21 +103,21 @@
103103
]
104104
},
105105
"devDependencies": {
106-
"@babel/core": "^7.26.0",
107-
"@babel/eslint-parser": "^7.25.9",
106+
"@babel/core": "^7.26.10",
107+
"@babel/eslint-parser": "^7.27.0",
108108
"@babel/plugin-proposal-class-properties": "^7.18.6",
109109
"@babel/plugin-proposal-private-methods": "^7.18.6",
110110
"@babel/plugin-transform-react-jsx": "^7.25.9",
111-
"@babel/plugin-transform-regenerator": "^7.25.9",
112-
"@babel/plugin-transform-runtime": "^7.25.9",
113-
"@babel/preset-env": "^7.26.0",
114-
"@babel/preset-react": "^7.25.9",
115-
"@babel/runtime": "^7.26.0",
116-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
111+
"@babel/plugin-transform-regenerator": "^7.27.0",
112+
"@babel/plugin-transform-runtime": "^7.26.10",
113+
"@babel/preset-env": "^7.26.9",
114+
"@babel/preset-react": "^7.26.3",
115+
"@babel/runtime": "^7.27.0",
116+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.16",
117117
"@testing-library/jest-dom": "^5.17.0",
118118
"@testing-library/react": "^11.2.7",
119119
"@testing-library/user-event": "^13.5.0",
120-
"@vitejs/plugin-react": "^4.3.3",
120+
"@vitejs/plugin-react": "^4.3.4",
121121
"@wordpress/babel-plugin-makepot": "^4.4.0",
122122
"@wordpress/i18n": "^3.20.0",
123123
"autoprefixer": "^9.8.8",
@@ -133,7 +133,7 @@
133133
"eslint-plugin-jsx-a11y": "^6.10.2",
134134
"eslint-plugin-node": "^11.1.0",
135135
"eslint-plugin-promise": "^5.2.0",
136-
"eslint-plugin-react": "^7.37.2",
136+
"eslint-plugin-react": "^7.37.5",
137137
"eslint-plugin-react-hooks": "^4.6.2",
138138
"eslint-plugin-standard": "^5.0.0",
139139
"extract-loader": "^5.1.0",
@@ -151,12 +151,12 @@
151151
"react-refresh": "^0.14.2",
152152
"react-scripts": "^4.0.3",
153153
"rimraf": "^3.0.2",
154-
"sass": "^1.81.0",
154+
"sass": "^1.86.3",
155155
"sass-loader": "^11.1.1",
156156
"style-loader": "^2.0.0",
157-
"terser-webpack-plugin": "^5.3.10",
157+
"terser-webpack-plugin": "^5.3.14",
158158
"url-loader": "^4.1.1",
159-
"vite": "^4.5.5"
159+
"vite": "^4.5.13"
160160
},
161161
"main": ".eslintrc.js",
162162
"keywords": [],

0 commit comments

Comments
 (0)