Skip to content

Commit

Permalink
Upgrade dependencies (#445)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* Update babel ecosystem
  • Loading branch information
andrewiggins committed Nov 23, 2023
1 parent 37d261b commit 221c884
Show file tree
Hide file tree
Showing 3 changed files with 1,397 additions and 1,007 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@preact/preset-vite": "^2.3.0",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"postcss": "^8.4.16",
"postcss": "^8.4.31",
"postcss-nesting": "^10.1.10",
"tiny-glob": "^0.2.9",
"vite": "^3.0.7"
"vite": "^3.2.7"
}
}
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/plugin-proposal-explicit-resource-management": "^7.22.6",
"@babel/plugin-syntax-jsx": "^7.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.21.4",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-explicit-resource-management": "^7.23.3",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.21.0",
"@babel/standalone": "^7.22.6",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
"@babel/standalone": "^7.23.4",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.2",
"@types/babel__traverse": "^7.18.5",
Expand All @@ -76,7 +76,7 @@
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"karma": "6.3.16",
"karma": "6.4.2",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
Expand Down Expand Up @@ -106,6 +106,9 @@
"patchedDependencies": {
"microbundle@0.15.1": "patches/microbundle@0.15.1.patch",
"@babel/plugin-transform-typescript@7.19.1": "patches/@babel__plugin-transform-typescript@7.19.1.patch"
},
"overrides": {
"socket.io": "~4.7.2"
}
},
"volta": {
Expand Down
Loading

0 comments on commit 221c884

Please sign in to comment.