@telia-ace/widget-core-flamingo 1.1.111-rc.8 → 1.1.111

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +10 -10
  2. package/index.mjs +229 -229
  3. package/package.json +3 -3
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-core-flamingo",
3
- "version": "1.1.111-rc.8",
3
+ "version": "1.1.111",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
6
  "@teliads/icons": "^8.4.0",
7
7
  "rxjs": "^7.8.1",
8
8
  "lit-html": "^3.0.2",
9
- "@lit-labs/motion": "^1.0.6",
10
- "@lit/context": "^1.0.1"
9
+ "@lit-labs/motion": "^1.0.8",
10
+ "@lit/context": "^1.1.4"
11
11
  },
12
12
  "main": "./index.js",
13
13
  "module": "./index.mjs",