Skip to content

Commit 10f24fe

Browse files
⬆️ deps: Upgrade.
1 parent 76afc6c commit 10f24fe

File tree

2 files changed

+85
-231
lines changed

2 files changed

+85
-231
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@
7070
"test:src": "IMPORT_MAP_PATH=test/import-maps/src/index.json npm run test-cmd"
7171
},
7272
"dependencies": {
73-
"@codec-bytes/error": "^5.0.0",
73+
"@codec-bytes/error": "^5.0.1",
7474
"@failure-abstraction/error": "^6.0.1",
7575
"@iterable-iterator/iter": "^1.0.1",
7676
"@iterable-iterator/mapping": "^9.0.0",
7777
"@iterable-iterator/next": "^2.0.1",
7878
"@iterable-iterator/zip": "^1.0.1"
7979
},
8080
"devDependencies": {
81-
"@babel/core": "7.13.10",
81+
"@babel/core": "7.19.3",
8282
"@babel/plugin-transform-destructuring": "7.19.4",
8383
"@babel/plugin-transform-for-of": "7.18.8",
84-
"@babel/preset-env": "7.13.10",
84+
"@babel/preset-env": "7.19.4",
8585
"@codec-bytes/ascii": "^3.0.0",
8686
"@commitlint/cli": "17.1.2",
8787
"@js-library/commitlint-config": "0.0.4",
@@ -90,7 +90,7 @@
9090
"@node-loader/import-maps": "1.1.0",
9191
"ava": "4.3.3",
9292
"babel-plugin-transform-remove-console": "6.9.4",
93-
"babel-plugin-unassert": "3.0.1",
93+
"babel-plugin-unassert": "3.2.0",
9494
"babel-preset-power-assert": "3.0.0",
9595
"c8": "7.12.0",
9696
"esdoc": "1.1.0",
@@ -101,10 +101,10 @@
101101
"husky": "8.0.1",
102102
"lint-staged": "13.0.3",
103103
"microbundle": "0.15.1",
104-
"np": "7.4.0",
104+
"np": "7.6.2",
105105
"pinst": "3.0.0",
106106
"power-assert": "1.6.1",
107-
"regenerator-runtime": "0.13.7",
107+
"regenerator-runtime": "0.13.10",
108108
"xo": "0.52.4"
109109
},
110110
"ava": {

0 commit comments

Comments
 (0)