Skip to content

Commit 8cf3f44

Browse files
authored
Merge pull request #14 from Bit-Apps-Pro/niloy-dev
Version updated to 2.0.6
2 parents 94662d7 + 7c9089e commit 8cf3f44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2428
-1528
lines changed

bitwpfi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Bit Integrations
55
* Plugin URI: https://bitapps.pro/bit-integrations
66
* Description: Bit Integrations is a platform that integrates with over 200+ 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.0.5
7+
* Version: 2.0.6
88
* Author: Automation & Integration Plugin - Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-integrations
@@ -23,7 +23,7 @@
2323
$btcbi_db_version = '1.0';
2424

2525
// Define most essential constants.
26-
define('BTCBI_VERSION', '2.0.5');
26+
define('BTCBI_VERSION', '2.0.6');
2727
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);
2828

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

frontend-dev/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@monaco-editor/react": "^4.6.0",
99
"@tinymce/tinymce-react": "^3.14.0",
1010
"@tippyjs/react": "^4.2.6",
11-
"@yaireo/tagify": "^4.25.1",
11+
"@yaireo/tagify": "^4.26.5",
1212
"classnames": "^2.5.1",
1313
"lodash": "^4.17.21",
1414
"mutative": "^0.5.0",
@@ -21,8 +21,8 @@
2121
"react-hot-toast": "^2.4.1",
2222
"react-icons": "^4.12.0",
2323
"react-multiple-select-dropdown-lite": "2.0.3",
24-
"react-router": "^6.23.0",
25-
"react-router-dom": "^6.23.0",
24+
"react-router": "^6.23.1",
25+
"react-router-dom": "^6.23.1",
2626
"react-sortablejs": "^6.1.4",
2727
"react-table": "^7.8.0",
2828
"react-table-sticky": "^1.1.3",
@@ -76,21 +76,21 @@
7676
]
7777
},
7878
"devDependencies": {
79-
"@babel/core": "^7.24.4",
80-
"@babel/eslint-parser": "^7.24.1",
79+
"@babel/core": "^7.24.6",
80+
"@babel/eslint-parser": "^7.24.6",
8181
"@babel/plugin-proposal-class-properties": "^7.18.6",
8282
"@babel/plugin-proposal-private-methods": "^7.18.6",
83-
"@babel/plugin-transform-react-jsx": "^7.23.4",
84-
"@babel/plugin-transform-regenerator": "^7.24.1",
85-
"@babel/plugin-transform-runtime": "^7.24.3",
86-
"@babel/preset-env": "^7.24.4",
87-
"@babel/preset-react": "^7.24.1",
88-
"@babel/runtime": "^7.24.4",
83+
"@babel/plugin-transform-react-jsx": "^7.24.6",
84+
"@babel/plugin-transform-regenerator": "^7.24.6",
85+
"@babel/plugin-transform-runtime": "^7.24.6",
86+
"@babel/preset-env": "^7.24.6",
87+
"@babel/preset-react": "^7.24.6",
88+
"@babel/runtime": "^7.24.6",
8989
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
9090
"@testing-library/jest-dom": "^5.17.0",
9191
"@testing-library/react": "^11.2.7",
9292
"@testing-library/user-event": "^13.5.0",
93-
"@vitejs/plugin-react": "^4.2.1",
93+
"@vitejs/plugin-react": "^4.3.0",
9494
"@wordpress/babel-plugin-makepot": "^4.4.0",
9595
"@wordpress/i18n": "^3.20.0",
9696
"autoprefixer": "^9.8.8",
@@ -106,7 +106,7 @@
106106
"eslint-plugin-jsx-a11y": "^6.8.0",
107107
"eslint-plugin-node": "^11.1.0",
108108
"eslint-plugin-promise": "^5.2.0",
109-
"eslint-plugin-react": "^7.34.1",
109+
"eslint-plugin-react": "^7.34.2",
110110
"eslint-plugin-react-hooks": "^4.6.2",
111111
"eslint-plugin-standard": "^5.0.0",
112112
"extract-loader": "^5.1.0",
@@ -124,14 +124,14 @@
124124
"react-refresh": "^0.14.2",
125125
"react-scripts": "^4.0.3",
126126
"rimraf": "^3.0.2",
127-
"sass": "^1.75.0",
127+
"sass": "^1.77.2",
128128
"sass-loader": "^11.1.1",
129129
"style-loader": "^2.0.0",
130130
"terser-webpack-plugin": "^5.3.10",
131131
"url-loader": "^4.1.1",
132132
"vite": "^4.5.3"
133133
},
134-
"main": ".eslintrc.js",
134+
"main": ".eslintrc.js",
135135
"keywords": [],
136136
"author": "",
137137
"license": "ISC",

0 commit comments

Comments
 (0)