Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 18, 2024
1 parent c7f90e5 commit eaaaa30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# we never want to use packages from the registry over what's in the workspace
prefer-workspaces-packages=true

# default is true, we do this to try to have more isolation
# since we test with incompatible sets of TS types.
shared-workspace-lockfile=false
4 changes: 2 additions & 2 deletions smoke-tests/examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"private": true,
"dependencies": {
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"eslint-plugin-decorator-position": "*",
"eslint": "^7.0.0",
"typescript": "4.5.5"
Expand Down
8 changes: 4 additions & 4 deletions smoke-tests/integration/external-config-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "MIT",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"babel-eslint": "*",
"eslint-plugin-decorator-position": "*",
"eslint": "^7.0.0",
"eslint-plugin-prettier": "*",
"eslint-config-prettier": "*",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^4.0.0",
"prettier": "^2.6.2",
"typescript": "4.5.5"
}
Expand Down

0 comments on commit eaaaa30

Please sign in to comment.