Skip to content

Commit 03b0430

Browse files
committed
chore: remove devDependencies from top level package.json again
root cause seems to be sub-packages not being installed with `npm ci`, so we switched to `npm install` instead
1 parent b81f091 commit 03b0430

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,15 @@
7171
"@testing-library/react-17": "npm:@testing-library/[email protected]",
7272
"@tsconfig/svelte": "^3.0.0",
7373
"@types/jest": "^26.0.4",
74-
"@types/jscodeshift": "^0.11.3",
7574
"@types/luxon": "^2.3.1",
7675
"@types/node": "^17.0.25",
7776
"@types/react": "^18.0.14",
7877
"@types/react-dom": "^18.0.5",
79-
"@types/use-sync-external-store": "^0.0.3",
8078
"@typescript-eslint/eslint-plugin": "^5.6.0",
8179
"@typescript-eslint/parser": "^5.6.0",
8280
"axios": "^0.26.1",
8381
"babel-eslint": "^10.1.0",
8482
"babel-plugin-transform-async-to-promises": "^0.8.18",
85-
"broadcast-channel": "^3.4.1",
8683
"bundlewatch": "^0.3.2",
8784
"concurrently": "^7.1.0",
8885
"current-git-branch": "^1.1.0",
@@ -103,15 +100,13 @@
103100
"eslint-plugin-standard": "^4.0.1",
104101
"git-log-parser": "^1.2.0",
105102
"jest": "^27.5.1",
106-
"jscodeshift": "^0.13.1",
107103
"lerna": "^4.0.0",
108104
"luxon": "^2.3.2",
109105
"prettier": "^2.6.2",
110106
"react": "^18.2.0",
111107
"react-17": "npm:react@^17.0.2",
112108
"react-dom": "^18.2.0",
113109
"react-dom-17": "npm:react-dom@^17.0.2",
114-
"react-error-boundary": "^3.1.4",
115110
"rollup": "^2.70.2",
116111
"rollup-plugin-size": "^0.2.2",
117112
"rollup-plugin-svelte": "^7.1.0",
@@ -120,10 +115,8 @@
120115
"solid-js": "^1.3.15",
121116
"stream-to-array": "^2.3.0",
122117
"svelte": "^3.48.0",
123-
"@tanstack/match-sorter-utils": "^8.0.0-alpha.82",
124118
"ts-node": "^10.7.0",
125119
"typescript": "^4.7.0-beta",
126-
"use-sync-external-store": "^1.2.0",
127120
"vue": "^3.2.33"
128121
},
129122
"bundlewatch": {

0 commit comments

Comments
 (0)