Skip to content

Commit

Permalink
fix: make typescript strict and fix small issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Nov 19, 2022
1 parent d4b2771 commit 7b49a74
Show file tree
Hide file tree
Showing 11 changed files with 131 additions and 141 deletions.
File renamed without changes.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,43 +67,43 @@
"svelte": "^3.25.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@kiwi/eslint-config": "^1.19.5",
"@kiwi/prettier-config": "^1.19.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@rollup/plugin-typescript": "^9.0.2",
"@types/dlv": "^1.1.2",
"@types/estree": "0.0.45",
"@types/estree": "1.0.0",
"@types/intl": "^1.2.0",
"@types/jest": "^26.0.14",
"@types/node": "^14.14.35",
"@types/sade": "^1.7.2",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.33",
"@types/sade": "^1.7.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.3.0",
"conventional-changelog-cli": "^2.1.0",
"cross-env": "^7.0.2",
"babel-jest": "^26.6.3",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"full-icu": "^1.3.1",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.4.0",
"full-icu": "^1.5.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.7.1",
"rollup": "^2.27.1",
"rollup": "^2.79.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-dts": "^4.2.3",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.26.11",
"svelte": "^3.25.1",
"svelte-preprocess": "^4.3.0",
"ts-jest": "^26.4.0",
"typescript": "^4.0.3"
"sass": "^1.56.1",
"svelte": "^3.53.1",
"svelte-preprocess": "^4.10.7",
"ts-jest": "^26.5.6",
"typescript": "^4.9.3"
},
"dependencies": {
"deepmerge": "^4.2.2",
"estree-walker": "^2.0.1",
"intl-messageformat": "^9.3.15",
"sade": "^1.7.4",
"tiny-glob": "^0.2.6"
"estree-walker": "^2",
"intl-messageformat": "^9.13.0",
"sade": "^1.8.1",
"tiny-glob": "^0.2.9"
}
}
143 changes: 52 additions & 91 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7b49a74

Please sign in to comment.