Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package-lock=false
package-lock=false
1 change: 0 additions & 1 deletion .shellcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ disable=SC2155
disable=SC2310
disable=SC2311
disable=SC2312

2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"christian-kohler.npm-intellisense",
"yzhang.markdown-all-in-one"
]
}
}
6 changes: 3 additions & 3 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion constraints.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ constraints_min_version(1).

% This file is written in Prolog
% It contains rules that the project must respect.
% In order to see them in action, run `yarn constraints source`
% In order to see them in action, run `yarn constraints source`

% This rule will enforce that a workspace MUST depend on the same version of a dependency as the one used by the other workspaces
gen_enforced_dependency(WorkspaceCwd, DependencyIdent, DependencyRange2, DependencyType) :-
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^16.5.0",
"lodash": "^4.17.21",
"tslib": "^2.4.0",
"yaml": "^2.1.1"
"yaml": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.18.10",
Expand Down
Loading