Skip to content

Commit

Permalink
Merge pull request #8 from drolsen/dev
Browse files Browse the repository at this point in the history
Dev 1.2.2 Release
  • Loading branch information
drolsen committed Jan 13, 2022
2 parents 8939516 + c5be50c commit 5db3955
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"webpack jsx static export",
"webpack jsx static render export"
],
"version": "1.2.1",
"version": "1.2.2",
"description": "Plugin to allow for the static rendering and exporting of JSX files to disk",
"repository": "drolsen/webpack-jsx-export",
"bugs": {
Expand All @@ -38,7 +38,7 @@
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"dependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-proposal-async-generator-functions": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
Expand All @@ -52,17 +52,19 @@
"@babel/preset-env": "7.16.0",
"@babel/preset-react": "7.16.0",
"@babel/register": "7.16.0",
"ava": "4.0.1",
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-file-loader": "2.0.0",
"babel-plugin-import-globals": "2.0.0",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-transform-require-context": "0.1.1",
"node-html-parser": "5.2.0",
"pretty": "2.0.0",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"node-html-parser": "5.2.0",
"pretty": "2.0.0"
},
"devDependencies": {
"ava": "4.0.1",
"webpack": "5.65.0",
"webpack-cli": "4.9.1"
}
Expand Down

0 comments on commit 5db3955

Please sign in to comment.