Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a6e8e0

Browse files
barbalexagilgur5
andauthored
deps: more permissive mst peerDep, update mst devDep (#33)
* Fix upstream dependency conflict* make the range more permissiveCo-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>* deps: update MST + mobx devDeps- to make sure that we test on MST 5 et al* ci: run on PR as well- I thought `push` covered PRs as well, maybe that got changed - or it was always only for my own PRs? not sure as it worked in repos I don't own either...* ci: add skipLibCheck to typecheck- was getting errors on MST and MobX internal types - current TS direction is to use `skipLibCheck` as the default - c.f.microsoft/TypeScript-Website@625e1c5---------Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>Co-authored-by: Anton Gilgur <agilgur5@gmail.com>
1 parent3499a27 commit7a6e8e0

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name:CI
2-
on:[push]
2+
on:[push, pull_request]
33
jobs:
44
ci:
55
name:CI - Node ${{ matrix.node-version }}, ${{ matrix.os }}

‎package-lock.json‎

Lines changed: 19 additions & 11 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@
2929
"scripts": {
3030
"start":"tsdx watch",
3131
"build":"tsdx build",
32-
"tsc":"tsc --noEmit",
32+
"tsc":"tsc --noEmit --skipLibCheck",
3333
"test":"tsdx test",
3434
"test:coverage":"tsdx test --coverage",
3535
"test:pub":"npm run build && npm pack",
3636
"pub":"npm run build && npm publish",
3737
"changelog":"changelog-maker"
3838
},
3939
"peerDependencies": {
40-
"mobx-state-tree":"^3.2.1"
40+
"mobx-state-tree":">=3.2.1"
4141
},
4242
"dependencies": {},
4343
"devDependencies": {
4444
"@agilgur5/changelog-maker":"^3.0.0",
4545
"jest-without-globals":"^0.0.2",
46-
"mobx":"^5.11.0",
47-
"mobx-state-tree":"^3.14.0",
46+
"mobx":"^6.3.0",
47+
"mobx-state-tree":"^5.1.8",
4848
"tsdx":"github:agilgur5/tsdx#dist",
4949
"typescript":"^3.5.2"
5050
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp