Skip to content

Commit

Permalink
fix(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeents committed Jan 10, 2023
1 parent 2885527 commit a7e8736
Show file tree
Hide file tree
Showing 40 changed files with 245 additions and 143 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@
},
"packageManager": "yarn@3.3.1",
"devDependencies": {
"@dmeents/maestro": "^1.5.1",
"@dmeents/maestro": "^1.6.35",
"@dmeents/semantic-release-yarn": "^1.1.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.6",
"@semantic-release/github": "^8.0.7",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/eslint": "^8",
"@types/jest": "^29.2.3",
"@types/prettier": "^2",
"@types/eslint": "^8.4.10",
"@types/jest": "^29.2.5",
"@types/prettier": "^2.7.2",
"@types/semantic-release__error": "^3.0.0",
"@types/semver": "^7",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.6",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-junit": "^15.0.0",
"prettier": "^2.8.0",
"semantic-release": "^20.0.0",
"prettier": "^2.8.2",
"semantic-release": "^20.0.2",
"tempy": "^1.0.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"dependencies": {
"@semantic-release/error": "^3.0.0",
Expand Down
15 changes: 8 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"extends": "./node_modules/@dmeents/maestro/.dist/tsconfig/main.json",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"declaration": true,
"declarationMap": true,
"target": "esnext",
"lib": [
"esnext"
],
"module": "commonjs",
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"isolatedModules": true,
"lib": [
"esnext"
],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
"outDir": ".dist",
"removeComments": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"baseUrl": ".",
"outDir": ".dist"
"target": "esnext"
},
"include": [
"./src/**/*"
Expand Down
Loading

0 comments on commit a7e8736

Please sign in to comment.