@benbraide/inlinejs-stripe 2.0.6 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benbraide/inlinejs-stripe",
3
- "version": "2.0.6",
3
+ "version": "2.2.0",
4
4
  "description": "Run javascript code by embedding them in your HTML using the element as context.",
5
5
  "main": "./lib/common/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -48,13 +48,14 @@
48
48
  "jsdom": "^16.6.0",
49
49
  "jsdom-global": "^3.0.2",
50
50
  "mocha": "^9.0.0",
51
+ "terser-webpack-plugin": "^5.3.10",
51
52
  "ts-loader": "^9.2.3",
52
53
  "ts-node": "^10.0.0",
53
54
  "webpack": "^5.41.0"
54
55
  },
55
56
  "dependencies": {
56
- "@benbraide/inlinejs": "^1.1.2",
57
- "@benbraide/inlinejs-element": "^2.0.4",
57
+ "@benbraide/inlinejs": "^1.3.1",
58
+ "@benbraide/inlinejs-element": "^2.2.0",
58
59
  "webpack-cli": "^4.7.2"
59
60
  }
60
61
  }