Skip to content

Commit

Permalink
chore: upgrade toolchain, format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 17, 2024
1 parent 0702e20 commit 33eb128
Show file tree
Hide file tree
Showing 5 changed files with 1,187 additions and 3,064 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-env node, es2018 */
module.exports = {
extends: [require.resolve('@jcoreio/toolchain/eslint.config.cjs')],
extends: [require.resolve('@jcoreio/toolchain/eslintConfig.cjs')],
env: {
'shared-node-browser': true,
es2017: true,
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional=false
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,41 +40,42 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
"@jcoreio/toolchain": "^3.9.8",
"@jcoreio/toolchain-circle": "^3.9.8",
"@jcoreio/toolchain-esnext": "^3.9.8",
"@jcoreio/toolchain-flow": "^3.9.8",
"@jcoreio/toolchain-mocha": "^3.9.8",
"@jcoreio/toolchain-react": "^3.9.8",
"@jcoreio/toolchain-semantic-release": "^3.9.8",
"@jcoreio/toolchain-typescript": "^3.9.8",
"@jcoreio/toolchain": "^4.5.5",
"@jcoreio/toolchain-circle": "^4.5.5",
"@jcoreio/toolchain-esnext": "^4.5.5",
"@jcoreio/toolchain-flow": "^4.5.5",
"@jcoreio/toolchain-mocha": "^4.5.5",
"@jcoreio/toolchain-react": "^4.5.5",
"@jcoreio/toolchain-semantic-release": "^4.5.5",
"@jcoreio/toolchain-typescript": "^4.5.5",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.15.18",
"@mui/styles": "5.15.14",
"@mui/types": "^7.2.2",
"@testing-library/react": "^13.4.0",
"@types/chai": "^4.0.0",
"@types/chai": "^4.3.5",
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.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": "^5.46.0",
"astx": "^2.1.3",
"babel-loader": "^9.1.0",
"chai": "^4.3.7",
"copy": "^0.3.2",
"core-js": "^3.36.1",
"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",
"eslint-plugin-react": "^7.32.2",
"flow-bin": "^0.145.0",
"gh-pages": "^2.0.1",
"glob": "^8.0.3",
"global-jsdom": "^24.0.0",
"jsdom": "^24.0.0",
"jsdom": "^22.1.0",
"mocha": "^10.2.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
Expand Down

0 comments on commit 33eb128

Please sign in to comment.