Skip to content

Commit

Permalink
chore: specify unjs dependencies (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Feb 17, 2023
1 parent 173b781 commit 381b146
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolve, join } from 'path'
import webpack from 'webpack'
import defu from 'defu'
import { defu } from 'defu'
import _options from './options'

function Typo3 (options) {
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/context.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defu from 'defu'
import { defu } from 'defu'
import Hookable from 'hable'
import api from '~typo3/plugins/api'
import i18n from '~typo3/plugins/i18n'
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"vee-validate": "^3.4.14"
"vee-validate": "^3.4.14",
"defu": "^6.1.2",
"scule": "^0.3.2",
"consola": "^2.15.3"
},
"devDependencies": {
"@babel/core": "latest",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4423,6 +4423,11 @@ defu@^6.0.0, defu@^6.1.0:
resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.1.tgz#a12c712349197c545dc61d3cd3b607b4cc7ef0c1"
integrity sha512-aA964RUCsBt0FGoNIlA3uFgo2hO+WWC0fiC6DBps/0SFzkKcYoM/3CzVLIa5xSsrFjdioMdYgAIbwo80qp2MoA==

defu@^6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.2.tgz#1217cba167410a1765ba93893c6dbac9ed9d9e5c"
integrity sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==

delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
Expand Down Expand Up @@ -10041,6 +10046,11 @@ scule@^0.2.1:
resolved "https://registry.yarnpkg.com/scule/-/scule-0.2.1.tgz#0c1dc847b18e07219ae9a3832f2f83224e2079dc"
integrity sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==

scule@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/scule/-/scule-0.3.2.tgz#472445cecd8357165a94a067f78cee40e700b596"
integrity sha512-zIvPdjOH8fv8CgrPT5eqtxHQXmPNnV/vHJYffZhE43KZkvULvpCTvOt1HPlFaCZx287INL9qaqrZg34e8NgI4g==

"semver@2 || 3 || 4 || 5", semver@^5.6.0:
version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
Expand Down

0 comments on commit 381b146

Please sign in to comment.