simple-keyboard 3.4.130 → 3.4.133

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -185,6 +185,10 @@ declare class Utilities {
185
185
  * Split array into chunks
186
186
  */
187
187
  chunkArray<T>(arr: T[], size: number): T[][];
188
+ /**
189
+ * Escape regex input
190
+ */
191
+ escapeRegex(str: string): string;
188
192
  /**
189
193
  * Reusable empty function
190
194
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.4.130",
3
+ "version": "3.4.133",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -47,19 +47,19 @@
47
47
  "@babel/preset-env": "^7.18.9",
48
48
  "@types/jest": "^27.5.0",
49
49
  "@typescript-eslint/eslint-plugin": "^5.30.7",
50
- "@typescript-eslint/parser": "^5.30.6",
50
+ "@typescript-eslint/parser": "^5.31.0",
51
51
  "autoprefixer": "^10.4.6",
52
52
  "babel-eslint": "^10.1.0",
53
53
  "babel-loader": "^8.2.5",
54
54
  "babel-preset-minify": "^0.5.2",
55
55
  "core-js": "^3.24.0",
56
56
  "css-loader": "^6.7.1",
57
+ "css-minimizer-webpack-plugin": "^4.0.0",
57
58
  "eslint": "^8.20.0",
58
59
  "file-loader": "^6.2.0",
59
60
  "html-webpack-plugin": "^5.5.0",
60
61
  "jest": "^26.6.3",
61
62
  "mini-css-extract-plugin": "^2.6.1",
62
- "optimize-css-assets-webpack-plugin": "^6.0.1",
63
63
  "postcss": "^8.4.14",
64
64
  "postcss-loader": "^7.0.1",
65
65
  "prettier": "^2.7.1",