Skip to content

Commit

Permalink
Reorder import
Browse files Browse the repository at this point in the history
  • Loading branch information
DukeManh authored and menghif committed Mar 20, 2022
1 parent cf7537d commit 618aef2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/api/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"watch:server": "env-cmd -f env.local nodemon src/server.js",
"compile:js": "vite build",
"watch:js": "vite build --watch",
"eslint": "TIMING=1 eslint --config .eslintrc.js \"./src/**/*.js\"",
"eslint-fix": "eslint --config .eslintrc.js \"./src/**/*.js\" --fix",
"eslint": "TIMING=1 eslint --config .eslintrc.js --ignore-path .gitignore \"./src/**/*.js\"",
"eslint-fix": "eslint --config .eslintrc.js --ignore-path .gitignore \"./src/**/*.js\" --fix",
"lint": "pnpm eslint"
},
"repository": "Seneca-CDOT/telescope",
Expand Down
10 changes: 5 additions & 5 deletions src/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@emotion/react": "11.8.2",
"@emotion/styled": "11.8.1",
"@testing-library/react": "12.1.4",
"@fontsource/pt-serif": "4.5.3",
"@fontsource/spartan": "4.5.4",
"@material-ui/core": "4.12.3",
Expand Down Expand Up @@ -43,20 +44,19 @@
"react-use": "17.3.2",
"smoothscroll-polyfill": "0.4.4",
"swr": "1.2.2",
"yup": "0.32.11",
"@testing-library/react": "12.1.4"
"yup": "0.32.11"
},
"devDependencies": {
"@senecacdot/eslint-config-telescope": "1.0.1",
"@testing-library/react": "12.1.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@types/node": "16.11.26",
"@types/react": "17.0.40",
"babel-loader": "8.2.3",
"eslint": "7.32.0",
"terser-webpack-plugin": "5.3.1",
"typescript": "4.4.4",
"webpack": "5.9.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0"
"webpack": "5.9.0"
}
}

0 comments on commit 618aef2

Please sign in to comment.