Skip to content

Commit db1d734

Browse files
committed
update
1 parent c3d3cdf commit db1d734

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
2+
parser: '@babel/eslint-parser',
23
env: {
3-
browser: true,
44
es6: true,
55
node: true,
66
commonjs: true,

__test__/use-cases/test.js

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
exports.test = [
2-
{
3-
"name": "test",
4-
"url": "http://localhost:8000/remmoteEntry.js",
5-
"path": "/Users/kylefahey/OCVIBE/module-federation/aegis/__test__/use-cases",
6-
"type": "model"
7-
,
8-
importRemote: () => import("test/models")
9-
}
10-
]
2+
{
3+
name: 'test',
4+
url: 'http://localhost:8000/remmoteEntry.js',
5+
path: '/Users/kylefahey/OCVIBE/module-federation/aegis/__test__/use-cases',
6+
type: 'model',
7+
importRemote: () => import('test/models'),
8+
},
9+
]

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,15 @@
5656
},
5757
"devDependencies": {
5858
"@babel/cli": "7.18.10",
59-
"@babel/core": "7.18.10",
59+
"@babel/core": "^7.20.7",
60+
"@babel/eslint-parser": "^7.19.1",
6061
"@babel/node": "7.18.10",
6162
"@babel/preset-env": "7.18.10",
6263
"@types/node": "16.18.11",
6364
"babel-loader": "8.2.5",
6465
"chalk": "5.0.1",
6566
"cross-var": "1.1.0",
66-
"eslint": "8.22.0",
67+
"eslint": "^8.30.0",
6768
"eslint-config-prettier": "^8.5.0",
6869
"eslint-config-standard": "^17.0.0",
6970
"eslint-plugin-prettier": "^4.2.1",

0 commit comments

Comments
 (0)