Skip to content

Commit e5ef8ed

Browse files
Bump @babel/traverse from 7.16.3 to 7.24.5 (#73)
* Bump @babel/traverse from 7.16.3 to 7.24.5 Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.3 to 7.24.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * upgrade everything babel --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Jacobel <bjacobel@gmail.com>
1 parent a8cfbb7 commit e5ef8ed

File tree

3 files changed

+102
-605
lines changed

3 files changed

+102
-605
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
},
1919
"license": "MIT",
2020
"dependencies": {
21-
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
22-
"@babel/plugin-transform-react-jsx": "^7.7.0",
23-
"@babel/plugin-transform-typescript": "^7.19.3",
21+
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
22+
"@babel/plugin-transform-react-jsx": "^7.23.4",
23+
"@babel/plugin-transform-typescript": "^7.24.5",
2424
"dedent": "^1.0.0",
2525
"schema-utils": "^4.0.0",
2626
"vhtml": "^2.2.0"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.8.0",
30-
"@babel/helper-plugin-utils": "^7.14.5",
30+
"@babel/helper-plugin-utils": "^7.24.5",
3131
"@types/dedent": "^0.7.0",
3232
"@types/jest": "^29.0.0",
3333
"@types/memory-fs": "^0.3.2",
@@ -46,7 +46,7 @@
4646
"webpack": "^5.64.4"
4747
},
4848
"peerDependencies": {
49-
"@babel/core": "^7.7.2",
49+
"@babel/core": "^7.24.5",
5050
"webpack": "^5.0.0"
5151
}
5252
}

src/__tests__/__snapshots__/loader-test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ exports[`vhtml-loader renders the module source 1`] = `
6161
"use strict"; var h = require("../../node_modules/vhtml/dist/vhtml.js");
6262
module.exports = function(data) { var htmlWebpackPlugin = data.htmlWebpackPlugin;
6363
Object.defineProperty(exports, "__esModule", { value: true }); exports.default
64-
= void 0; var _default = h("html", null, h("head", null, h("title", null,
65-
"no-jsx fixture")), h("body", null, h("h1", null, "an example"))); exports.default
66-
= _default; return "
64+
= void 0; var _default = exports.default = h("html", null, h("head", null,
65+
h("title", null, "no-jsx fixture")), h("body", null, h("h1", null, "an
66+
example"))); return "
6767
<!DOCTYPE html>" + (exports.default || module.exports); }
6868
`;
6969

0 commit comments

Comments
 (0)