Skip to content

Commit

Permalink
⬆️ Upgrade babel and rollup to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Dec 30, 2023
1 parent 45cead9 commit 0a89167
Show file tree
Hide file tree
Showing 9 changed files with 522 additions and 676 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@garden/types": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"jest": "^29.7.0",
"rimraf": "5.0.5",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/garden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"unified": "^10.1.2"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.11",
"@types/mdast": "^3.0.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:package": "jest --no-watchman"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.6",
"@types/jest": "^29.5.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"d3-quadtree": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/dom": "^9.3.3",
Expand All @@ -33,7 +33,7 @@
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"rimraf": "5.0.5",
"rollup": "^4.9.1",
"rollup": "^4.9.2",
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@garden/core": "workspace:0.0.1",
"@types/jest": "^29.5.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/react": "^14.1.2",
"@types/d3": "^7.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/yargs": "^17.0.32",
"autoprefixer": "^10.4.16",
Expand Down
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": "^4.9.1",
"rollup": "^4.9.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 0a89167

Please sign in to comment.