Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Oct 13, 2023
1 parent 133c6de commit 82285db
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 293 deletions.
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.0",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@docusaurus/module-type-aliases": "^2.4.3",
"@svgr/webpack": "^8.1.0",
"@tsconfig/docusaurus": "^2.0.1",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/uuid": "^9.0.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/uuid": "^9.0.5",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
],
"devDependencies": {
"codecov": "^3.8.3",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"netlify-cli": "^16.5.1",
"netlify-cli": "^16.7.0",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"turbo": "^1.10.15",
Expand Down
14 changes: 7 additions & 7 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@swc/core": "^1.3.92",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/node": "^20.8.5",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx": "^6.10.2",
Expand All @@ -86,7 +86,7 @@
"spec.ts": "^1.1.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.1",
"typedoc": "^0.25.2",
"typescript": "^5.2.2",
"vite": "^4.4.11"
},
Expand Down
Loading

0 comments on commit 82285db

Please sign in to comment.