update babel

This commit is contained in:
Jacob Overgaard
2022-09-26 10:32:11 +02:00
parent fa8a5daaea
commit e9c9744aea
2 changed files with 44 additions and 29 deletions

View File

@@ -23,7 +23,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"@mdx-js/react": "^2.1.3",
"@open-wc/testing": "^3.1.6",
"@playwright/test": "^1.26.0",
@@ -88,27 +88,29 @@
}
},
"node_modules/@babel/compat-data": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.1.tgz",
"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.1.tgz",
"integrity": "sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.19.0",
"@babel/helper-compilation-targets": "^7.19.0",
"@babel/helper-compilation-targets": "^7.19.1",
"@babel/helper-module-transforms": "^7.19.0",
"@babel/helpers": "^7.19.0",
"@babel/parser": "^7.19.0",
"@babel/parser": "^7.19.1",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.19.0",
"@babel/traverse": "^7.19.1",
"@babel/types": "^7.19.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
@@ -174,13 +176,14 @@
}
},
"node_modules/@babel/helper-compilation-targets": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz",
"integrity": "sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/compat-data": "^7.19.0",
"@babel/compat-data": "^7.19.1",
"@babel/helper-validator-option": "^7.18.6",
"browserslist": "^4.20.2",
"browserslist": "^4.21.3",
"semver": "^6.3.0"
},
"engines": {
@@ -472,9 +475,10 @@
}
},
"node_modules/@babel/parser": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.1.tgz",
"integrity": "sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==",
"dev": true,
"license": "MIT",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -1797,9 +1801,10 @@
}
},
"node_modules/@babel/traverse": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.1.tgz",
"integrity": "sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.19.0",
@@ -1807,7 +1812,7 @@
"@babel/helper-function-name": "^7.19.0",
"@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.19.0",
"@babel/parser": "^7.19.1",
"@babel/types": "^7.19.0",
"debug": "^4.1.0",
"globals": "^11.1.0"
@@ -24641,22 +24646,26 @@
}
},
"@babel/compat-data": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.1.tgz",
"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==",
"dev": true
},
"@babel/core": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.1.tgz",
"integrity": "sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==",
"dev": true,
"requires": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.19.0",
"@babel/helper-compilation-targets": "^7.19.0",
"@babel/helper-compilation-targets": "^7.19.1",
"@babel/helper-module-transforms": "^7.19.0",
"@babel/helpers": "^7.19.0",
"@babel/parser": "^7.19.0",
"@babel/parser": "^7.19.1",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.19.0",
"@babel/traverse": "^7.19.1",
"@babel/types": "^7.19.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
@@ -24701,12 +24710,14 @@
}
},
"@babel/helper-compilation-targets": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz",
"integrity": "sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==",
"dev": true,
"requires": {
"@babel/compat-data": "^7.19.0",
"@babel/compat-data": "^7.19.1",
"@babel/helper-validator-option": "^7.18.6",
"browserslist": "^4.20.2",
"browserslist": "^4.21.3",
"semver": "^6.3.0"
}
},
@@ -24891,7 +24902,9 @@
}
},
"@babel/parser": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.1.tgz",
"integrity": "sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==",
"dev": true
},
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
@@ -25655,7 +25668,9 @@
}
},
"@babel/traverse": {
"version": "7.19.0",
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.1.tgz",
"integrity": "sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.18.6",
@@ -25664,7 +25679,7 @@
"@babel/helper-function-name": "^7.19.0",
"@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.19.0",
"@babel/parser": "^7.19.1",
"@babel/types": "^7.19.0",
"debug": "^4.1.0",
"globals": "^11.1.0"

View File

@@ -50,7 +50,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"@mdx-js/react": "^2.1.3",
"@open-wc/testing": "^3.1.6",
"@playwright/test": "^1.26.0",