Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into del
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Nov 9, 2021
2 parents 1d3e3cf + 2d0d9c4 commit b3be250
Show file tree
Hide file tree
Showing 86 changed files with 397 additions and 392 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase
Binary file added .yarn/offline-mirror/@babel-runtime-7.12.18.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@storybook-channels-6.2.1.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@storybook-client-api-6.2.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@storybook-core-6.2.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@storybook-core-6.2.9.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@storybook-react-6.2.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@storybook-react-6.2.9.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/@storybook-router-6.2.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@storybook-router-6.2.9.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@storybook-theming-6.2.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@storybook-theming-6.2.9.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@storybook-vue-6.2.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@storybook-vue-6.2.9.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/offline-mirror/@types-jasmine-3.10.2.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/@types-jasmine-3.6.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/acorn-6.0.5.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/acorn-jsx-5.0.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/acorn-jsx-5.3.2.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/cssesc-2.0.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/eslint-scope-4.0.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/espree-5.0.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/espree-6.2.1.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/esquery-1.0.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/jasmine-core-3.10.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/picocolors-0.2.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/postcss-7.0.39.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/vue-2.6.10.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/vue-2.6.14.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/vue-eslint-parser-6.0.5.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/vue-loader-15.7.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/vue-loader-15.9.8.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"prettier": "^1.19.0"
},
"dependencies": {
"@babel/runtime": "^7.8.0",
"@babel/runtime": "~7.12.0",
"carbon-components": "10.47.1",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
Expand Down Expand Up @@ -127,19 +127,19 @@
"@open-wc/semantic-dom-diff": "~0.18.0",
"@percy-io/in-percy": "~0.1.11",
"@percy/storybook": "^3.3.1",
"@storybook/addon-actions": "^6.2.0",
"@storybook/addon-docs": "^6.2.0",
"@storybook/addon-essentials": "^6.2.0",
"@storybook/addon-knobs": "^6.2.0",
"@storybook/addon-links": "^6.2.0",
"@storybook/addon-storysource": "^6.2.0",
"@storybook/angular": "^6.2.0",
"@storybook/react": "^6.2.0",
"@storybook/source-loader": "^6.2.0",
"@storybook/vue": "^6.2.0",
"@storybook/web-components": "^6.2.0",
"@storybook/addon-actions": "~6.2.9",
"@storybook/addon-docs": "~6.2.9",
"@storybook/addon-essentials": "~6.2.9",
"@storybook/addon-knobs": "~6.2.9",
"@storybook/addon-links": "~6.2.9",
"@storybook/addon-storysource": "~6.2.9",
"@storybook/angular": "~6.2.9",
"@storybook/react": "~6.2.9",
"@storybook/source-loader": "~6.2.9",
"@storybook/vue": "~6.2.9",
"@storybook/web-components": "~6.2.9",
"@types/bluebird": "^3.5.36",
"@types/jasmine": "^3.6.0",
"@types/jasmine": "^3.10.2",
"@types/lodash-es": "^4.17.5",
"@types/webpack-env": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
Expand All @@ -162,7 +162,7 @@
"bluebird": "^3.7.2",
"cache-loader": "^4.1.0",
"child-process-promise": "^2.2.1",
"commander": "^2.20.3",
"commander": "^3.0.2",
"core-js": "^3.19.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
Expand Down Expand Up @@ -207,7 +207,7 @@
"is-plain-obj": "^2.1.0",
"is-port-reachable": "^3.0.0",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine-core": "^3.6.0",
"jasmine-core": "^3.10.1",
"jest": "^24.9.0",
"jest-dev-server": "^4.4.0",
"jest-diff": "^24.9.0",
Expand All @@ -218,7 +218,7 @@
"karma-coverage-istanbul-reporter": "^3.0.0",
"karma-firefox-launcher": "^2.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^4.0.0",
"karma-jasmine": "^4.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-snapshot": "~0.6.0",
"karma-sourcemap-loader": "~0.3.8",
Expand Down Expand Up @@ -266,10 +266,10 @@
"tsickle": "~0.37.1",
"typescript": "^3.9.10",
"use-debounce": "^3.2.0",
"vue": "^2.6.0",
"vue-eslint-parser": "^6.0.5",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.0",
"vue": "^2.6.14",
"vue-eslint-parser": "^7.11.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"web-component-analyzer": "^1.1.6",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.2",
Expand Down
Loading

0 comments on commit b3be250

Please sign in to comment.