Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 28, 2021
1 parent 233ce3a commit 991d46b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -10,10 +10,10 @@
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/plugin-transform-block-scoped-functions": "^7.12.13",
"@babel/plugin-transform-block-scoping": "^7.14.2",
"@babel/plugin-transform-classes": "^7.14.2",
"@babel/plugin-transform-block-scoping": "^7.14.4",
"@babel/plugin-transform-classes": "^7.14.4",
"@babel/plugin-transform-computed-properties": "^7.13.0",
"@babel/plugin-transform-destructuring": "^7.13.17",
"@babel/plugin-transform-destructuring": "^7.14.4",
"@babel/plugin-transform-exponentiation-operator": "^7.12.13",
"@babel/plugin-transform-literals": "^7.12.13",
"@babel/plugin-transform-member-expression-literals": "^7.12.13",
Expand All @@ -33,7 +33,7 @@
"core-js-pure": "file:./packages/core-js-pure",
"david": "^12.0.0",
"detective": "^5.2.0",
"electron-to-chromium": "^1.3.740",
"electron-to-chromium": "^1.3.741",
"es-observable": "git+https://github.com/tc39/proposal-observable.git#d3404f06bc70c7c578a5047dfb3dc813730e3319",
"eslint": "^7.27.0",
"eslint-plugin-es": "git+https://github.com/mysticatea/eslint-plugin-es.git#00d73851793541dc7b0d07292deb0ca2bc8a25e1",
Expand Down Expand Up @@ -61,7 +61,7 @@
"qunit": "^2.15.0",
"semver": "^7.3.5",
"terser": "^5.7.0",
"webpack": "^5.38.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"license": "MIT",
Expand Down

0 comments on commit 991d46b

Please sign in to comment.