Skip to content

Commit

Permalink
chore: remove devDependencies from top level package.json again
Browse files Browse the repository at this point in the history
root cause seems to be sub-packages not being installed with `npm ci`, so we switched to `npm install` instead
  • Loading branch information
TkDodo committed Jul 13, 2022
1 parent b81f091 commit 03b0430
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,15 @@
"@testing-library/react-17": "npm:@testing-library/[email protected]",
"@tsconfig/svelte": "^3.0.0",
"@types/jest": "^26.0.4",
"@types/jscodeshift": "^0.11.3",
"@types/luxon": "^2.3.1",
"@types/node": "^17.0.25",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"axios": "^0.26.1",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-async-to-promises": "^0.8.18",
"broadcast-channel": "^3.4.1",
"bundlewatch": "^0.3.2",
"concurrently": "^7.1.0",
"current-git-branch": "^1.1.0",
Expand All @@ -103,15 +100,13 @@
"eslint-plugin-standard": "^4.0.1",
"git-log-parser": "^1.2.0",
"jest": "^27.5.1",
"jscodeshift": "^0.13.1",
"lerna": "^4.0.0",
"luxon": "^2.3.2",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-17": "npm:react@^17.0.2",
"react-dom": "^18.2.0",
"react-dom-17": "npm:react-dom@^17.0.2",
"react-error-boundary": "^3.1.4",
"rollup": "^2.70.2",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-svelte": "^7.1.0",
Expand All @@ -120,10 +115,8 @@
"solid-js": "^1.3.15",
"stream-to-array": "^2.3.0",
"svelte": "^3.48.0",
"@tanstack/match-sorter-utils": "^8.0.0-alpha.82",
"ts-node": "^10.7.0",
"typescript": "^4.7.0-beta",
"use-sync-external-store": "^1.2.0",
"vue": "^3.2.33"
},
"bundlewatch": {
Expand Down

0 comments on commit 03b0430

Please sign in to comment.