Skip to content

Commit

Permalink
Merge pull request #1288 from trilitech/dependabot/npm_and_yarn/vitej…
Browse files Browse the repository at this point in the history
…s/plugin-react-4.3.0
  • Loading branch information
dependabot[bot] authored May 24, 2024
2 parents 3a08c4b + 0b13e94 commit aab2f6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@tzkt/sdk-api": "^2.2.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.0",
"axios": "^1.7.2",
"babel-jest": "^29.7.0",
"bignumber.js": "^9.1.2",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.23.5, @babel/core@npm:^7.24.5":
"@babel/core@npm:^7.24.5":
version: 7.24.5
resolution: "@babel/core@npm:7.24.5"
dependencies:
Expand Down Expand Up @@ -1622,7 +1622,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-react-jsx-self@npm:^7.23.3":
"@babel/plugin-transform-react-jsx-self@npm:^7.24.5":
version: 7.24.5
resolution: "@babel/plugin-transform-react-jsx-self@npm:7.24.5"
dependencies:
Expand All @@ -1633,7 +1633,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-react-jsx-source@npm:^7.23.3":
"@babel/plugin-transform-react-jsx-source@npm:^7.24.1":
version: 7.24.1
resolution: "@babel/plugin-transform-react-jsx-source@npm:7.24.1"
dependencies:
Expand Down Expand Up @@ -6771,18 +6771,18 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:^4.2.1":
version: 4.2.1
resolution: "@vitejs/plugin-react@npm:4.2.1"
"@vitejs/plugin-react@npm:^4.3.0":
version: 4.3.0
resolution: "@vitejs/plugin-react@npm:4.3.0"
dependencies:
"@babel/core": "npm:^7.23.5"
"@babel/plugin-transform-react-jsx-self": "npm:^7.23.3"
"@babel/plugin-transform-react-jsx-source": "npm:^7.23.3"
"@babel/core": "npm:^7.24.5"
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.5"
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.1"
"@types/babel__core": "npm:^7.20.5"
react-refresh: "npm:^0.14.0"
react-refresh: "npm:^0.14.2"
peerDependencies:
vite: ^4.2.0 || ^5.0.0
checksum: 10/d7fa6dacd3c246bcee482ff4b7037b2978b6ca002b79780ad4921e91ae4bc85ab234cfb94f8d4d825fed8488a0acdda2ff02b47c27b3055187c0727b18fc725e
checksum: 10/b96cfcfef10a7bb9a27cc4678c3828acd05522ce31793679d414300f29902f55d6dd88054e5801b5e67c34817a610a7fcb350a4896ac719320777653c98ca7a9
languageName: node
linkType: hard

Expand Down Expand Up @@ -14733,7 +14733,7 @@ __metadata:
languageName: node
linkType: hard

"react-refresh@npm:^0.14.0, react-refresh@npm:^0.14.2":
"react-refresh@npm:^0.14.2":
version: 0.14.2
resolution: "react-refresh@npm:0.14.2"
checksum: 10/512abf97271ab8623486061be04b608c39d932e3709f9af1720b41573415fa4993d0009fa5138b6705b60a98f4102f744d4e26c952b14f41a0e455521c6be4cc
Expand Down Expand Up @@ -17033,7 +17033,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.10.0"
"@typescript-eslint/parser": "npm:^7.10.0"
"@tzkt/sdk-api": "npm:^2.2.1"
"@vitejs/plugin-react": "npm:^4.2.1"
"@vitejs/plugin-react": "npm:^4.3.0"
axios: "npm:^1.7.2"
babel-jest: "npm:^29.7.0"
bignumber.js: "npm:^9.1.2"
Expand Down

1 comment on commit aab2f6a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 89.72% 3630/4046
🟢 Branches 81.95% 1262/1540
🟢 Functions 88% 1107/1258
🟢 Lines 89.65% 3431/3827

Test suite run success

1401 tests passing in 182 suites.

Report generated by 🧪jest coverage report action from aab2f6a

Please sign in to comment.