Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @types/mparticle__web-sdk from 2.20.0 to 2.20.3 in /core-sdk-samples/higgs-shop-sample-app #738

Open
wants to merge 2 commits into
base: chore/dependabot
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/higgs-shop-sample-app-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [16.x, 17.x]
node-version: [16.x, 17.x, 18.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
11 changes: 7 additions & 4 deletions core-sdk-samples/higgs-shop-sample-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core-sdk-samples/higgs-shop-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]
},
"devDependencies": {
"@types/mparticle__web-sdk": "^2.20.0",
"@types/mparticle__web-sdk": "^2.20.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
Expand Down
8 changes: 4 additions & 4 deletions core-sdk-samples/higgs-shop-sample-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2264,10 +2264,10 @@
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==

"@types/mparticle__web-sdk@^2.20.0":
version "2.20.0"
resolved "https://registry.yarnpkg.com/@types/mparticle__web-sdk/-/mparticle__web-sdk-2.20.0.tgz#e090c1f341034a18532e98b58aeb7a928d9e901d"
integrity sha512-8nCMF+QN1nlYvu1DLmutJUZWuWJEsv/YQkjcv8bNJF1erA2FMW2ojm4OsFLFzqoal26+49ErYaieHh6Va3nZDQ==
"@types/mparticle__web-sdk@^2.20.3":
version "2.20.3"
resolved "https://registry.yarnpkg.com/@types/mparticle__web-sdk/-/mparticle__web-sdk-2.20.3.tgz#6cb8db94bcf0d8fb4fe902e915fb524fbb48181f"
integrity sha512-27aH8MHmwg4HjxXzglS7h05jLCnWyRGBJ0WlUSpRudQLUNwgkmsMI1b6ja1Pq+WQOTcUUJ5JhkYB0j0qaIOahA==
dependencies:
"@mparticle/event-models" "^1.1.3"

Expand Down
Loading