Skip to content

Commit 9f5e166

Browse files
committed
npm i and version update
1 parent 0b1d7c1 commit 9f5e166

File tree

4 files changed

+7
-28
lines changed

4 files changed

+7
-28
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const plugins = [
2121
}
2222
],
2323
"@babel/plugin-transform-runtime",
24-
"@babel/plugin-proposal-object-rest-spread",
24+
"@babel/plugin-transform-object-rest-spread",
2525
"@babel/plugin-proposal-class-properties",
2626
"@babel/plugin-proposal-optional-chaining",
2727
["@babel/plugin-transform-react-jsx", {

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-transparency-ui",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "Library of UI components powering Data Transparency websites",
55
"main": "dist/index.js",
66
"style": "dist/data-transparency-ui.css",
@@ -79,7 +79,7 @@
7979
"webpack-cli": "^6.0.1"
8080
},
8181
"dependencies": {
82-
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
82+
"@babel/plugin-transform-object-rest-spread": "^7.20.7",
8383
"@fortawesome/fontawesome-svg-core": "^1.2.25",
8484
"@fortawesome/free-brands-svg-icons": "^5.15.3",
8585
"@fortawesome/free-regular-svg-icons": "^5.15.4",

0 commit comments

Comments
 (0)