Skip to content

Commit

Permalink
chore: port JSX assets to TSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Mar 20, 2024
1 parent d9cd953 commit 6c90806
Show file tree
Hide file tree
Showing 50 changed files with 2,272 additions and 1,351 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"build": "node scripts/build.js",
"build:verbose": "node scripts/build.js -v",
"watch": "node scripts/build.js -w",
"format:check": "yarn prettier -c *.{js,ts} src/**/*.{js,jsx,ts,tsx} cypress",
"format:write": "yarn prettier -w *.{js,ts} src/**/*.{js,jsx,ts,tsx} cypress",
"lint": "eslint *.{js,ts} src/**/*.{js,jsx,ts,tsx} cypress",
"format:check": "yarn prettier -c *.{js,ts} src/**/*.{js,ts,tsx} cypress",
"format:write": "yarn prettier -w *.{js,ts} src/**/*.{js,ts,tsx} cypress",
"lint": "eslint *.{js,ts} src/**/*.{js,ts,tsx} cypress",
"cy:open": "cypress open",
"cy:headless": "cypress run --quiet",
"update:all": "./scripts/update-dependents.sh",
Expand All @@ -87,7 +87,6 @@
"js-cookie": "^2.2.1",
"lodash.throttle": "^4.1.1",
"nanoid": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^4.0.5",
Expand Down
Loading

0 comments on commit 6c90806

Please sign in to comment.