Skip to content

Commit

Permalink
fix: fix issues with import specifier replacement conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Apr 10, 2024
1 parent 38b017f commit f3f363f
Show file tree
Hide file tree
Showing 14 changed files with 609 additions and 714 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"devDependencies": {
"@babel/node": "^7.13.13",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.0.2",
"@jcoreio/toolchain": "^3.9.6",
"@jcoreio/toolchain-circle": "^3.9.6",
"@jcoreio/toolchain-esnext": "^3.9.6",
"@jcoreio/toolchain-mocha": "^3.9.6",
"@jcoreio/toolchain-semantic-release": "^3.9.6",
"@jcoreio/toolchain-typescript": "^3.9.6",
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
"@jcoreio/toolchain": "^3.11.0",
"@jcoreio/toolchain-circle": "^3.11.0",
"@jcoreio/toolchain-esnext": "^3.11.0",
"@jcoreio/toolchain-mocha": "^3.11.0",
"@jcoreio/toolchain-semantic-release": "^3.11.0",
"@jcoreio/toolchain-typescript": "^3.11.0",
"@types/babel__code-frame": "^7.0.3",
"@types/babel__generator": "^7.6.5",
"@types/babel__parser": "^7.1.1",
Expand All @@ -80,17 +80,18 @@
"@types/resolve": "^1.17.1",
"@types/shallowequal": "^1.1.1",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/typescript-estree": "^4.14.1",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"copy": "^0.3.2",
"cross-env": "^7.0.3",
"eslint": "^8.43.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-no-only-tests": "^3.1.0",
"mocha": "^10.2.0",
"require-glob": "^3.2.0",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit f3f363f

Please sign in to comment.