Skip to content

Commit

Permalink
#: Upgrade version to 4.0.45
Browse files Browse the repository at this point in the history
update versions of dependencies
  • Loading branch information
zdu-strong committed Sep 17, 2024
1 parent 58d1449 commit 4e13d6b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bin/mobx_react_build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';
async function main() {
execSync(
[
"npx -y -p typescript -p ts-node ts-node --skipProject",
"npx -y tsx",
"bin/pre_load_configuration.ts",
].join(" "),

Expand Down
2 changes: 1 addition & 1 deletion bin/mobx_react_make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function main() {
async function preLoadConfiguration() {
execSync(
[
"npx -y -p typescript -p ts-node ts-node --skipProject",
"npx -y tsx",
"bin/pre_load_configuration.ts",
].join(" "),
{
Expand Down
2 changes: 1 addition & 1 deletion bin/mobx_react_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';
async function main() {
execSync(
[
"npx -y -p typescript -p ts-node ts-node --skipProject",
"npx -y tsx",
"bin/pre_load_configuration.ts",
].join(" "),
{
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "mobx-react-use-autorun",
"version": "4.0.44",
"version": "4.0.45",
"description": "Provide concise usage for mobx in react",
"scripts": {
"test": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_test.ts",
"build": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_build.ts",
"make": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_make.ts"
"test": "npx -y tsx bin/mobx_react_test.ts",
"build": "npx -y tsx bin/mobx_react_build.ts",
"make": "npx -y tsx bin/mobx_react_make.ts"
},
"dependencies": {
"mobx": "6.13.1",
"mobx": "6.13.2",
"mobx-react-lite": "4.0.7",
"rxjs": "7.8.1"
},
Expand All @@ -20,9 +20,9 @@
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/jest": "29.5.13",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down

0 comments on commit 4e13d6b

Please sign in to comment.