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 24, 2024
1 parent 4c65934 commit acf664a
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/node:20.3.0
- image: cimg/node:20.10.0

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-env node, es2018 */
module.exports = {
extends: [require.resolve('@jcoreio/toolchain/eslint.config.cjs')],
extends: [require.resolve('@jcoreio/toolchain/eslintConfig.cjs')],
}
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,20 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.0.2",
"@jcoreio/toolchain": "^3.9.3",
"@jcoreio/toolchain-circle": "^3.9.3",
"@jcoreio/toolchain-esnext": "^3.9.3",
"@jcoreio/toolchain-mocha": "^3.9.3",
"@jcoreio/toolchain-semantic-release": "^3.9.3",
"@jcoreio/toolchain-typescript": "^3.9.3",
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
"@jcoreio/toolchain": "^3.11.1",
"@jcoreio/toolchain-circle": "^3.11.1",
"@jcoreio/toolchain-esnext": "^3.11.1",
"@jcoreio/toolchain-mocha": "^3.11.1",
"@jcoreio/toolchain-semantic-release": "^3.11.1",
"@jcoreio/toolchain-typescript": "^3.11.1",
"@types/chai": "^4.3.5",
"@types/node": "^20.11.22",
"@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",
"chai": "^4.3.7",
"eslint": "^8.43.0",
"eslint": "^8.56.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.0"
Expand Down
Loading

0 comments on commit acf664a

Please sign in to comment.