aurelia-syncfusion-ej2-bridge 0.1.0-beta.31 → 0.1.0-beta.32

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aurelia-syncfusion-ej2-bridge",
3
3
  "description": "An Aurelia plugin wrapper for syncfusion EJ2 controls",
4
- "version": "0.1.0-beta.31",
4
+ "version": "0.1.0-beta.32",
5
5
  "keywords": [
6
6
  "aurelia",
7
7
  "syncfusion"
@@ -12,14 +12,14 @@
12
12
  },
13
13
  "dependencies": {},
14
14
  "peerDependencies": {
15
- "@syncfusion/ej2": "^20.4.51"
15
+ "@syncfusion/ej2": "^21.2.5"
16
16
  },
17
17
  "scripts": {
18
18
  "start": "au run",
19
19
  "build": "au build-plugin"
20
20
  },
21
21
  "devDependencies": {
22
- "@syncfusion/ej2": "^20.4.51",
22
+ "@syncfusion/ej2": "^21.2.5",
23
23
  "@types/jest": "^24.0.9",
24
24
  "@types/node": "^10.11.6",
25
25
  "aurelia-animator-css": "^1.0.4",
@@ -1,10 +0,0 @@
1
- {
2
- "recommendations": [
3
- "AureliaEffect.aurelia",
4
- "msjsdiag.debugger-for-chrome",
5
- "steoates.autoimport",
6
- "EditorConfig.EditorConfig",
7
- "christian-kohler.path-intellisense",
8
- "behzad88.Aurelia"
9
- ]
10
- }
@@ -1,31 +0,0 @@
1
- {
2
- "version": "0.2.0",
3
- "configurations": [
4
- {
5
- "name": "Chrome Debugger",
6
- "type": "chrome",
7
- "request": "launch",
8
- "url": "http://localhost:9000",
9
- "webRoot": "${workspaceRoot}/src",
10
- "userDataDir": "${workspaceRoot}/.chrome",
11
- "sourceMapPathOverrides": {
12
- "../src/*": "${webRoot}/*"
13
- }
14
- },
15
- {
16
- "type": "chrome",
17
- "request": "attach",
18
- "name": "Attach Karma Chrome",
19
- "address": "localhost",
20
- "port": 9333,
21
- "sourceMaps": true,
22
- "pathMapping": {
23
- "/": "${workspaceRoot}",
24
- "/base/": "${workspaceRoot}/"
25
- },
26
- "sourceMapPathOverrides": {
27
- "../src/*": "${webRoot}/*"
28
- }
29
- }
30
- ]
31
- }
@@ -1,5 +0,0 @@
1
- {
2
- "typescript.tsdk": "node_modules/typescript/lib",
3
- "html.suggest.angular1": false,
4
- "html.suggest.ionic": false
5
- }