Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Dec 15, 2023
1 parent 29f4193 commit 2d38657
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 156 deletions.
6 changes: 3 additions & 3 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@easyops-cn/docusaurus-search-local": "^0.38.1",
"@easyops-cn/docusaurus-search-local": "^0.39.0",
"bootstrap-icons": "^1.11.2",
"bufferutil": "^4.0.8",
"mobx": "^6.12.0",
Expand All @@ -24,11 +24,11 @@
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.5",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@docusaurus/module-type-aliases": "^3.0.1",
"@docusaurus/tsconfig": "^3.0.1",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.2.42",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
"raw-loader": "^4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"netlify-cli": "^17.10.0",
"prettier": "^3.1.0",
"netlify-cli": "^17.10.1",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.11.0",
"turbo": "^1.11.2",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.0.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29",
Expand All @@ -85,10 +85,10 @@
"shx": "^0.3.4",
"spec.ts": "^1.1.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"vite": "^5.0.6"
"vite": "^5.0.10"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down
Loading

0 comments on commit 2d38657

Please sign in to comment.