Skip to content

Commit

Permalink
Remove deprecated dependencies (#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Mar 22, 2024
1 parent 82bb3e5 commit 81aad64
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"markdownlint": "markdownlint-cli2 \"**/*.md\"",
"prettier": "pretty-quick --ignore-path .eslintignore",
"prettier:all": "prettier --write . --ignore-path .eslintignore",
"deduplicate": "node scripts/deduplicate.mjs",
"dev": "dotenv cross-env FORCE_COLOR=1 lerna -- run dev --stream --parallel --ignore docs",
"docs:dev": "pnpm --filter docs dev",
"docs:build": "pnpm --filter docs build",
Expand Down Expand Up @@ -48,7 +47,6 @@
"@types/archiver": "6.0.2",
"@types/gtag.js": "0.0.19",
"@types/node": "20.11.28",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"chalk": "5.3.0",
Expand Down Expand Up @@ -79,8 +77,7 @@
"rimraf": "5.0.5",
"typescript": "5.4.2",
"vitest-dom": "0.1.1",
"vitest-fail-on-console": "0.5.1",
"yarn-deduplicate": "6.0.2"
"vitest-fail-on-console": "0.5.1"
},
"dependencies": {
"archiver": "7.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"@types/lodash-es": "4.17.12",
"@types/node-fetch": "2.6.11",
"@types/pg": "8.11.2",
"@types/prettier": "2.7.3",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/react-is": "18.2.4",
Expand Down
1 change: 0 additions & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"devDependencies": {
"@types/express": "4.17.21",
"@types/invariant": "2.2.37",
"@types/prettier": "2.7.3",
"@types/react": "18.2.66",
"@types/react-is": "18.2.4",
"@types/title": "3.4.3"
Expand Down
39 changes: 0 additions & 39 deletions pnpm-lock.yaml

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

0 comments on commit 81aad64

Please sign in to comment.