Skip to content

Commit

Permalink
Merge pull request #1 from SwingbyProtocol/f-upgrade-to-nodejs18
Browse files Browse the repository at this point in the history
feat: upgrade to NodeJS 18
  • Loading branch information
syrohei authored Sep 20, 2023
2 parents 518b636 + 0e4c7ad commit f50469e
Show file tree
Hide file tree
Showing 2 changed files with 4,729 additions and 2,200 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,27 @@
"format": "prettier --write '**/*.{js,jsx,ts,tsx,css,json,md,mdx,html}'"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0"
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@swingby-protocol/prettier-config": "^1.0.2",
"eslint": "^7.32.0",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0"
"eslint": "^8.49.0",
"prettier": "^3.0.3",
"semantic-release": "^21.1.1"
},
"peerDependencies": {
"eslint": "^7.32.0",
"prettier": "^2.4.0"
"eslint": "^8.49.0",
"prettier": "^3.0.3"
}
}
Loading

0 comments on commit f50469e

Please sign in to comment.