Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/brave-forks-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'eslint-config-modular-app': patch
'modular-scripts': patch
'modular-views.macro': patch
---

Upgrade @babel scope packages in modular.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
]
},
"dependencies": {
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@babel/cli": "7.16.8",
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.8",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@changesets/changelog-github": "^0.4.2",
"@changesets/cli": "2.19.0",
"@schemastore/package": "0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-modular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@babel/eslint-parser": "7.16.3",
"@babel/eslint-parser": "7.16.5",
"babel-eslint": "10.1.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.10.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"build": "babel --source-maps --root-mode upward src --out-dir dist-cjs --extensions .ts --ignore 'src/**/*.test.ts'"
},
"dependencies": {
"@babel/code-frame": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@babel/code-frame": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/preset-env": "7.16.8",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-json": "4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/modular-views.macro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"typings": "build/index.macro.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/template": "^7.16.0",
"@babel/types": "^7.16.0",
"@babel/core": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.8",
"babel-plugin-macros": "3.1.0",
"execa": "5.1.1",
"find-up": "5.0.0",
Expand Down
Loading