Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/express-4.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSheard committed Feb 18, 2022
2 parents c4f4392 + 1fa4e8e commit 1860d47
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-icons-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"modular-views.macro": patch
---

Bump @babel/core from 7.17.4 to 7.17.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/cli": "7.17.3",
"@babel/core": "7.17.4",
"@babel/core": "7.17.5",
"@babel/preset-env": "7.16.10",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-views.macro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "build/index.macro.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.17.4",
"@babel/core": "^7.17.5",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.8",
"babel-plugin-macros": "3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==

"@babel/core@7.17.4", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.16.0", "@babel/core@^7.17.4", "@babel/core@^7.7.5":
version "7.17.4"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.4.tgz#a22f1ae8999122873b3d18865e98c7a3936b8c8b"
integrity sha512-R9x5r4t4+hBqZTmioSnkrW+I6NmbojwjGT8p4G2Gw1thWbXIHGDnmGdLdFw0/7ljucdIrNRp7Npgb4CyBYzzJg==
"@babel/core@7.17.5", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.16.0", "@babel/core@^7.17.5", "@babel/core@^7.7.5":
version "7.17.5"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
dependencies:
"@ampproject/remapping" "^2.1.0"
"@babel/code-frame" "^7.16.7"
Expand Down

0 comments on commit 1860d47

Please sign in to comment.