Skip to content

Commit 3d76e1b

Browse files
authored
chore: clean up package.json and tsconfig (coder#11757)
1 parent ecae6f9 commit 3d76e1b

File tree

3 files changed

+531
-566
lines changed

3 files changed

+531
-566
lines changed

site/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format:write:only": "prettier --cache --write",
1515
"lint": "pnpm run lint:types && pnpm exec jest --selectProjects lint",
1616
"lint:fix": "FIX=true pnpm lint",
17-
"lint:types": "tsc --noEmit",
17+
"lint:types": "tsc -p .",
1818
"playwright:install": "playwright install --with-deps chromium",
1919
"playwright:test": "playwright test --config=e2e/playwright.config.ts",
2020
"gen:provisioner": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./e2e/ --ts_proto_opt=outputJsonMethods=false,outputEncodeMethods=encode-no-creation,outputClientImpl=false,nestJs=false,outputPartialMethods=false,fileSuffix=Generated,suffix=hey -I ../provisionersdk/proto ../provisionersdk/proto/provisioner.proto && pnpm exec prettier --ignore-path '/dev/null' --cache --write './e2e/provisionerGenerated.ts'",
@@ -43,7 +43,6 @@
4343
"@mui/system": "5.14.0",
4444
"@mui/utils": "5.14.11",
4545
"@tanstack/react-query-devtools": "4.35.3",
46-
"@vitejs/plugin-react": "4.1.0",
4746
"ansi-to-html": "0.7.2",
4847
"axios": "1.6.0",
4948
"canvas": "2.11.0",
@@ -57,11 +56,8 @@
5756
"date-fns": "2.30.0",
5857
"dayjs": "1.11.4",
5958
"emoji-mart": "5.4.0",
60-
"eslint-plugin-testing-library": "6.1.0",
61-
"eventsourcemock": "2.0.0",
6259
"formik": "2.4.1",
6360
"front-matter": "4.0.2",
64-
"jest-environment-jsdom": "29.5.0",
6561
"lodash": "4.17.21",
6662
"monaco-editor": "0.44.0",
6763
"pretty-bytes": "6.1.0",
@@ -82,14 +78,11 @@
8278
"remark-gfm": "4.0.0",
8379
"rollup-plugin-visualizer": "5.9.0",
8480
"semver": "7.5.3",
85-
"ts-proto": "1.164.0",
86-
"ts-prune": "0.10.3",
8781
"tzdata": "1.0.30",
8882
"ua-parser-js": "1.0.33",
8983
"ufuzzy": "npm:@leeoniya/ufuzzy@1.0.10",
9084
"unique-names-generator": "4.7.1",
9185
"uuid": "9.0.0",
92-
"vite": "4.5.2",
9386
"xterm": "5.2.0",
9487
"xterm-addon-canvas": "0.5.0",
9588
"xterm-addon-fit": "0.8.0",
@@ -135,6 +128,7 @@
135128
"@types/uuid": "9.0.2",
136129
"@typescript-eslint/eslint-plugin": "6.9.1",
137130
"@typescript-eslint/parser": "6.9.1",
131+
"@vitejs/plugin-react": "4.1.0",
138132
"chromatic": "9.0.0",
139133
"eslint": "8.52.0",
140134
"eslint-config-prettier": "9.0.0",
@@ -147,10 +141,13 @@
147141
"eslint-plugin-react": "7.33.0",
148142
"eslint-plugin-react-hooks": "4.6.0",
149143
"eslint-plugin-storybook": "0.6.12",
144+
"eslint-plugin-testing-library": "6.1.0",
150145
"eslint-plugin-unicorn": "49.0.0",
146+
"eventsourcemock": "2.0.0",
151147
"express": "4.18.2",
152148
"jest": "29.6.2",
153149
"jest-canvas-mock": "2.5.2",
150+
"jest-environment-jsdom": "29.5.0",
154151
"jest-fetch-mock": "3.0.3",
155152
"jest-location-mock": "2.0.0",
156153
"jest-runner-eslint": "2.1.0",
@@ -165,7 +162,10 @@
165162
"storybook-addon-react-router-v6": "2.0.0",
166163
"storybook-react-context": "0.6.0",
167164
"ts-node": "10.9.1",
165+
"ts-proto": "1.164.0",
166+
"ts-prune": "0.10.3",
168167
"typescript": "5.2.2",
168+
"vite": "4.5.2",
169169
"vite-plugin-checker": "0.6.0",
170170
"vite-plugin-turbosnap": "1.0.2"
171171
},

0 commit comments

Comments
 (0)