Skip to content

Commit a860b49

Browse files
authored
fix: remove "npm-force-resolutions" package and update other packages (#18)
1 parent 0633a9f commit a860b49

11 files changed

Lines changed: 6190 additions & 25879 deletions

dist/ntc-ts.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ntc-ts.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ntc-ts.modern.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ntc-ts.modern.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ntc-ts.module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ntc-ts.module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ntc-ts.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ntc-ts.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 25849 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,18 @@
2828
"coverage": "jest --config=jest.json --coverage",
2929
"dev": "microbundle watch",
3030
"lint": "ts-standard",
31-
"preinstall": "npx npm-force-resolutions",
3231
"test": "jest --config=jest.json",
3332
"watch": "jest --config=jest.json --watch"
3433
},
3534
"devDependencies": {
36-
"@types/jest": "^26.0.20",
35+
"@types/jest": "^27.5.1",
3736
"babel-preset-env": "^1.7.0",
38-
"jest": "^26.6.3",
39-
"microbundle": "^0.13.3",
40-
"npm-force-resolutions": "0.0.10",
41-
"ts-jest": "^26.5.1",
42-
"ts-standard": "^10.0.0",
43-
"typescript": "^4.1.5"
44-
},
45-
"resolutions": {
46-
"ansi-regex": ">=5.0.1",
47-
"css-what": ">=5.0.1",
48-
"glob-parent": ">=5.1.2",
49-
"hosted-git-info": ">=2.8.9",
50-
"is-svg": ">=4.2.2",
51-
"nth-check": ">=2.0.1",
52-
"normalize-url": ">=6.1.0",
53-
"path-parse": ">=1.0.7",
54-
"postcss": ">=8.2.10",
55-
"set-value": ">=4.0.1",
56-
"tmpl": ">=1.0.5",
57-
"ws": ">=7.4.6"
37+
"jest": "^28.1.0",
38+
"microbundle": "^0.15.0",
39+
"ts-jest": "^28.0.2",
40+
"ts-standard": "^11.0.0",
41+
"typescript": "^4.6.4",
42+
"yarn-upgrade-all": "^0.7.1"
5843
},
5944
"ts-standard": {
6045
"ignore": [

0 commit comments

Comments
 (0)