Skip to content

Commit

Permalink
chore(deps): pin dependencies (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 8, 2022
1 parent 4419e59 commit d8543d3
Show file tree
Hide file tree
Showing 2 changed files with 4,822 additions and 7,124 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,41 +56,41 @@
},
"devDependencies": {
"@prisma-labs/prettier-config": "0.1.0",
"@swc/core": "^1.2.151",
"@swc/helpers": "^0.3.6",
"@swc/jest": "^0.2.20",
"@tsconfig/node14": "^1.0.1",
"@swc/core": "1.2.151",
"@swc/helpers": "0.3.6",
"@swc/jest": "0.2.20",
"@tsconfig/node14": "1.0.1",
"@types/common-tags": "1.8.1",
"@types/eslint": "^8.4.1",
"@types/eslint": "8.4.1",
"@types/jest": "27.4.1",
"@types/node": "17.0.21",
"@types/tmp": "0.2.3",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"doctoc": "1.4.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint": "8.10.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-deprecation": "1.3.2",
"eslint-plugin-only-warn": "1.0.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-tsdoc": "0.2.14",
"jest": "27.5.1",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-select-projects": "2.0.0",
"jest-watch-suspend": "1.1.2",
"jest-watch-toggle-config": "2.0.1",
"jest-watch-typeahead": "1.0.0",
"konn": "^0.7.0",
"konn": "0.7.0",
"prettier": "2.5.1",
"strip-ansi": "6.0.0",
"tmp": "0.2.1",
"ts-jest": "27.1.3",
"ts-node": "10.7.0",
"tsconfig-paths": "^3.13.0",
"tsconfig-paths": "3.13.0",
"type-fest": "2.12.0",
"typescript": "4.6.2",
"typescript-snapshots-plugin": "^1.7.0",
"typescript-transform-paths": "^3.3.1"
"typescript-snapshots-plugin": "1.7.0",
"typescript-transform-paths": "3.3.1"
},
"prettier": "@prisma-labs/prettier-config"
}
Loading

0 comments on commit d8543d3

Please sign in to comment.