Skip to content

Commit

Permalink
chore: upgrade toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Apr 9, 2024
1 parent 10a62e1 commit c3d72c2
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 4,058 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/jcoreio/poll#readme",
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
"@jcoreio/toolchain": "^3.10.2",
"@jcoreio/toolchain-circle": "^3.10.2",
Expand All @@ -39,36 +39,35 @@
"@jcoreio/toolchain-mocha": "^3.10.2",
"@jcoreio/toolchain-semantic-release": "^3.10.2",
"@jcoreio/toolchain-typescript": "^3.10.2",
"@jedwards1211/js-toolchain": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"chai": "^4.4.1",
"eslint": "^8.43.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-no-only-tests": "^3.1.0",
"mocha": "^10.2.0",
"typescript": "^5.1.0"
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@8.11.0",
"dependencies": {
"@babel/runtime": "^7.18.6"
"@babel/runtime": "^7.23.2"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"default": "./index.js"
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"default": "./dist/index.js"
}
}
}
Loading

0 comments on commit c3d72c2

Please sign in to comment.