Skip to content

Commit 627d855

Browse files
committed
chore: clean up package.json and tsconfig
1 parent f74ef14 commit 627d855

File tree

3 files changed

+491
-593
lines changed

3 files changed

+491
-593
lines changed

site/package.json

Lines changed: 7 additions & 10 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'",
@@ -32,7 +32,6 @@
3232
"@emoji-mart/react": "1.1.1",
3333
"@emotion/css": "11.11.2",
3434
"@emotion/react": "11.11.1",
35-
"@emotion/styled": "11.11.0",
3635
"@fastly/performance-observer-polyfill": "2.0.0",
3736
"@fontsource-variable/inter": "5.0.15",
3837
"@fontsource/ibm-plex-mono": "5.0.5",
@@ -43,7 +42,6 @@
4342
"@mui/system": "5.14.0",
4443
"@mui/utils": "5.14.11",
4544
"@tanstack/react-query-devtools": "4.35.3",
46-
"@vitejs/plugin-react": "4.1.0",
4745
"ansi-to-html": "0.7.2",
4846
"axios": "1.6.0",
4947
"canvas": "2.11.0",
@@ -57,11 +55,8 @@
5755
"date-fns": "2.30.0",
5856
"dayjs": "1.11.4",
5957
"emoji-mart": "5.4.0",
60-
"eslint-plugin-testing-library": "6.1.0",
61-
"eventsourcemock": "2.0.0",
6258
"formik": "2.4.1",
6359
"front-matter": "4.0.2",
64-
"jest-environment-jsdom": "29.5.0",
6560
"lodash": "4.17.21",
6661
"monaco-editor": "0.44.0",
6762
"pretty-bytes": "6.1.0",
@@ -82,14 +77,11 @@
8277
"remark-gfm": "4.0.0",
8378
"rollup-plugin-visualizer": "5.9.0",
8479
"semver": "7.5.3",
85-
"ts-proto": "1.164.0",
86-
"ts-prune": "0.10.3",
8780
"tzdata": "1.0.30",
8881
"ua-parser-js": "1.0.33",
8982
"ufuzzy": "npm:@leeoniya/ufuzzy@1.0.10",
9083
"unique-names-generator": "4.7.1",
9184
"uuid": "9.0.0",
92-
"vite": "4.5.2",
9385
"xterm": "5.2.0",
9486
"xterm-addon-canvas": "0.5.0",
9587
"xterm-addon-fit": "0.8.0",
@@ -135,6 +127,7 @@
135127
"@types/uuid": "9.0.2",
136128
"@typescript-eslint/eslint-plugin": "6.9.1",
137129
"@typescript-eslint/parser": "6.9.1",
130+
"@vitejs/plugin-react": "4.1.0",
138131
"chromatic": "9.0.0",
139132
"eslint": "8.52.0",
140133
"eslint-config-prettier": "9.0.0",
@@ -147,10 +140,13 @@
147140
"eslint-plugin-react": "7.33.0",
148141
"eslint-plugin-react-hooks": "4.6.0",
149142
"eslint-plugin-storybook": "0.6.12",
143+
"eslint-plugin-testing-library": "6.1.0",
150144
"eslint-plugin-unicorn": "49.0.0",
145+
"eventsourcemock": "2.0.0",
151146
"express": "4.18.2",
152147
"jest": "29.6.2",
153148
"jest-canvas-mock": "2.5.2",
149+
"jest-environment-jsdom": "29.5.0",
154150
"jest-fetch-mock": "3.0.3",
155151
"jest-location-mock": "2.0.0",
156152
"jest-runner-eslint": "2.1.0",
@@ -159,13 +155,14 @@
159155
"msw": "1.3.0",
160156
"prettier": "3.1.0",
161157
"protobufjs": "7.2.4",
162-
"rxjs": "7.8.1",
163158
"ssh2": "1.14.0",
164159
"storybook": "7.5.2",
165160
"storybook-addon-react-router-v6": "2.0.0",
166161
"storybook-react-context": "0.6.0",
167162
"ts-node": "10.9.1",
163+
"ts-prune": "0.10.3",
168164
"typescript": "5.2.2",
165+
"vite": "4.5.2",
169166
"vite-plugin-checker": "0.6.0",
170167
"vite-plugin-turbosnap": "1.0.2"
171168
},

0 commit comments

Comments
 (0)