Skip to content

Commit

Permalink
Merge pull request #170 from paritytech/dependabot/npm_and_yarn/babel…
Browse files Browse the repository at this point in the history
…/plugin-transform-react-jsx-7.22.15

Bump @babel/plugin-transform-react-jsx from 7.22.5 to 7.22.15
  • Loading branch information
hamidra authored Nov 6, 2023
2 parents 8342e5a + 3354273 commit a5e9b1e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/react-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@babel/core": "7.22.10",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@babel/plugin-transform-react-jsx": "7.22.15",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
Expand Down
19 changes: 17 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,22 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-react-jsx@npm:7.22.5, @babel/plugin-transform-react-jsx@npm:^7.22.5":
"@babel/plugin-transform-react-jsx@npm:7.22.15":
version: 7.22.15
resolution: "@babel/plugin-transform-react-jsx@npm:7.22.15"
dependencies:
"@babel/helper-annotate-as-pure": ^7.22.5
"@babel/helper-module-imports": ^7.22.15
"@babel/helper-plugin-utils": ^7.22.5
"@babel/plugin-syntax-jsx": ^7.22.5
"@babel/types": ^7.22.15
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 3899054e89550c3a0ef041af7c47ee266e2e934f498ee80fefeda778a6aa177b48aa8b4d2a8bf5848de977fec564571699ab952d9fa089c4c19b45ddb121df09
languageName: node
linkType: hard

"@babel/plugin-transform-react-jsx@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/plugin-transform-react-jsx@npm:7.22.5"
dependencies:
Expand Down Expand Up @@ -7995,7 +8010,7 @@ __metadata:
resolution: "react-headless@workspace:examples/react-headless"
dependencies:
"@babel/core": 7.22.10
"@babel/plugin-transform-react-jsx": 7.22.5
"@babel/plugin-transform-react-jsx": 7.22.15
"@babel/plugin-transform-runtime": 7.22.10
"@babel/preset-env": 7.22.20
"@babel/preset-react": 7.22.15
Expand Down

0 comments on commit a5e9b1e

Please sign in to comment.