Skip to content

Commit f3f363f

Browse files
committed
fix: fix issues with import specifier replacement conversion
1 parent 38b017f commit f3f363f

14 files changed

+609
-714
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"devDependencies": {
5555
"@babel/node": "^7.13.13",
5656
"@babel/plugin-transform-react-jsx": "^7.14.9",
57-
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.0.2",
58-
"@jcoreio/toolchain": "^3.9.6",
59-
"@jcoreio/toolchain-circle": "^3.9.6",
60-
"@jcoreio/toolchain-esnext": "^3.9.6",
61-
"@jcoreio/toolchain-mocha": "^3.9.6",
62-
"@jcoreio/toolchain-semantic-release": "^3.9.6",
63-
"@jcoreio/toolchain-typescript": "^3.9.6",
57+
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
58+
"@jcoreio/toolchain": "^3.11.0",
59+
"@jcoreio/toolchain-circle": "^3.11.0",
60+
"@jcoreio/toolchain-esnext": "^3.11.0",
61+
"@jcoreio/toolchain-mocha": "^3.11.0",
62+
"@jcoreio/toolchain-semantic-release": "^3.11.0",
63+
"@jcoreio/toolchain-typescript": "^3.11.0",
6464
"@types/babel__code-frame": "^7.0.3",
6565
"@types/babel__generator": "^7.6.5",
6666
"@types/babel__parser": "^7.1.1",
@@ -80,17 +80,18 @@
8080
"@types/resolve": "^1.17.1",
8181
"@types/shallowequal": "^1.1.1",
8282
"@types/yargs": "^17.0.13",
83-
"@typescript-eslint/eslint-plugin": "^5.60.0",
84-
"@typescript-eslint/parser": "^5.60.0",
83+
"@typescript-eslint/eslint-plugin": "^7.6.0",
84+
"@typescript-eslint/parser": "^7.6.0",
8585
"@typescript-eslint/typescript-estree": "^4.14.1",
8686
"chai": "^4.3.7",
8787
"chai-as-promised": "^7.1.1",
8888
"chai-subset": "^1.6.0",
8989
"copy": "^0.3.2",
9090
"cross-env": "^7.0.3",
91-
"eslint": "^8.43.0",
91+
"eslint": "^8.56.0",
9292
"eslint-config-prettier": "^7.2.0",
9393
"eslint-plugin-flowtype": "^8.0.3",
94+
"eslint-plugin-no-only-tests": "^3.1.0",
9495
"mocha": "^10.2.0",
9596
"require-glob": "^3.2.0",
9697
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)