Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 12, 2022
1 parent d51b8de commit 94c7055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"core-js-pure": "file:./packages/core-js-pure",
"david": "^12.0.0",
"es-observable": "git+https://github.com/tc39/proposal-observable.git#d3404f06bc70c7c578a5047dfb3dc813730e3319",
"eslint": "^8.8.0",
"eslint": "^8.9.0",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-es": "git+https://github.com/mysticatea/eslint-plugin-es.git#00d73851793541dc7b0d07292deb0ca2bc8a25e1",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -55,11 +55,11 @@
"lerna": "^4.0.0",
"moon-unit": "0.2.2",
"node-qunit": "^2.0.0",
"npm": "8.3.2",
"npm": "^8.5.0",
"npm-run-all": "^4.1.5",
"p-timeout": "^5.0.2",
"phantomjs-prebuilt": "~2.1.16",
"playwright": "^1.18.1",
"playwright": "^1.19.0",
"promises-aplus-tests": "^2.1.2",
"promises-es6-tests": "~0.5.0",
"qunit": "^2.17.2",
Expand Down
1 change: 0 additions & 1 deletion scripts/check-dependencies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const getDependencies = promisify(david.getDependencies);

const ignoreEverywhere = new Set([
'moon-unit',
'npm',
]);

const ignoreInPackages = new Set([
Expand Down

0 comments on commit 94c7055

Please sign in to comment.