Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-get-admin-notes-method
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaraba authored Jul 2, 2024
2 parents 829c9e3 + c95152e commit 5da38ab
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 174 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"packageManager": "pnpm@8.15.8",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"yazl": "^2.5.1"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@reduxjs/toolkit": "^2.2.6",
"@types/debug": "^4.1.12",
"@types/node-rsa": "^1.1.4",
"@types/stream-buffers": "^3.0.7",
Expand All @@ -71,7 +71,7 @@
"jest-environment-jsdom": "^29.7.0",
"normalize.css": "^8.0.1",
"path-browserify": "^1.0.1",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"process": "^0.11.10",
"redux-logger": "^3.0.6",
Expand Down
Loading

0 comments on commit 5da38ab

Please sign in to comment.