mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 14:45:15 +00:00
chore(deps): update all non-major dependencies (2.x) (#25623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
54b50cd457
commit
fd2265c1fb
4
.github/workflows/changelogensets.yml
vendored
4
.github/workflows/changelogensets.yml
vendored
@ -19,11 +19,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
cache: "yarn"
|
||||
|
||||
|
68
.github/workflows/test.yml
vendored
68
.github/workflows/test.yml
vendored
@ -28,11 +28,11 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
fetch-depth: 0 # All history
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
run: yarn --check-files --frozen-lockfile --non-interactive
|
||||
|
||||
- name: cache workspace
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -61,15 +61,15 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -90,15 +90,15 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -122,15 +122,15 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -152,15 +152,15 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -191,15 +191,15 @@ jobs:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -212,7 +212,7 @@ jobs:
|
||||
run: yarn test:fixtures -i
|
||||
|
||||
- name: Save fixtures
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v18
|
||||
path: test/fixtures
|
||||
@ -226,15 +226,15 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -244,7 +244,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
|
||||
|
||||
- name: restore fixtures
|
||||
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v18
|
||||
path: test/fixtures
|
||||
@ -262,15 +262,15 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -280,7 +280,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
|
||||
|
||||
- name: restore fixtures
|
||||
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v18
|
||||
path: test/fixtures
|
||||
@ -298,15 +298,15 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -316,7 +316,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
|
||||
|
||||
- name: restore fixtures
|
||||
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v18
|
||||
path: test/fixtures
|
||||
@ -335,7 +335,7 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
ref: "refs/heads/dev"
|
||||
fetch-depth: 0 # All history
|
||||
@ -344,7 +344,7 @@ jobs:
|
||||
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -353,7 +353,7 @@ jobs:
|
||||
packages/*/dist
|
||||
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
|
||||
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
28
.github/workflows/windows.yml
vendored
28
.github/workflows/windows.yml
vendored
@ -27,9 +27,9 @@ jobs:
|
||||
os: [windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
run: yarn --check-files --frozen-lockfile --non-interactive
|
||||
|
||||
- name: cache workspace
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -58,15 +58,15 @@ jobs:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -91,15 +91,15 @@ jobs:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
run: yarn test:fixtures
|
||||
|
||||
- name: Save fixtures
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v18
|
||||
path: test/fixtures
|
||||
@ -129,15 +129,15 @@ jobs:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -147,7 +147,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
|
||||
|
||||
- name: restore fixtures
|
||||
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
|
||||
with:
|
||||
name: fixtures-${{ matrix.os }}-node-v18
|
||||
path: test/fixtures
|
||||
|
@ -38,7 +38,7 @@
|
||||
"@nuxt/telemetry": "^1.5.0",
|
||||
"@nuxt/utils": "2.17.3",
|
||||
"@nuxt/vue-renderer": "2.17.3",
|
||||
"node-fetch-native": "^1.6.1",
|
||||
"node-fetch-native": "^1.6.4",
|
||||
"vue": "^2.7.16",
|
||||
"vue-client-only": "^2.1.0",
|
||||
"vue-meta": "^2.4.0",
|
||||
|
41
package.json
41
package.json
@ -34,9 +34,9 @@
|
||||
"test:vue-types": "vue-tsc -p ./test/fixtures/vue-tsc/tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.9",
|
||||
"@babel/preset-env": "7.23.9",
|
||||
"@ls-lint/ls-lint": "2.2.2",
|
||||
"@babel/core": "7.24.4",
|
||||
"@babel/preset-env": "7.24.4",
|
||||
"@ls-lint/ls-lint": "2.2.3",
|
||||
"@nuxtjs/eslint-config": "12.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
||||
"@rollup/plugin-alias": "5.1.0",
|
||||
@ -45,8 +45,8 @@
|
||||
"@rollup/plugin-node-resolve": "15.2.3",
|
||||
"@rollup/plugin-replace": "5.0.5",
|
||||
"@types/jest": "29.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "6.20.0",
|
||||
"@typescript-eslint/parser": "6.20.0",
|
||||
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"@vue/server-test-utils": "1.3.0",
|
||||
"@vue/test-utils": "1.3.6",
|
||||
"@vue/vue2-jest": "29.2.6",
|
||||
@ -56,15 +56,15 @@
|
||||
"consola": "3.2.3",
|
||||
"create-require": "1.1.1",
|
||||
"cross-spawn": "7.0.3",
|
||||
"esbuild": "0.20.0",
|
||||
"eslint": "8.56.0",
|
||||
"esbuild": "0.20.2",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-multiplexer": "2.0.0",
|
||||
"eslint-plugin-jest": "28.2.0",
|
||||
"execa": "^5.1.1",
|
||||
"express": "4.19.2",
|
||||
"finalhandler": "1.2.0",
|
||||
"fs-extra": "10.1.0",
|
||||
"get-port": "7.0.0",
|
||||
"get-port": "7.1.0",
|
||||
"glob": "8.1.0",
|
||||
"got": "13.0.0",
|
||||
"improved-yarn-audit": "3.0.0",
|
||||
@ -75,23 +75,26 @@
|
||||
"jsdom": "24.0.0",
|
||||
"jsonfile": "6.1.0",
|
||||
"klaw-sync": "6.0.0",
|
||||
"lerna": "8.0.2",
|
||||
"lerna": "8.1.2",
|
||||
"lodash": "4.17.21",
|
||||
"node-fetch-native": "1.6.1",
|
||||
"ofetch": "1.3.3",
|
||||
"node-fetch-native": "1.6.4",
|
||||
"ofetch": "1.3.4",
|
||||
"puppeteer-core": "22.0.0",
|
||||
"request": "2.88.2",
|
||||
"rimraf": "4.4.1",
|
||||
"rollup": "4.9.6",
|
||||
"rollup": "4.16.4",
|
||||
"rollup-plugin-esbuild": "6.1.1",
|
||||
"rollup-plugin-license": "3.2.0",
|
||||
"sass": "1.70.0",
|
||||
"rollup-plugin-license": "3.3.1",
|
||||
"sass": "1.75.0",
|
||||
"sass-loader": "^10.4.1",
|
||||
"semver": "7.5.4",
|
||||
"sort-package-json": "2.7.0",
|
||||
"typescript": "5.3.3",
|
||||
"semver": "7.6.0",
|
||||
"sort-package-json": "2.10.0",
|
||||
"typescript": "5.4.5",
|
||||
"vue-jest": "4.0.1",
|
||||
"vue-tsc": "2.0.6"
|
||||
"vue-tsc": "2.0.14"
|
||||
},
|
||||
"packageManager": "yarn@1.22.21"
|
||||
"resolutions": {
|
||||
"tar": "6.2.1"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
|
@ -13,22 +13,22 @@
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "^7.23.5",
|
||||
"@babel/core": "^7.23.9",
|
||||
"@babel/compat-data": "^7.24.4",
|
||||
"@babel/core": "^7.24.4",
|
||||
"@babel/helper-compilation-targets": "^7.23.6",
|
||||
"@babel/helper-module-imports": "^7.22.15",
|
||||
"@babel/helper-module-imports": "^7.24.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.23.9",
|
||||
"@babel/plugin-proposal-decorators": "^7.24.1",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
||||
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@babel/plugin-transform-runtime": "^7.23.9",
|
||||
"@babel/preset-env": "^7.23.9",
|
||||
"@babel/runtime": "^7.23.9",
|
||||
"@babel/plugin-transform-runtime": "^7.24.3",
|
||||
"@babel/preset-env": "^7.24.4",
|
||||
"@babel/runtime": "^7.24.4",
|
||||
"@vue/babel-preset-jsx": "^1.4.0",
|
||||
"core-js": "^3.35.1",
|
||||
"core-js-compat": "^3.35.1",
|
||||
"core-js": "^3.37.0",
|
||||
"core-js-compat": "^3.37.0",
|
||||
"regenerator-runtime": "^0.14.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -16,7 +16,7 @@
|
||||
"@nuxt/vue-app": "2.17.3",
|
||||
"@nuxt/webpack": "2.17.3",
|
||||
"chalk": "^4.1.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"chokidar": "^3.6.0",
|
||||
"consola": "^3.2.3",
|
||||
"fs-extra": "^10.1.0",
|
||||
"glob": "^8.1.0",
|
||||
|
@ -24,7 +24,7 @@
|
||||
"consola": "^3.2.3",
|
||||
"crc": "^4.3.2",
|
||||
"defu": "^6.1.4",
|
||||
"destr": "^2.0.2",
|
||||
"destr": "^2.0.3",
|
||||
"execa": "^5.1.1",
|
||||
"exit": "^0.1.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
@ -34,7 +34,7 @@
|
||||
"minimist": "^1.2.8",
|
||||
"opener": "1.5.2",
|
||||
"pretty-bytes": "^5.6.0",
|
||||
"semver": "^7.5.4",
|
||||
"semver": "^7.6.0",
|
||||
"serve-static": "^1.15.0",
|
||||
"std-env": "^3.7.0",
|
||||
"upath": "^2.0.1",
|
||||
|
@ -288,7 +288,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -298,6 +298,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -458,8 +462,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -470,8 +474,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -538,7 +542,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -747,7 +751,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -757,6 +761,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -917,8 +925,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -929,8 +937,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -997,7 +1005,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -1212,7 +1220,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -1222,6 +1230,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -1382,8 +1394,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -1394,8 +1406,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -1462,7 +1474,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -1671,7 +1683,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -1681,6 +1693,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -1841,8 +1857,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -1853,8 +1869,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -1921,7 +1937,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -2136,7 +2152,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -2146,6 +2162,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -2306,8 +2326,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -2318,8 +2338,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -2386,7 +2406,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -2601,7 +2621,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -2611,6 +2631,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -2771,8 +2795,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -2783,8 +2807,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -2851,7 +2875,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -3072,7 +3096,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -3082,6 +3106,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -3242,8 +3270,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -3254,8 +3282,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -3322,7 +3350,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -3540,7 +3568,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -3550,6 +3578,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -3710,8 +3742,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -3722,8 +3754,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -3790,7 +3822,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -4014,7 +4046,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -4024,6 +4056,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -4184,8 +4220,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -4196,8 +4232,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -4264,7 +4300,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -4479,7 +4515,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -4489,6 +4525,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -4649,8 +4689,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -4661,8 +4701,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -4729,7 +4769,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -4950,7 +4990,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -4960,6 +5000,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -5120,8 +5164,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -5132,8 +5176,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -5200,7 +5244,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -5415,7 +5459,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-function",
|
||||
"postcssPlugin": "postcss-color-functional-notation",
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
@ -5425,6 +5469,10 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-color-hex-alpha",
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-light-dark-function",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"Declaration": [Function Declaration],
|
||||
"postcssPlugin": "postcss-double-position-gradients",
|
||||
@ -5585,8 +5633,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-calc",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-convert-values",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"postcssPlugin": "postcss-ordered-values",
|
||||
@ -5597,8 +5645,8 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "postcss-minify-selectors",
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
"postcssPlugin": "postcss-minify-params",
|
||||
"prepare": [Function prepare],
|
||||
},
|
||||
Object {
|
||||
"OnceExit": [Function OnceExit],
|
||||
@ -5665,7 +5713,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.33",
|
||||
"version": "8.4.38",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -16,12 +16,12 @@
|
||||
"@nuxt/utils": "2.17.3",
|
||||
"consola": "^3.2.3",
|
||||
"defu": "^6.1.4",
|
||||
"destr": "^2.0.2",
|
||||
"dotenv": "^16.4.1",
|
||||
"destr": "^2.0.3",
|
||||
"dotenv": "^16.4.5",
|
||||
"lodash": "^4.17.21",
|
||||
"rc9": "^2.1.1",
|
||||
"rc9": "^2.1.2",
|
||||
"std-env": "^3.7.0",
|
||||
"ufo": "^1.3.2"
|
||||
"ufo": "^1.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
|
@ -18,8 +18,8 @@
|
||||
"devalue": "^2.0.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"node-html-parser": "^6.1.12",
|
||||
"ufo": "^1.3.2"
|
||||
"node-html-parser": "^6.1.13",
|
||||
"ufo": "^1.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
|
@ -20,14 +20,14 @@
|
||||
"etag": "^1.8.1",
|
||||
"fresh": "^0.5.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
"ip": "^1.1.8",
|
||||
"ip": "^1.1.9",
|
||||
"launch-editor-middleware": "^2.6.1",
|
||||
"on-headers": "^1.0.2",
|
||||
"pify": "^5.0.0",
|
||||
"serve-placeholder": "^2.0.1",
|
||||
"serve-static": "^1.15.0",
|
||||
"server-destroy": "^1.0.1",
|
||||
"ufo": "^1.3.2"
|
||||
"ufo": "^1.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
|
@ -18,11 +18,11 @@
|
||||
"jiti": "^1.21.0",
|
||||
"lodash": "^4.17.21",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"semver": "^7.5.4",
|
||||
"semver": "^7.6.0",
|
||||
"serialize-javascript": "^6.0.2",
|
||||
"signal-exit": "^4.1.0",
|
||||
"ua-parser-js": "^1.0.37",
|
||||
"ufo": "^1.3.2"
|
||||
"ufo": "^1.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
|
@ -16,8 +16,8 @@
|
||||
"index.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"node-fetch-native": "^1.6.1",
|
||||
"ufo": "^1.3.2",
|
||||
"node-fetch-native": "^1.6.4",
|
||||
"ufo": "^1.5.3",
|
||||
"unfetch": "^5.0.0",
|
||||
"vue": "^2.7.16",
|
||||
"vue-client-only": "^2.1.0",
|
||||
|
@ -18,7 +18,7 @@
|
||||
"fs-extra": "^10.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lru-cache": "^5.1.1",
|
||||
"ufo": "^1.3.2",
|
||||
"ufo": "^1.5.3",
|
||||
"vue": "^2.7.16",
|
||||
"vue-meta": "^2.4.0",
|
||||
"vue-server-renderer": "^2.7.16"
|
||||
|
@ -11,16 +11,16 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.23.9",
|
||||
"@babel/core": "^7.24.4",
|
||||
"@nuxt/babel-preset-app": "2.17.3",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
||||
"@nuxt/utils": "2.17.3",
|
||||
"babel-loader": "^8.3.0",
|
||||
"cache-loader": "^4.1.0",
|
||||
"caniuse-lite": "^1.0.30001583",
|
||||
"caniuse-lite": "^1.0.30001612",
|
||||
"consola": "^3.2.3",
|
||||
"css-loader": "^5.2.7",
|
||||
"cssnano": "^6.0.3",
|
||||
"cssnano": "^6.1.2",
|
||||
"eventsource-polyfill": "^0.9.6",
|
||||
"extract-css-chunks-webpack-plugin": "^4.10.0",
|
||||
"file-loader": "^6.2.0",
|
||||
@ -33,31 +33,31 @@
|
||||
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
||||
"pify": "^5.0.0",
|
||||
"pnp-webpack-plugin": "^1.7.0",
|
||||
"postcss": "^8.4.33",
|
||||
"postcss": "^8.4.38",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-import-resolver": "^2.0.0",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"postcss-preset-env": "^9.3.0",
|
||||
"postcss-preset-env": "^9.5.9",
|
||||
"postcss-url": "^10.1.3",
|
||||
"semver": "^7.5.4",
|
||||
"semver": "^7.6.0",
|
||||
"std-env": "^3.7.0",
|
||||
"style-resources-loader": "^1.5.0",
|
||||
"terser-webpack-plugin": "^4.2.3",
|
||||
"thread-loader": "^3.0.4",
|
||||
"time-fix-plugin": "^2.0.7",
|
||||
"ufo": "^1.3.2",
|
||||
"ufo": "^1.5.3",
|
||||
"upath": "^2.0.1",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-loader": "^15.11.1",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"vue-template-compiler": "^2.7.16",
|
||||
"watchpack": "^2.4.0",
|
||||
"watchpack": "^2.4.1",
|
||||
"webpack": "^4.47.0",
|
||||
"webpack-bundle-analyzer": "^4.10.1",
|
||||
"webpack-dev-middleware": "^5.0.0",
|
||||
"webpack-bundle-analyzer": "^4.10.2",
|
||||
"webpack-dev-middleware": "^5.3.4",
|
||||
"webpack-hot-middleware": "^2.26.1",
|
||||
"webpack-node-externals": "^3.0.0",
|
||||
"webpackbar": "^6.0.0"
|
||||
"webpackbar": "^6.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
|
Loading…
Reference in New Issue
Block a user