Skip to content

Commit

Permalink
⬆️ Upgrade some dev dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Dec 29, 2023
1 parent 4c8d75c commit 4c2900d
Show file tree
Hide file tree
Showing 10 changed files with 741 additions and 338 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"test:since-main": "pnpm --filter '...[origin/main]' test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-sonarjs": "^0.17.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.23.0",
"format-package": "^7.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"rimraf": "3.0.2",
"start-server-and-test": "^1.15.4",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"rimraf": "5.0.5",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.3",
"@types/node": "^20.10.5",
"jest": "^29.7.0",
"rimraf": "3.0.2",
"rimraf": "5.0.5",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/garden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporters": "^3.1.7",
"remark-parse": "^10.0.2",
"rimraf": "3.0.2",
"rimraf": "5.0.5",
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/graph-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.6",
"@types/jest": "^29.5.11",
"@types/jsdom": "^20.0.1",
"@types/jsdom": "^21.1.6",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jsdom": "^20.0.3",
"jsdom": "^23.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-typescript": "^10.0.1",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.6",
"@types/d3": "^7.4.3",
"@types/d3-force": "^3.0.9",
"@types/d3-quadtree": "^3.0.6",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"rimraf": "3.0.2",
"rollup": "^3.29.4",
"rimraf": "5.0.5",
"rollup": "^4.9.1",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^14.1.2",
"@types/d3": "^7.4.3",
"@types/d3-force": "^3.0.9",
"@types/d3-quadtree": "^3.0.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@types/node": "^18.19.3",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.10.5",
"@types/react": "^18.2.46",
"@types/yargs": "^17.0.32",
"autoprefixer": "^10.4.16",
"jest": "^29.7.0",
"next-remote-watch": "^2.0.0",
"pino-pretty": "^9.4.1",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.32",
"rimraf": "3.0.2",
"start-server-and-test": "^1.15.4",
"rimraf": "5.0.5",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-gardens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"clean": "rimraf **/.garden-meta.json"
},
"devDependencies": {
"rimraf": "3.0.2"
"rimraf": "5.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint:fix": "eslint src --ext .ts --fix"
},
"devDependencies": {
"rollup": "^3.29.4",
"rollup": "^4.9.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 4c2900d

Please sign in to comment.