create-nuxt-base 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/nuxt-base-template/e2e/init.spec.ts +18 -0
- package/nuxt-base-template/package-lock.json +346 -267
- package/nuxt-base-template/package.json +9 -7
- package/nuxt-base-template/playwright.config.ts +77 -0
- package/nuxt-base-template/src/app.vue +9 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.2.2](https://github.com/lenneTech/nuxt-base-starter/compare/v0.2.1...v0.2.2) (2024-02-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* update packages ([442eb2d](https://github.com/lenneTech/nuxt-base-starter/commit/442eb2d83ba0c01159440685d7dbcc63aefb08e6))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* fix missing div before layout to prevent errors ([626dc2b](https://github.com/lenneTech/nuxt-base-starter/commit/626dc2b82e7c955eda57572ec59b14a5049b4bd5))
|
|
16
|
+
|
|
17
|
+
### [0.2.1](https://github.com/lenneTech/nuxt-base-starter/compare/v0.2.0...v0.2.1) (2024-02-02)
|
|
18
|
+
|
|
5
19
|
## [0.2.0](https://github.com/lenneTech/nuxt-base-starter/compare/v0.1.23...v0.2.0) (2024-02-02)
|
|
6
20
|
|
|
7
21
|
### [0.1.23](https://github.com/lenneTech/nuxt-base-starter/compare/v0.1.22...v0.1.23) (2023-10-21)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { test, expect } from '@playwright/test';
|
|
2
|
+
|
|
3
|
+
test('has title', async ({ page }) => {
|
|
4
|
+
await page.goto('https://playwright.dev/');
|
|
5
|
+
|
|
6
|
+
// Expect a title "to contain" a substring.
|
|
7
|
+
await expect(page).toHaveTitle(/Playwright/);
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
test('get started link', async ({ page }) => {
|
|
11
|
+
await page.goto('https://playwright.dev/');
|
|
12
|
+
|
|
13
|
+
// Click the get started link.
|
|
14
|
+
await page.getByRole('link', { name: 'Get started' }).click();
|
|
15
|
+
|
|
16
|
+
// Expects page to have a heading with the name of Installation.
|
|
17
|
+
await expect(page.getByRole('heading', { name: 'Installation' })).toBeVisible();
|
|
18
|
+
});
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@egoist/tailwindcss-icons": "1.7.4",
|
|
11
11
|
"@iconify-json/bi": "1.1.23",
|
|
12
|
-
"@lenne.tech/nuxt-base": "3.
|
|
12
|
+
"@lenne.tech/nuxt-base": "3.7.0",
|
|
13
13
|
"@nuxt/image": "1.3.0",
|
|
14
14
|
"@vee-validate/yup": "4.12.5",
|
|
15
15
|
"@vueuse/core": "10.7.2",
|
|
@@ -28,14 +28,16 @@
|
|
|
28
28
|
"@nuxtjs/google-fonts": "3.1.3",
|
|
29
29
|
"@nuxtjs/plausible": "0.2.4",
|
|
30
30
|
"@nuxtjs/sitemap": "5.1.0",
|
|
31
|
-
"@nuxtjs/tailwindcss": "6.11.
|
|
31
|
+
"@nuxtjs/tailwindcss": "6.11.4",
|
|
32
|
+
"@playwright/test": "1.41.2",
|
|
32
33
|
"@tailwindcss/forms": "0.5.7",
|
|
33
34
|
"@tailwindcss/typography": "0.5.10",
|
|
34
|
-
"@
|
|
35
|
+
"@types/node": "20.11.19",
|
|
36
|
+
"@vitejs/plugin-vue": "5.0.4",
|
|
35
37
|
"@vue/test-utils": "2.4.4",
|
|
36
38
|
"eslint": "8.56.0",
|
|
37
39
|
"jsdom": "24.0.0",
|
|
38
|
-
"nuxt": "3.10.
|
|
40
|
+
"nuxt": "3.10.2",
|
|
39
41
|
"nuxt-simple-robots": "4.0.0-rc.14",
|
|
40
42
|
"ts-loader": "9.5.1",
|
|
41
43
|
"typescript": "5.3.3",
|
|
@@ -95,9 +97,9 @@
|
|
|
95
97
|
}
|
|
96
98
|
},
|
|
97
99
|
"node_modules/@apollo/client": {
|
|
98
|
-
"version": "3.9.
|
|
99
|
-
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.
|
|
100
|
-
"integrity": "sha512-
|
|
100
|
+
"version": "3.9.5",
|
|
101
|
+
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.5.tgz",
|
|
102
|
+
"integrity": "sha512-7y+c8MTPU+hhTwvcGVtMMGIgWduzrvG1mz5yJMRyqYbheBkkky3Lki6ADWVSBXG1lZoOtPYvB2zDgVfKb2HSsw==",
|
|
101
103
|
"dependencies": {
|
|
102
104
|
"@graphql-typed-document-node/core": "^3.1.1",
|
|
103
105
|
"@wry/caches": "^1.0.0",
|
|
@@ -107,7 +109,7 @@
|
|
|
107
109
|
"hoist-non-react-statics": "^3.3.2",
|
|
108
110
|
"optimism": "^0.18.0",
|
|
109
111
|
"prop-types": "^15.7.2",
|
|
110
|
-
"rehackt": "0.0.
|
|
112
|
+
"rehackt": "0.0.5",
|
|
111
113
|
"response-iterator": "^0.2.6",
|
|
112
114
|
"symbol-observable": "^4.0.0",
|
|
113
115
|
"ts-invariant": "^0.10.3",
|
|
@@ -1787,32 +1789,28 @@
|
|
|
1787
1789
|
"dev": true
|
|
1788
1790
|
},
|
|
1789
1791
|
"node_modules/@graphql-codegen/add": {
|
|
1790
|
-
"version": "5.0.
|
|
1791
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-5.0.
|
|
1792
|
-
"integrity": "sha512-
|
|
1792
|
+
"version": "5.0.2",
|
|
1793
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-5.0.2.tgz",
|
|
1794
|
+
"integrity": "sha512-ouBkSvMFUhda5VoKumo/ZvsZM9P5ZTyDsI8LW18VxSNWOjrTeLXBWHG8Gfaai0HwhflPtCYVABbriEcOmrRShQ==",
|
|
1793
1795
|
"dependencies": {
|
|
1794
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1795
|
-
"tslib": "~2.
|
|
1796
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
1797
|
+
"tslib": "~2.6.0"
|
|
1796
1798
|
},
|
|
1797
1799
|
"peerDependencies": {
|
|
1798
1800
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
1799
1801
|
}
|
|
1800
1802
|
},
|
|
1801
|
-
"node_modules/@graphql-codegen/add/node_modules/tslib": {
|
|
1802
|
-
"version": "2.5.3",
|
|
1803
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
1804
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
1805
|
-
},
|
|
1806
1803
|
"node_modules/@graphql-codegen/cli": {
|
|
1807
|
-
"version": "5.0.
|
|
1808
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-5.0.
|
|
1809
|
-
"integrity": "sha512-
|
|
1804
|
+
"version": "5.0.2",
|
|
1805
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-5.0.2.tgz",
|
|
1806
|
+
"integrity": "sha512-MBIaFqDiLKuO4ojN6xxG9/xL9wmfD3ZjZ7RsPjwQnSHBCUXnEkdKvX+JVpx87Pq29Ycn8wTJUguXnTZ7Di0Mlw==",
|
|
1810
1807
|
"dependencies": {
|
|
1811
1808
|
"@babel/generator": "^7.18.13",
|
|
1812
1809
|
"@babel/template": "^7.18.10",
|
|
1813
1810
|
"@babel/types": "^7.18.13",
|
|
1814
|
-
"@graphql-codegen/
|
|
1815
|
-
"@graphql-codegen/
|
|
1811
|
+
"@graphql-codegen/client-preset": "^4.2.2",
|
|
1812
|
+
"@graphql-codegen/core": "^4.0.2",
|
|
1813
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
1816
1814
|
"@graphql-tools/apollo-engine-loader": "^8.0.0",
|
|
1817
1815
|
"@graphql-tools/code-file-loader": "^8.0.0",
|
|
1818
1816
|
"@graphql-tools/git-loader": "^8.0.0",
|
|
@@ -1924,177 +1922,137 @@
|
|
|
1924
1922
|
}
|
|
1925
1923
|
},
|
|
1926
1924
|
"node_modules/@graphql-codegen/client-preset": {
|
|
1927
|
-
"version": "4.
|
|
1928
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.
|
|
1929
|
-
"integrity": "sha512
|
|
1925
|
+
"version": "4.2.2",
|
|
1926
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.2.2.tgz",
|
|
1927
|
+
"integrity": "sha512-DF9pNWj3TEdA90E9FH5SsUIqiZfr872vqaQOspLVuVXGsaDx8F/JLLzaN+7ucmoo0ff/bLW8munVXYXTmgwwEA==",
|
|
1930
1928
|
"dependencies": {
|
|
1931
1929
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1932
1930
|
"@babel/template": "^7.20.7",
|
|
1933
|
-
"@graphql-codegen/add": "^5.0.
|
|
1934
|
-
"@graphql-codegen/gql-tag-operations": "4.0.
|
|
1935
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1936
|
-
"@graphql-codegen/typed-document-node": "^5.0.
|
|
1937
|
-
"@graphql-codegen/typescript": "^4.0.
|
|
1938
|
-
"@graphql-codegen/typescript-operations": "^4.
|
|
1939
|
-
"@graphql-codegen/visitor-plugin-common": "^4.
|
|
1931
|
+
"@graphql-codegen/add": "^5.0.2",
|
|
1932
|
+
"@graphql-codegen/gql-tag-operations": "4.0.4",
|
|
1933
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
1934
|
+
"@graphql-codegen/typed-document-node": "^5.0.4",
|
|
1935
|
+
"@graphql-codegen/typescript": "^4.0.4",
|
|
1936
|
+
"@graphql-codegen/typescript-operations": "^4.1.2",
|
|
1937
|
+
"@graphql-codegen/visitor-plugin-common": "^4.1.2",
|
|
1940
1938
|
"@graphql-tools/documents": "^1.0.0",
|
|
1941
1939
|
"@graphql-tools/utils": "^10.0.0",
|
|
1942
1940
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
1943
|
-
"tslib": "~2.
|
|
1941
|
+
"tslib": "~2.6.0"
|
|
1944
1942
|
},
|
|
1945
1943
|
"peerDependencies": {
|
|
1946
1944
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
1947
1945
|
}
|
|
1948
1946
|
},
|
|
1949
|
-
"node_modules/@graphql-codegen/client-preset/node_modules/tslib": {
|
|
1950
|
-
"version": "2.5.3",
|
|
1951
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
1952
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
1953
|
-
},
|
|
1954
1947
|
"node_modules/@graphql-codegen/core": {
|
|
1955
|
-
"version": "4.0.
|
|
1956
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-4.0.
|
|
1957
|
-
"integrity": "sha512-
|
|
1948
|
+
"version": "4.0.2",
|
|
1949
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-4.0.2.tgz",
|
|
1950
|
+
"integrity": "sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==",
|
|
1958
1951
|
"dependencies": {
|
|
1959
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1952
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
1960
1953
|
"@graphql-tools/schema": "^10.0.0",
|
|
1961
1954
|
"@graphql-tools/utils": "^10.0.0",
|
|
1962
|
-
"tslib": "~2.
|
|
1955
|
+
"tslib": "~2.6.0"
|
|
1963
1956
|
},
|
|
1964
1957
|
"peerDependencies": {
|
|
1965
1958
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
1966
1959
|
}
|
|
1967
1960
|
},
|
|
1968
|
-
"node_modules/@graphql-codegen/core/node_modules/tslib": {
|
|
1969
|
-
"version": "2.5.3",
|
|
1970
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
1971
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
1972
|
-
},
|
|
1973
1961
|
"node_modules/@graphql-codegen/gql-tag-operations": {
|
|
1974
|
-
"version": "4.0.
|
|
1975
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.
|
|
1976
|
-
"integrity": "sha512-
|
|
1962
|
+
"version": "4.0.4",
|
|
1963
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.4.tgz",
|
|
1964
|
+
"integrity": "sha512-dypul0iDLjb07yv+/cRb6qPbn42cFPcwlsJertVl9G6qkS4+3V4806WwSfUht4QVMWnvGfgDkJJqG0yUVKOHwA==",
|
|
1977
1965
|
"dependencies": {
|
|
1978
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1979
|
-
"@graphql-codegen/visitor-plugin-common": "4.
|
|
1966
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
1967
|
+
"@graphql-codegen/visitor-plugin-common": "4.1.2",
|
|
1980
1968
|
"@graphql-tools/utils": "^10.0.0",
|
|
1981
1969
|
"auto-bind": "~4.0.0",
|
|
1982
|
-
"tslib": "~2.
|
|
1970
|
+
"tslib": "~2.6.0"
|
|
1983
1971
|
},
|
|
1984
1972
|
"peerDependencies": {
|
|
1985
1973
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
1986
1974
|
}
|
|
1987
1975
|
},
|
|
1988
|
-
"node_modules/@graphql-codegen/gql-tag-operations/node_modules/tslib": {
|
|
1989
|
-
"version": "2.5.3",
|
|
1990
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
1991
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
1992
|
-
},
|
|
1993
1976
|
"node_modules/@graphql-codegen/plugin-helpers": {
|
|
1994
|
-
"version": "5.0.
|
|
1995
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.
|
|
1996
|
-
"integrity": "sha512-
|
|
1977
|
+
"version": "5.0.3",
|
|
1978
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.3.tgz",
|
|
1979
|
+
"integrity": "sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==",
|
|
1997
1980
|
"dependencies": {
|
|
1998
1981
|
"@graphql-tools/utils": "^10.0.0",
|
|
1999
1982
|
"change-case-all": "1.0.15",
|
|
2000
1983
|
"common-tags": "1.8.2",
|
|
2001
1984
|
"import-from": "4.0.0",
|
|
2002
1985
|
"lodash": "~4.17.0",
|
|
2003
|
-
"tslib": "~2.
|
|
1986
|
+
"tslib": "~2.6.0"
|
|
2004
1987
|
},
|
|
2005
1988
|
"peerDependencies": {
|
|
2006
1989
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
2007
1990
|
}
|
|
2008
1991
|
},
|
|
2009
|
-
"node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
|
|
2010
|
-
"version": "2.5.3",
|
|
2011
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2012
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2013
|
-
},
|
|
2014
1992
|
"node_modules/@graphql-codegen/schema-ast": {
|
|
2015
|
-
"version": "4.0.
|
|
2016
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.
|
|
2017
|
-
"integrity": "sha512-
|
|
1993
|
+
"version": "4.0.2",
|
|
1994
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.2.tgz",
|
|
1995
|
+
"integrity": "sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==",
|
|
2018
1996
|
"dependencies": {
|
|
2019
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1997
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
2020
1998
|
"@graphql-tools/utils": "^10.0.0",
|
|
2021
|
-
"tslib": "~2.
|
|
1999
|
+
"tslib": "~2.6.0"
|
|
2022
2000
|
},
|
|
2023
2001
|
"peerDependencies": {
|
|
2024
2002
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
2025
2003
|
}
|
|
2026
2004
|
},
|
|
2027
|
-
"node_modules/@graphql-codegen/schema-ast/node_modules/tslib": {
|
|
2028
|
-
"version": "2.5.3",
|
|
2029
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2030
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2031
|
-
},
|
|
2032
2005
|
"node_modules/@graphql-codegen/typed-document-node": {
|
|
2033
|
-
"version": "5.0.
|
|
2034
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-5.0.
|
|
2035
|
-
"integrity": "sha512-
|
|
2006
|
+
"version": "5.0.4",
|
|
2007
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-5.0.4.tgz",
|
|
2008
|
+
"integrity": "sha512-t66Z6erQ4Dh1j6f9pRZmc8uYtHoUI3A49tLmJAlg9/3IV0kCmwrWKJut/G8SeOefDLG8cXBTVtI/YuZOe1Te+w==",
|
|
2036
2009
|
"dependencies": {
|
|
2037
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
2038
|
-
"@graphql-codegen/visitor-plugin-common": "4.
|
|
2010
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
2011
|
+
"@graphql-codegen/visitor-plugin-common": "4.1.2",
|
|
2039
2012
|
"auto-bind": "~4.0.0",
|
|
2040
2013
|
"change-case-all": "1.0.15",
|
|
2041
|
-
"tslib": "~2.
|
|
2014
|
+
"tslib": "~2.6.0"
|
|
2042
2015
|
},
|
|
2043
2016
|
"peerDependencies": {
|
|
2044
2017
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
2045
2018
|
}
|
|
2046
2019
|
},
|
|
2047
|
-
"node_modules/@graphql-codegen/typed-document-node/node_modules/tslib": {
|
|
2048
|
-
"version": "2.5.3",
|
|
2049
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2050
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2051
|
-
},
|
|
2052
2020
|
"node_modules/@graphql-codegen/typescript": {
|
|
2053
|
-
"version": "4.0.
|
|
2054
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.0.
|
|
2055
|
-
"integrity": "sha512-
|
|
2021
|
+
"version": "4.0.4",
|
|
2022
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.0.4.tgz",
|
|
2023
|
+
"integrity": "sha512-x79CKLfP9UQCX+/I78qxQlMs2Mmq3pF1lKafZo7lAno0f/fvJ+qWUduzdgjRNz+YL+5blGeWcC0pWEDxniO7hw==",
|
|
2056
2024
|
"dependencies": {
|
|
2057
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
2058
|
-
"@graphql-codegen/schema-ast": "^4.0.
|
|
2059
|
-
"@graphql-codegen/visitor-plugin-common": "4.
|
|
2025
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
2026
|
+
"@graphql-codegen/schema-ast": "^4.0.2",
|
|
2027
|
+
"@graphql-codegen/visitor-plugin-common": "4.1.2",
|
|
2060
2028
|
"auto-bind": "~4.0.0",
|
|
2061
|
-
"tslib": "~2.
|
|
2029
|
+
"tslib": "~2.6.0"
|
|
2062
2030
|
},
|
|
2063
2031
|
"peerDependencies": {
|
|
2064
2032
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
2065
2033
|
}
|
|
2066
2034
|
},
|
|
2067
2035
|
"node_modules/@graphql-codegen/typescript-operations": {
|
|
2068
|
-
"version": "4.
|
|
2069
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.
|
|
2070
|
-
"integrity": "sha512-
|
|
2036
|
+
"version": "4.1.2",
|
|
2037
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.1.2.tgz",
|
|
2038
|
+
"integrity": "sha512-CtCWK+gW7hS+Ely3lohr8CL1HVLswQzMcaUk3k1sxdWCWKTNq7abMsWa31rTVwRCJ+WNEkM/7S8sIBTpEG683A==",
|
|
2071
2039
|
"dependencies": {
|
|
2072
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
2073
|
-
"@graphql-codegen/typescript": "^4.0.
|
|
2074
|
-
"@graphql-codegen/visitor-plugin-common": "4.
|
|
2040
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
2041
|
+
"@graphql-codegen/typescript": "^4.0.4",
|
|
2042
|
+
"@graphql-codegen/visitor-plugin-common": "4.1.2",
|
|
2075
2043
|
"auto-bind": "~4.0.0",
|
|
2076
|
-
"tslib": "~2.
|
|
2044
|
+
"tslib": "~2.6.0"
|
|
2077
2045
|
},
|
|
2078
2046
|
"peerDependencies": {
|
|
2079
2047
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
2080
2048
|
}
|
|
2081
2049
|
},
|
|
2082
|
-
"node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": {
|
|
2083
|
-
"version": "2.5.3",
|
|
2084
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2085
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2086
|
-
},
|
|
2087
|
-
"node_modules/@graphql-codegen/typescript/node_modules/tslib": {
|
|
2088
|
-
"version": "2.5.3",
|
|
2089
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2090
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2091
|
-
},
|
|
2092
2050
|
"node_modules/@graphql-codegen/visitor-plugin-common": {
|
|
2093
|
-
"version": "4.
|
|
2094
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.
|
|
2095
|
-
"integrity": "sha512-
|
|
2051
|
+
"version": "4.1.2",
|
|
2052
|
+
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.1.2.tgz",
|
|
2053
|
+
"integrity": "sha512-yk7iEAL1kYZ2Gi/pvVjdsZhul5WsYEM4Zcgh2Ev15VicMdJmPHsMhNUsZWyVJV0CaQCYpNOFlGD/11Ea3pn4GA==",
|
|
2096
2054
|
"dependencies": {
|
|
2097
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
2055
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
2098
2056
|
"@graphql-tools/optimize": "^2.0.0",
|
|
2099
2057
|
"@graphql-tools/relay-operation-optimizer": "^7.0.0",
|
|
2100
2058
|
"@graphql-tools/utils": "^10.0.0",
|
|
@@ -2103,17 +2061,12 @@
|
|
|
2103
2061
|
"dependency-graph": "^0.11.0",
|
|
2104
2062
|
"graphql-tag": "^2.11.0",
|
|
2105
2063
|
"parse-filepath": "^1.0.2",
|
|
2106
|
-
"tslib": "~2.
|
|
2064
|
+
"tslib": "~2.6.0"
|
|
2107
2065
|
},
|
|
2108
2066
|
"peerDependencies": {
|
|
2109
2067
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
2110
2068
|
}
|
|
2111
2069
|
},
|
|
2112
|
-
"node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": {
|
|
2113
|
-
"version": "2.5.3",
|
|
2114
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2115
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2116
|
-
},
|
|
2117
2070
|
"node_modules/@graphql-tools/apollo-engine-loader": {
|
|
2118
2071
|
"version": "8.0.0",
|
|
2119
2072
|
"resolved": "https://registry.npmjs.org/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.0.tgz",
|
|
@@ -2152,9 +2105,9 @@
|
|
|
2152
2105
|
}
|
|
2153
2106
|
},
|
|
2154
2107
|
"node_modules/@graphql-tools/apollo-engine-loader/node_modules/@whatwg-node/node-fetch": {
|
|
2155
|
-
"version": "0.5.
|
|
2156
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2157
|
-
"integrity": "sha512-
|
|
2108
|
+
"version": "0.5.6",
|
|
2109
|
+
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.6.tgz",
|
|
2110
|
+
"integrity": "sha512-cmAsGMHoI0S3AHi3CmD3ma1Q234ZI2JNmXyDyM9rLtbXejBKxU3ZWdhS+mzRIAyUxZCMGlFW1tHmROv0MDdxpw==",
|
|
2158
2111
|
"dependencies": {
|
|
2159
2112
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2160
2113
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -2278,9 +2231,9 @@
|
|
|
2278
2231
|
}
|
|
2279
2232
|
},
|
|
2280
2233
|
"node_modules/@graphql-tools/executor-http": {
|
|
2281
|
-
"version": "1.0.
|
|
2282
|
-
"resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-1.0.
|
|
2283
|
-
"integrity": "sha512
|
|
2234
|
+
"version": "1.0.8",
|
|
2235
|
+
"resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-1.0.8.tgz",
|
|
2236
|
+
"integrity": "sha512-tBHT4aRkMCeyo+tcfEz7znqdd4QqoYF9vY1YTSo2+FV00usBB+R1YL3YaINBQNVkSVpZ41elffoF/fjI+QE8ZQ==",
|
|
2284
2237
|
"dependencies": {
|
|
2285
2238
|
"@graphql-tools/utils": "^10.0.2",
|
|
2286
2239
|
"@repeaterjs/repeater": "^3.0.4",
|
|
@@ -2318,9 +2271,9 @@
|
|
|
2318
2271
|
}
|
|
2319
2272
|
},
|
|
2320
2273
|
"node_modules/@graphql-tools/executor-http/node_modules/@whatwg-node/node-fetch": {
|
|
2321
|
-
"version": "0.5.
|
|
2322
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2323
|
-
"integrity": "sha512-
|
|
2274
|
+
"version": "0.5.6",
|
|
2275
|
+
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.6.tgz",
|
|
2276
|
+
"integrity": "sha512-cmAsGMHoI0S3AHi3CmD3ma1Q234ZI2JNmXyDyM9rLtbXejBKxU3ZWdhS+mzRIAyUxZCMGlFW1tHmROv0MDdxpw==",
|
|
2324
2277
|
"dependencies": {
|
|
2325
2278
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2326
2279
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -2415,9 +2368,9 @@
|
|
|
2415
2368
|
}
|
|
2416
2369
|
},
|
|
2417
2370
|
"node_modules/@graphql-tools/github-loader/node_modules/@whatwg-node/node-fetch": {
|
|
2418
|
-
"version": "0.5.
|
|
2419
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2420
|
-
"integrity": "sha512-
|
|
2371
|
+
"version": "0.5.6",
|
|
2372
|
+
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.6.tgz",
|
|
2373
|
+
"integrity": "sha512-cmAsGMHoI0S3AHi3CmD3ma1Q234ZI2JNmXyDyM9rLtbXejBKxU3ZWdhS+mzRIAyUxZCMGlFW1tHmROv0MDdxpw==",
|
|
2421
2374
|
"dependencies": {
|
|
2422
2375
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2423
2376
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -2603,9 +2556,9 @@
|
|
|
2603
2556
|
}
|
|
2604
2557
|
},
|
|
2605
2558
|
"node_modules/@graphql-tools/prisma-loader/node_modules/@whatwg-node/node-fetch": {
|
|
2606
|
-
"version": "0.5.
|
|
2607
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2608
|
-
"integrity": "sha512-
|
|
2559
|
+
"version": "0.5.6",
|
|
2560
|
+
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.6.tgz",
|
|
2561
|
+
"integrity": "sha512-cmAsGMHoI0S3AHi3CmD3ma1Q234ZI2JNmXyDyM9rLtbXejBKxU3ZWdhS+mzRIAyUxZCMGlFW1tHmROv0MDdxpw==",
|
|
2609
2562
|
"dependencies": {
|
|
2610
2563
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2611
2564
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -2766,9 +2719,9 @@
|
|
|
2766
2719
|
}
|
|
2767
2720
|
},
|
|
2768
2721
|
"node_modules/@graphql-tools/url-loader/node_modules/@whatwg-node/node-fetch": {
|
|
2769
|
-
"version": "0.5.
|
|
2770
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2771
|
-
"integrity": "sha512-
|
|
2722
|
+
"version": "0.5.6",
|
|
2723
|
+
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.6.tgz",
|
|
2724
|
+
"integrity": "sha512-cmAsGMHoI0S3AHi3CmD3ma1Q234ZI2JNmXyDyM9rLtbXejBKxU3ZWdhS+mzRIAyUxZCMGlFW1tHmROv0MDdxpw==",
|
|
2772
2725
|
"dependencies": {
|
|
2773
2726
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2774
2727
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -3591,17 +3544,17 @@
|
|
|
3591
3544
|
}
|
|
3592
3545
|
},
|
|
3593
3546
|
"node_modules/@lenne.tech/nuxt-base": {
|
|
3594
|
-
"version": "3.
|
|
3595
|
-
"resolved": "https://registry.npmjs.org/@lenne.tech/nuxt-base/-/nuxt-base-3.
|
|
3596
|
-
"integrity": "sha512-
|
|
3547
|
+
"version": "3.7.0",
|
|
3548
|
+
"resolved": "https://registry.npmjs.org/@lenne.tech/nuxt-base/-/nuxt-base-3.7.0.tgz",
|
|
3549
|
+
"integrity": "sha512-8acvLMoUYa3dBiLJV/DeeNW4RO42A1wyT1OJMt/El7voXGKzJ/dLHcBgUDyUPjImSEaQy78jHDvaIKsg3X6IVg==",
|
|
3597
3550
|
"dependencies": {
|
|
3598
|
-
"@apollo/client": "3.9.
|
|
3551
|
+
"@apollo/client": "3.9.5",
|
|
3599
3552
|
"@babel/core": "7.23.9",
|
|
3600
|
-
"@graphql-codegen/cli": "5.0.
|
|
3601
|
-
"@graphql-codegen/client-preset": "4.
|
|
3602
|
-
"@graphql-codegen/typescript": "4.0.
|
|
3603
|
-
"@nuxt/kit": "3.10.
|
|
3604
|
-
"@nuxtjs/apollo": "
|
|
3553
|
+
"@graphql-codegen/cli": "5.0.2",
|
|
3554
|
+
"@graphql-codegen/client-preset": "4.2.2",
|
|
3555
|
+
"@graphql-codegen/typescript": "4.0.4",
|
|
3556
|
+
"@nuxt/kit": "3.10.2",
|
|
3557
|
+
"@nuxtjs/apollo": "5.0.0-alpha.11",
|
|
3605
3558
|
"@pinia/nuxt": "0.5.1",
|
|
3606
3559
|
"@vue/apollo-composable": "4.0.1",
|
|
3607
3560
|
"gql-query-builder": "3.8.0",
|
|
@@ -3609,9 +3562,9 @@
|
|
|
3609
3562
|
"graphql-tag": "2.12.6",
|
|
3610
3563
|
"graphql-tools": "9.0.0",
|
|
3611
3564
|
"jwt-decode": "3.1.2",
|
|
3612
|
-
"nuxi": "3.10.
|
|
3565
|
+
"nuxi": "3.10.1",
|
|
3613
3566
|
"pinia": "2.1.7",
|
|
3614
|
-
"vue": "3.4.
|
|
3567
|
+
"vue": "3.4.19"
|
|
3615
3568
|
}
|
|
3616
3569
|
},
|
|
3617
3570
|
"node_modules/@mapbox/node-pre-gyp": {
|
|
@@ -4611,25 +4564,25 @@
|
|
|
4611
4564
|
}
|
|
4612
4565
|
},
|
|
4613
4566
|
"node_modules/@nuxt/kit": {
|
|
4614
|
-
"version": "3.10.
|
|
4615
|
-
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.10.
|
|
4616
|
-
"integrity": "sha512-
|
|
4567
|
+
"version": "3.10.2",
|
|
4568
|
+
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.10.2.tgz",
|
|
4569
|
+
"integrity": "sha512-Bua7taY9CIm7HCTpHXqFyM1xlZkrUl6HOqWrkGjLLQg9eeWAdKT7ppT0iEMiGnb9f+5T0uL5Ec3TvuR5J8P9WA==",
|
|
4617
4570
|
"dependencies": {
|
|
4618
|
-
"@nuxt/schema": "3.10.
|
|
4619
|
-
"c12": "^1.
|
|
4571
|
+
"@nuxt/schema": "3.10.2",
|
|
4572
|
+
"c12": "^1.7.0",
|
|
4620
4573
|
"consola": "^3.2.3",
|
|
4621
4574
|
"defu": "^6.1.4",
|
|
4622
|
-
"globby": "^14.0.
|
|
4575
|
+
"globby": "^14.0.1",
|
|
4623
4576
|
"hash-sum": "^2.0.0",
|
|
4624
|
-
"ignore": "^5.3.
|
|
4577
|
+
"ignore": "^5.3.1",
|
|
4625
4578
|
"jiti": "^1.21.0",
|
|
4626
4579
|
"knitwork": "^1.0.0",
|
|
4627
4580
|
"mlly": "^1.5.0",
|
|
4628
4581
|
"pathe": "^1.1.2",
|
|
4629
4582
|
"pkg-types": "^1.0.3",
|
|
4630
|
-
"scule": "^1.
|
|
4631
|
-
"semver": "^7.
|
|
4632
|
-
"ufo": "^1.
|
|
4583
|
+
"scule": "^1.3.0",
|
|
4584
|
+
"semver": "^7.6.0",
|
|
4585
|
+
"ufo": "^1.4.0",
|
|
4633
4586
|
"unctx": "^2.3.1",
|
|
4634
4587
|
"unimport": "^3.7.1",
|
|
4635
4588
|
"untyped": "^1.4.2"
|
|
@@ -4638,12 +4591,44 @@
|
|
|
4638
4591
|
"node": "^14.18.0 || >=16.10.0"
|
|
4639
4592
|
}
|
|
4640
4593
|
},
|
|
4594
|
+
"node_modules/@nuxt/kit/node_modules/@nuxt/schema": {
|
|
4595
|
+
"version": "3.10.2",
|
|
4596
|
+
"resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.10.2.tgz",
|
|
4597
|
+
"integrity": "sha512-hHVnMlPKYR6AVK889gvcYVgewB1885/KPZW6uYhVWkeKGc63JzNCILq8ykTqG/t8LpG1ZJpwxo5KtDk9nIZrfA==",
|
|
4598
|
+
"dependencies": {
|
|
4599
|
+
"@nuxt/ui-templates": "^1.3.1",
|
|
4600
|
+
"consola": "^3.2.3",
|
|
4601
|
+
"defu": "^6.1.4",
|
|
4602
|
+
"hookable": "^5.5.3",
|
|
4603
|
+
"pathe": "^1.1.2",
|
|
4604
|
+
"pkg-types": "^1.0.3",
|
|
4605
|
+
"scule": "^1.3.0",
|
|
4606
|
+
"std-env": "^3.7.0",
|
|
4607
|
+
"ufo": "^1.4.0",
|
|
4608
|
+
"unimport": "^3.7.1",
|
|
4609
|
+
"untyped": "^1.4.2"
|
|
4610
|
+
},
|
|
4611
|
+
"engines": {
|
|
4612
|
+
"node": "^14.18.0 || >=16.10.0"
|
|
4613
|
+
}
|
|
4614
|
+
},
|
|
4615
|
+
"node_modules/@nuxt/kit/node_modules/@sindresorhus/merge-streams": {
|
|
4616
|
+
"version": "2.2.1",
|
|
4617
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.2.1.tgz",
|
|
4618
|
+
"integrity": "sha512-255V7MMIKw6aQ43Wbqp9HZ+VHn6acddERTLiiLnlcPLU9PdTq9Aijl12oklAgUEblLWye+vHLzmqBx6f2TGcZw==",
|
|
4619
|
+
"engines": {
|
|
4620
|
+
"node": ">=18"
|
|
4621
|
+
},
|
|
4622
|
+
"funding": {
|
|
4623
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4624
|
+
}
|
|
4625
|
+
},
|
|
4641
4626
|
"node_modules/@nuxt/kit/node_modules/globby": {
|
|
4642
|
-
"version": "14.0.
|
|
4643
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.
|
|
4644
|
-
"integrity": "sha512
|
|
4627
|
+
"version": "14.0.1",
|
|
4628
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
4629
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
4645
4630
|
"dependencies": {
|
|
4646
|
-
"@sindresorhus/merge-streams": "^1.0
|
|
4631
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
4647
4632
|
"fast-glob": "^3.3.2",
|
|
4648
4633
|
"ignore": "^5.2.4",
|
|
4649
4634
|
"path-type": "^5.0.0",
|
|
@@ -4680,9 +4665,9 @@
|
|
|
4680
4665
|
}
|
|
4681
4666
|
},
|
|
4682
4667
|
"node_modules/@nuxt/kit/node_modules/semver": {
|
|
4683
|
-
"version": "7.
|
|
4684
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
4685
|
-
"integrity": "sha512-
|
|
4668
|
+
"version": "7.6.0",
|
|
4669
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
|
|
4670
|
+
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
|
|
4686
4671
|
"dependencies": {
|
|
4687
4672
|
"lru-cache": "^6.0.0"
|
|
4688
4673
|
},
|
|
@@ -4710,9 +4695,9 @@
|
|
|
4710
4695
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
4711
4696
|
},
|
|
4712
4697
|
"node_modules/@nuxt/schema": {
|
|
4713
|
-
"version": "3.10.
|
|
4714
|
-
"resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.10.
|
|
4715
|
-
"integrity": "sha512-
|
|
4698
|
+
"version": "3.10.1",
|
|
4699
|
+
"resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.10.1.tgz",
|
|
4700
|
+
"integrity": "sha512-DyZLhbaaoGBCXO2jboCHTp77jbCIUem/va5iSu2+GO6M8vAHbNRphksw38gpSk/F74LbJDTbW0t3hrMBzU4B3g==",
|
|
4716
4701
|
"dependencies": {
|
|
4717
4702
|
"@nuxt/ui-templates": "^1.3.1",
|
|
4718
4703
|
"consola": "^3.2.3",
|
|
@@ -4975,13 +4960,13 @@
|
|
|
4975
4960
|
"integrity": "sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA=="
|
|
4976
4961
|
},
|
|
4977
4962
|
"node_modules/@nuxt/vite-builder": {
|
|
4978
|
-
"version": "3.10.
|
|
4979
|
-
"resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.10.
|
|
4980
|
-
"integrity": "sha512-
|
|
4963
|
+
"version": "3.10.2",
|
|
4964
|
+
"resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.10.2.tgz",
|
|
4965
|
+
"integrity": "sha512-FFMfcb/o2ID42QqX7LyspjG+cbibTUVMVYDNbxXviIsj0VWt5trlSL4zU81HaLn8nAgGTozMYqV5SJgT4rp/Zg==",
|
|
4981
4966
|
"dependencies": {
|
|
4982
|
-
"@nuxt/kit": "3.10.
|
|
4967
|
+
"@nuxt/kit": "3.10.2",
|
|
4983
4968
|
"@rollup/plugin-replace": "^5.0.5",
|
|
4984
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
4969
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
4985
4970
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
4986
4971
|
"autoprefixer": "^10.4.17",
|
|
4987
4972
|
"clear": "^0.1.0",
|
|
@@ -4996,22 +4981,22 @@
|
|
|
4996
4981
|
"get-port-please": "^3.1.2",
|
|
4997
4982
|
"h3": "^1.10.1",
|
|
4998
4983
|
"knitwork": "^1.0.0",
|
|
4999
|
-
"magic-string": "^0.30.
|
|
4984
|
+
"magic-string": "^0.30.7",
|
|
5000
4985
|
"mlly": "^1.5.0",
|
|
5001
4986
|
"ohash": "^1.1.3",
|
|
5002
4987
|
"pathe": "^1.1.2",
|
|
5003
4988
|
"perfect-debounce": "^1.0.0",
|
|
5004
4989
|
"pkg-types": "^1.0.3",
|
|
5005
|
-
"postcss": "^8.4.
|
|
4990
|
+
"postcss": "^8.4.35",
|
|
5006
4991
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
5007
4992
|
"std-env": "^3.7.0",
|
|
5008
4993
|
"strip-literal": "^2.0.0",
|
|
5009
|
-
"ufo": "^1.
|
|
4994
|
+
"ufo": "^1.4.0",
|
|
5010
4995
|
"unenv": "^1.9.0",
|
|
5011
|
-
"unplugin": "^1.
|
|
5012
|
-
"vite": "5.
|
|
4996
|
+
"unplugin": "^1.7.1",
|
|
4997
|
+
"vite": "5.1.1",
|
|
5013
4998
|
"vite-node": "^1.2.2",
|
|
5014
|
-
"vite-plugin-checker": "^0.6.
|
|
4999
|
+
"vite-plugin-checker": "^0.6.4",
|
|
5015
5000
|
"vue-bundle-renderer": "^2.0.0"
|
|
5016
5001
|
},
|
|
5017
5002
|
"engines": {
|
|
@@ -5182,16 +5167,15 @@
|
|
|
5182
5167
|
"dev": true
|
|
5183
5168
|
},
|
|
5184
5169
|
"node_modules/@nuxtjs/tailwindcss": {
|
|
5185
|
-
"version": "6.11.
|
|
5186
|
-
"resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.11.
|
|
5187
|
-
"integrity": "sha512-
|
|
5170
|
+
"version": "6.11.4",
|
|
5171
|
+
"resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.11.4.tgz",
|
|
5172
|
+
"integrity": "sha512-09cksgZD4seQj054Z/BeiwFg1bzQTol8KPulLDLGnmMTkEi21vj/z+WlXQRpVbN1GS9+oU9tcSsu2ufXCM3DBg==",
|
|
5188
5173
|
"dev": true,
|
|
5189
5174
|
"dependencies": {
|
|
5190
5175
|
"@nuxt/kit": "^3.9.3",
|
|
5191
5176
|
"autoprefixer": "^10.4.17",
|
|
5192
5177
|
"chokidar": "^3.5.3",
|
|
5193
5178
|
"clear-module": "^4.1.2",
|
|
5194
|
-
"colorette": "^2.0.20",
|
|
5195
5179
|
"consola": "^3.2.3",
|
|
5196
5180
|
"defu": "^6.1.4",
|
|
5197
5181
|
"h3": "^1.10.0",
|
|
@@ -5566,6 +5550,21 @@
|
|
|
5566
5550
|
"url": "https://opencollective.com/unts"
|
|
5567
5551
|
}
|
|
5568
5552
|
},
|
|
5553
|
+
"node_modules/@playwright/test": {
|
|
5554
|
+
"version": "1.41.2",
|
|
5555
|
+
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.41.2.tgz",
|
|
5556
|
+
"integrity": "sha512-qQB9h7KbibJzrDpkXkYvsmiDJK14FULCCZgEcoe2AvFAS64oCirWTwzTlAYEbKaRxWs5TFesE1Na6izMv3HfGg==",
|
|
5557
|
+
"dev": true,
|
|
5558
|
+
"dependencies": {
|
|
5559
|
+
"playwright": "1.41.2"
|
|
5560
|
+
},
|
|
5561
|
+
"bin": {
|
|
5562
|
+
"playwright": "cli.js"
|
|
5563
|
+
},
|
|
5564
|
+
"engines": {
|
|
5565
|
+
"node": ">=16"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5569
5568
|
"node_modules/@polka/url": {
|
|
5570
5569
|
"version": "1.0.0-next.24",
|
|
5571
5570
|
"resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.24.tgz",
|
|
@@ -6228,9 +6227,9 @@
|
|
|
6228
6227
|
"dev": true
|
|
6229
6228
|
},
|
|
6230
6229
|
"node_modules/@types/node": {
|
|
6231
|
-
"version": "20.11.
|
|
6232
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
6233
|
-
"integrity": "sha512-
|
|
6230
|
+
"version": "20.11.19",
|
|
6231
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
|
|
6232
|
+
"integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
|
|
6234
6233
|
"dependencies": {
|
|
6235
6234
|
"undici-types": "~5.26.4"
|
|
6236
6235
|
}
|
|
@@ -7066,9 +7065,9 @@
|
|
|
7066
7065
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
7067
7066
|
},
|
|
7068
7067
|
"node_modules/@vitejs/plugin-vue": {
|
|
7069
|
-
"version": "5.0.
|
|
7070
|
-
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.
|
|
7071
|
-
"integrity": "sha512-
|
|
7068
|
+
"version": "5.0.4",
|
|
7069
|
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz",
|
|
7070
|
+
"integrity": "sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==",
|
|
7072
7071
|
"engines": {
|
|
7073
7072
|
"node": "^18.0.0 || >=20.0.0"
|
|
7074
7073
|
},
|
|
@@ -8609,18 +8608,20 @@
|
|
|
8609
8608
|
}
|
|
8610
8609
|
},
|
|
8611
8610
|
"node_modules/c12": {
|
|
8612
|
-
"version": "1.
|
|
8613
|
-
"resolved": "https://registry.npmjs.org/c12/-/c12-1.
|
|
8614
|
-
"integrity": "sha512-
|
|
8611
|
+
"version": "1.8.0",
|
|
8612
|
+
"resolved": "https://registry.npmjs.org/c12/-/c12-1.8.0.tgz",
|
|
8613
|
+
"integrity": "sha512-93U6RndoaAwFQPBcS9F/6lwtgBfrWh4695sQ/ChILkbj0C7zOZVptOU3Sxp0I/9xvfW/lzBWD90AXDQz4muSkA==",
|
|
8615
8614
|
"dependencies": {
|
|
8616
8615
|
"chokidar": "^3.5.3",
|
|
8617
|
-
"defu": "^6.1.
|
|
8618
|
-
"dotenv": "^16.3.
|
|
8616
|
+
"defu": "^6.1.4",
|
|
8617
|
+
"dotenv": "^16.3.2",
|
|
8619
8618
|
"giget": "^1.2.1",
|
|
8620
8619
|
"jiti": "^1.21.0",
|
|
8621
|
-
"
|
|
8620
|
+
"json5": "^2.2.3",
|
|
8621
|
+
"jsonc-parser": "^3.2.1",
|
|
8622
|
+
"mlly": "^1.5.0",
|
|
8622
8623
|
"ohash": "^1.1.3",
|
|
8623
|
-
"pathe": "^1.1.
|
|
8624
|
+
"pathe": "^1.1.2",
|
|
8624
8625
|
"perfect-debounce": "^1.0.0",
|
|
8625
8626
|
"pkg-types": "^1.0.3",
|
|
8626
8627
|
"rc9": "^2.1.1"
|
|
@@ -8894,15 +8895,9 @@
|
|
|
8894
8895
|
}
|
|
8895
8896
|
},
|
|
8896
8897
|
"node_modules/chokidar": {
|
|
8897
|
-
"version": "3.
|
|
8898
|
-
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.
|
|
8899
|
-
"integrity": "sha512-
|
|
8900
|
-
"funding": [
|
|
8901
|
-
{
|
|
8902
|
-
"type": "individual",
|
|
8903
|
-
"url": "https://paulmillr.com/funding/"
|
|
8904
|
-
}
|
|
8905
|
-
],
|
|
8898
|
+
"version": "3.6.0",
|
|
8899
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
8900
|
+
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
8906
8901
|
"dependencies": {
|
|
8907
8902
|
"anymatch": "~3.1.2",
|
|
8908
8903
|
"braces": "~3.0.2",
|
|
@@ -8915,6 +8910,9 @@
|
|
|
8915
8910
|
"engines": {
|
|
8916
8911
|
"node": ">= 8.10.0"
|
|
8917
8912
|
},
|
|
8913
|
+
"funding": {
|
|
8914
|
+
"url": "https://paulmillr.com/funding/"
|
|
8915
|
+
},
|
|
8918
8916
|
"optionalDependencies": {
|
|
8919
8917
|
"fsevents": "~2.3.2"
|
|
8920
8918
|
}
|
|
@@ -13326,9 +13324,9 @@
|
|
|
13326
13324
|
}
|
|
13327
13325
|
},
|
|
13328
13326
|
"node_modules/jose": {
|
|
13329
|
-
"version": "5.2.
|
|
13330
|
-
"resolved": "https://registry.npmjs.org/jose/-/jose-5.2.
|
|
13331
|
-
"integrity": "sha512
|
|
13327
|
+
"version": "5.2.2",
|
|
13328
|
+
"resolved": "https://registry.npmjs.org/jose/-/jose-5.2.2.tgz",
|
|
13329
|
+
"integrity": "sha512-/WByRr4jDcsKlvMd1dRJnPfS1GVO3WuKyaurJ/vvXcOaUQO8rnNObCQMlv/5uCceVQIq5Q4WLF44ohsdiTohdg==",
|
|
13332
13330
|
"funding": {
|
|
13333
13331
|
"url": "https://github.com/sponsors/panva"
|
|
13334
13332
|
}
|
|
@@ -14260,9 +14258,9 @@
|
|
|
14260
14258
|
}
|
|
14261
14259
|
},
|
|
14262
14260
|
"node_modules/magic-string": {
|
|
14263
|
-
"version": "0.30.
|
|
14264
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.
|
|
14265
|
-
"integrity": "sha512-
|
|
14261
|
+
"version": "0.30.7",
|
|
14262
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.7.tgz",
|
|
14263
|
+
"integrity": "sha512-8vBuFF/I/+OSLRmdf2wwFCJCz+nSn0m6DPvGH1fS/KiQoSaR+sETbov0eIk9KhEKy8CYqIkIAnbohxT/4H0kuA==",
|
|
14266
14264
|
"dependencies": {
|
|
14267
14265
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
14268
14266
|
},
|
|
@@ -15809,9 +15807,9 @@
|
|
|
15809
15807
|
"integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw=="
|
|
15810
15808
|
},
|
|
15811
15809
|
"node_modules/nuxi": {
|
|
15812
|
-
"version": "3.10.
|
|
15813
|
-
"resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.10.
|
|
15814
|
-
"integrity": "sha512-
|
|
15810
|
+
"version": "3.10.1",
|
|
15811
|
+
"resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.10.1.tgz",
|
|
15812
|
+
"integrity": "sha512-ZNt858+FOZDIiKKFJkXO7uJAnALytDdn1XbLgtZAqbtWNMayHbOnWcnxh+WSOE4H9uOi2+loWXEqKElmNWLgcQ==",
|
|
15815
15813
|
"bin": {
|
|
15816
15814
|
"nuxi": "bin/nuxi.mjs",
|
|
15817
15815
|
"nuxi-ng": "bin/nuxi.mjs",
|
|
@@ -15826,24 +15824,24 @@
|
|
|
15826
15824
|
}
|
|
15827
15825
|
},
|
|
15828
15826
|
"node_modules/nuxt": {
|
|
15829
|
-
"version": "3.10.
|
|
15830
|
-
"resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.10.
|
|
15831
|
-
"integrity": "sha512-
|
|
15827
|
+
"version": "3.10.2",
|
|
15828
|
+
"resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.10.2.tgz",
|
|
15829
|
+
"integrity": "sha512-EYRPNPEHRoOzL5ZusOMoBvv1/yifGwdv7BLJPD/jaEDeEZvdXjLXLSRh2NukmdB1SdNmfL3wEnt5xtRpQO1niQ==",
|
|
15832
15830
|
"dependencies": {
|
|
15833
15831
|
"@nuxt/devalue": "^2.0.2",
|
|
15834
15832
|
"@nuxt/devtools": "^1.0.8",
|
|
15835
|
-
"@nuxt/kit": "3.10.
|
|
15836
|
-
"@nuxt/schema": "3.10.
|
|
15833
|
+
"@nuxt/kit": "3.10.2",
|
|
15834
|
+
"@nuxt/schema": "3.10.2",
|
|
15837
15835
|
"@nuxt/telemetry": "^2.5.3",
|
|
15838
15836
|
"@nuxt/ui-templates": "^1.3.1",
|
|
15839
|
-
"@nuxt/vite-builder": "3.10.
|
|
15837
|
+
"@nuxt/vite-builder": "3.10.2",
|
|
15840
15838
|
"@unhead/dom": "^1.8.10",
|
|
15841
15839
|
"@unhead/ssr": "^1.8.10",
|
|
15842
15840
|
"@unhead/vue": "^1.8.10",
|
|
15843
|
-
"@vue/shared": "^3.4.
|
|
15841
|
+
"@vue/shared": "^3.4.19",
|
|
15844
15842
|
"acorn": "8.11.3",
|
|
15845
|
-
"c12": "^1.
|
|
15846
|
-
"chokidar": "^3.
|
|
15843
|
+
"c12": "^1.7.0",
|
|
15844
|
+
"chokidar": "^3.6.0",
|
|
15847
15845
|
"cookie-es": "^1.0.0",
|
|
15848
15846
|
"defu": "^6.1.4",
|
|
15849
15847
|
"destr": "^2.0.2",
|
|
@@ -15852,13 +15850,13 @@
|
|
|
15852
15850
|
"escape-string-regexp": "^5.0.0",
|
|
15853
15851
|
"estree-walker": "^3.0.3",
|
|
15854
15852
|
"fs-extra": "^11.2.0",
|
|
15855
|
-
"globby": "^14.0.
|
|
15853
|
+
"globby": "^14.0.1",
|
|
15856
15854
|
"h3": "^1.10.1",
|
|
15857
15855
|
"hookable": "^5.5.3",
|
|
15858
15856
|
"jiti": "^1.21.0",
|
|
15859
15857
|
"klona": "^2.0.6",
|
|
15860
15858
|
"knitwork": "^1.0.0",
|
|
15861
|
-
"magic-string": "^0.30.
|
|
15859
|
+
"magic-string": "^0.30.7",
|
|
15862
15860
|
"mlly": "^1.5.0",
|
|
15863
15861
|
"nitropack": "^2.8.1",
|
|
15864
15862
|
"nuxi": "^3.10.0",
|
|
@@ -15869,19 +15867,19 @@
|
|
|
15869
15867
|
"perfect-debounce": "^1.0.0",
|
|
15870
15868
|
"pkg-types": "^1.0.3",
|
|
15871
15869
|
"radix3": "^1.1.0",
|
|
15872
|
-
"scule": "^1.
|
|
15870
|
+
"scule": "^1.3.0",
|
|
15873
15871
|
"std-env": "^3.7.0",
|
|
15874
15872
|
"strip-literal": "^2.0.0",
|
|
15875
|
-
"ufo": "^1.
|
|
15873
|
+
"ufo": "^1.4.0",
|
|
15876
15874
|
"ultrahtml": "^1.5.2",
|
|
15877
15875
|
"uncrypto": "^0.1.3",
|
|
15878
15876
|
"unctx": "^2.3.1",
|
|
15879
15877
|
"unenv": "^1.9.0",
|
|
15880
15878
|
"unimport": "^3.7.1",
|
|
15881
|
-
"unplugin": "^1.
|
|
15879
|
+
"unplugin": "^1.7.1",
|
|
15882
15880
|
"unplugin-vue-router": "^0.7.0",
|
|
15883
15881
|
"untyped": "^1.4.2",
|
|
15884
|
-
"vue": "^3.4.
|
|
15882
|
+
"vue": "^3.4.19",
|
|
15885
15883
|
"vue-bundle-renderer": "^2.0.0",
|
|
15886
15884
|
"vue-devtools-stub": "^0.1.0",
|
|
15887
15885
|
"vue-router": "^4.2.5"
|
|
@@ -16012,6 +16010,43 @@
|
|
|
16012
16010
|
"@shikijs/core": "1.0.0-beta.3"
|
|
16013
16011
|
}
|
|
16014
16012
|
},
|
|
16013
|
+
"node_modules/nuxt/node_modules/@nuxt/schema": {
|
|
16014
|
+
"version": "3.10.2",
|
|
16015
|
+
"resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.10.2.tgz",
|
|
16016
|
+
"integrity": "sha512-hHVnMlPKYR6AVK889gvcYVgewB1885/KPZW6uYhVWkeKGc63JzNCILq8ykTqG/t8LpG1ZJpwxo5KtDk9nIZrfA==",
|
|
16017
|
+
"dependencies": {
|
|
16018
|
+
"@nuxt/ui-templates": "^1.3.1",
|
|
16019
|
+
"consola": "^3.2.3",
|
|
16020
|
+
"defu": "^6.1.4",
|
|
16021
|
+
"hookable": "^5.5.3",
|
|
16022
|
+
"pathe": "^1.1.2",
|
|
16023
|
+
"pkg-types": "^1.0.3",
|
|
16024
|
+
"scule": "^1.3.0",
|
|
16025
|
+
"std-env": "^3.7.0",
|
|
16026
|
+
"ufo": "^1.4.0",
|
|
16027
|
+
"unimport": "^3.7.1",
|
|
16028
|
+
"untyped": "^1.4.2"
|
|
16029
|
+
},
|
|
16030
|
+
"engines": {
|
|
16031
|
+
"node": "^14.18.0 || >=16.10.0"
|
|
16032
|
+
}
|
|
16033
|
+
},
|
|
16034
|
+
"node_modules/nuxt/node_modules/@sindresorhus/merge-streams": {
|
|
16035
|
+
"version": "2.2.1",
|
|
16036
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.2.1.tgz",
|
|
16037
|
+
"integrity": "sha512-255V7MMIKw6aQ43Wbqp9HZ+VHn6acddERTLiiLnlcPLU9PdTq9Aijl12oklAgUEblLWye+vHLzmqBx6f2TGcZw==",
|
|
16038
|
+
"engines": {
|
|
16039
|
+
"node": ">=18"
|
|
16040
|
+
},
|
|
16041
|
+
"funding": {
|
|
16042
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16043
|
+
}
|
|
16044
|
+
},
|
|
16045
|
+
"node_modules/nuxt/node_modules/@vue/shared": {
|
|
16046
|
+
"version": "3.4.19",
|
|
16047
|
+
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.19.tgz",
|
|
16048
|
+
"integrity": "sha512-/KliRRHMF6LoiThEy+4c1Z4KB/gbPrGjWwJR+crg2otgrf/egKzRaCPvJ51S5oetgsgXLfc4Rm5ZgrKHZrtMSw=="
|
|
16049
|
+
},
|
|
16015
16050
|
"node_modules/nuxt/node_modules/escape-string-regexp": {
|
|
16016
16051
|
"version": "5.0.0",
|
|
16017
16052
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -16024,11 +16059,11 @@
|
|
|
16024
16059
|
}
|
|
16025
16060
|
},
|
|
16026
16061
|
"node_modules/nuxt/node_modules/globby": {
|
|
16027
|
-
"version": "14.0.
|
|
16028
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.
|
|
16029
|
-
"integrity": "sha512
|
|
16062
|
+
"version": "14.0.1",
|
|
16063
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
16064
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
16030
16065
|
"dependencies": {
|
|
16031
|
-
"@sindresorhus/merge-streams": "^1.0
|
|
16066
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
16032
16067
|
"fast-glob": "^3.3.2",
|
|
16033
16068
|
"ignore": "^5.2.4",
|
|
16034
16069
|
"path-type": "^5.0.0",
|
|
@@ -16951,6 +16986,50 @@
|
|
|
16951
16986
|
"node": ">=10"
|
|
16952
16987
|
}
|
|
16953
16988
|
},
|
|
16989
|
+
"node_modules/playwright": {
|
|
16990
|
+
"version": "1.41.2",
|
|
16991
|
+
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.2.tgz",
|
|
16992
|
+
"integrity": "sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==",
|
|
16993
|
+
"dev": true,
|
|
16994
|
+
"dependencies": {
|
|
16995
|
+
"playwright-core": "1.41.2"
|
|
16996
|
+
},
|
|
16997
|
+
"bin": {
|
|
16998
|
+
"playwright": "cli.js"
|
|
16999
|
+
},
|
|
17000
|
+
"engines": {
|
|
17001
|
+
"node": ">=16"
|
|
17002
|
+
},
|
|
17003
|
+
"optionalDependencies": {
|
|
17004
|
+
"fsevents": "2.3.2"
|
|
17005
|
+
}
|
|
17006
|
+
},
|
|
17007
|
+
"node_modules/playwright-core": {
|
|
17008
|
+
"version": "1.41.2",
|
|
17009
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.2.tgz",
|
|
17010
|
+
"integrity": "sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==",
|
|
17011
|
+
"dev": true,
|
|
17012
|
+
"bin": {
|
|
17013
|
+
"playwright-core": "cli.js"
|
|
17014
|
+
},
|
|
17015
|
+
"engines": {
|
|
17016
|
+
"node": ">=16"
|
|
17017
|
+
}
|
|
17018
|
+
},
|
|
17019
|
+
"node_modules/playwright/node_modules/fsevents": {
|
|
17020
|
+
"version": "2.3.2",
|
|
17021
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
|
17022
|
+
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
|
17023
|
+
"dev": true,
|
|
17024
|
+
"hasInstallScript": true,
|
|
17025
|
+
"optional": true,
|
|
17026
|
+
"os": [
|
|
17027
|
+
"darwin"
|
|
17028
|
+
],
|
|
17029
|
+
"engines": {
|
|
17030
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
17031
|
+
}
|
|
17032
|
+
},
|
|
16954
17033
|
"node_modules/portfinder": {
|
|
16955
17034
|
"version": "1.0.32",
|
|
16956
17035
|
"resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz",
|
|
@@ -16984,9 +17063,9 @@
|
|
|
16984
17063
|
}
|
|
16985
17064
|
},
|
|
16986
17065
|
"node_modules/postcss": {
|
|
16987
|
-
"version": "8.4.
|
|
16988
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.
|
|
16989
|
-
"integrity": "sha512-
|
|
17066
|
+
"version": "8.4.35",
|
|
17067
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz",
|
|
17068
|
+
"integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==",
|
|
16990
17069
|
"funding": [
|
|
16991
17070
|
{
|
|
16992
17071
|
"type": "opencollective",
|
|
@@ -18079,9 +18158,9 @@
|
|
|
18079
18158
|
}
|
|
18080
18159
|
},
|
|
18081
18160
|
"node_modules/rehackt": {
|
|
18082
|
-
"version": "0.0.
|
|
18083
|
-
"resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.
|
|
18084
|
-
"integrity": "sha512-
|
|
18161
|
+
"version": "0.0.5",
|
|
18162
|
+
"resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.5.tgz",
|
|
18163
|
+
"integrity": "sha512-BI1rV+miEkaHj8zd2n+gaMgzu/fKz7BGlb4zZ6HAiY9adDmJMkaDcmuXlJFv0eyKUob+oszs3/2gdnXUrzx2Tg==",
|
|
18085
18164
|
"peerDependencies": {
|
|
18086
18165
|
"@types/react": "*",
|
|
18087
18166
|
"react": "*"
|
|
@@ -18574,9 +18653,9 @@
|
|
|
18574
18653
|
"integrity": "sha512-MuCAyrGZcTLfQoH2XoBlQ8C6bzwN88XT/0slOGz0pn8+gIP85BOAfYa44ZXQUTOwRwPU0QvgU+V+OSajl/59Xg=="
|
|
18575
18654
|
},
|
|
18576
18655
|
"node_modules/scule": {
|
|
18577
|
-
"version": "1.
|
|
18578
|
-
"resolved": "https://registry.npmjs.org/scule/-/scule-1.
|
|
18579
|
-
"integrity": "sha512-
|
|
18656
|
+
"version": "1.3.0",
|
|
18657
|
+
"resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
|
|
18658
|
+
"integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
|
|
18580
18659
|
},
|
|
18581
18660
|
"node_modules/semver": {
|
|
18582
18661
|
"version": "6.3.1",
|
|
@@ -19327,9 +19406,9 @@
|
|
|
19327
19406
|
}
|
|
19328
19407
|
},
|
|
19329
19408
|
"node_modules/strip-literal/node_modules/js-tokens": {
|
|
19330
|
-
"version": "8.0.
|
|
19331
|
-
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.
|
|
19332
|
-
"integrity": "sha512-
|
|
19409
|
+
"version": "8.0.3",
|
|
19410
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.3.tgz",
|
|
19411
|
+
"integrity": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw=="
|
|
19333
19412
|
},
|
|
19334
19413
|
"node_modules/stylehacks": {
|
|
19335
19414
|
"version": "6.0.2",
|
|
@@ -20404,9 +20483,9 @@
|
|
|
20404
20483
|
}
|
|
20405
20484
|
},
|
|
20406
20485
|
"node_modules/ufo": {
|
|
20407
|
-
"version": "1.
|
|
20408
|
-
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.
|
|
20409
|
-
"integrity": "sha512-
|
|
20486
|
+
"version": "1.4.0",
|
|
20487
|
+
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.4.0.tgz",
|
|
20488
|
+
"integrity": "sha512-Hhy+BhRBleFjpJ2vchUNN40qgkh0366FWJGqVLYBHev0vpHTrXSA0ryT+74UiW6KWsldNurQMKGqCm1M2zBciQ=="
|
|
20410
20489
|
},
|
|
20411
20490
|
"node_modules/ultrahtml": {
|
|
20412
20491
|
"version": "1.5.2",
|
|
@@ -20661,11 +20740,11 @@
|
|
|
20661
20740
|
}
|
|
20662
20741
|
},
|
|
20663
20742
|
"node_modules/unplugin": {
|
|
20664
|
-
"version": "1.
|
|
20665
|
-
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.
|
|
20666
|
-
"integrity": "sha512-
|
|
20743
|
+
"version": "1.7.1",
|
|
20744
|
+
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.7.1.tgz",
|
|
20745
|
+
"integrity": "sha512-JqzORDAPxxs8ErLV4x+LL7bk5pk3YlcWqpSNsIkAZj972KzFZLClc/ekppahKkOczGkwIG6ElFgdOgOlK4tXZw==",
|
|
20667
20746
|
"dependencies": {
|
|
20668
|
-
"acorn": "^8.11.
|
|
20747
|
+
"acorn": "^8.11.3",
|
|
20669
20748
|
"chokidar": "^3.5.3",
|
|
20670
20749
|
"webpack-sources": "^3.2.3",
|
|
20671
20750
|
"webpack-virtual-modules": "^0.6.1"
|
|
@@ -20968,12 +21047,12 @@
|
|
|
20968
21047
|
}
|
|
20969
21048
|
},
|
|
20970
21049
|
"node_modules/vite": {
|
|
20971
|
-
"version": "5.
|
|
20972
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-5.
|
|
20973
|
-
"integrity": "sha512-
|
|
21050
|
+
"version": "5.1.1",
|
|
21051
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz",
|
|
21052
|
+
"integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==",
|
|
20974
21053
|
"dependencies": {
|
|
20975
21054
|
"esbuild": "^0.19.3",
|
|
20976
|
-
"postcss": "^8.4.
|
|
21055
|
+
"postcss": "^8.4.35",
|
|
20977
21056
|
"rollup": "^4.2.0"
|
|
20978
21057
|
},
|
|
20979
21058
|
"bin": {
|
|
@@ -21177,9 +21256,9 @@
|
|
|
21177
21256
|
}
|
|
21178
21257
|
},
|
|
21179
21258
|
"node_modules/vite-plugin-checker/node_modules/semver": {
|
|
21180
|
-
"version": "7.
|
|
21181
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
21182
|
-
"integrity": "sha512-
|
|
21259
|
+
"version": "7.6.0",
|
|
21260
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
|
|
21261
|
+
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
|
|
21183
21262
|
"dependencies": {
|
|
21184
21263
|
"lru-cache": "^6.0.0"
|
|
21185
21264
|
},
|
|
@@ -21919,9 +21998,9 @@
|
|
|
21919
21998
|
}
|
|
21920
21999
|
},
|
|
21921
22000
|
"node_modules/vscode-languageclient/node_modules/semver": {
|
|
21922
|
-
"version": "7.
|
|
21923
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
21924
|
-
"integrity": "sha512-
|
|
22001
|
+
"version": "7.6.0",
|
|
22002
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
|
|
22003
|
+
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
|
|
21925
22004
|
"dependencies": {
|
|
21926
22005
|
"lru-cache": "^6.0.0"
|
|
21927
22006
|
},
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@egoist/tailwindcss-icons": "1.7.4",
|
|
29
29
|
"@iconify-json/bi": "1.1.23",
|
|
30
|
-
"@lenne.tech/nuxt-base": "3.
|
|
30
|
+
"@lenne.tech/nuxt-base": "3.7.0",
|
|
31
31
|
"@nuxt/image": "1.3.0",
|
|
32
|
+
"@vee-validate/yup": "4.12.5",
|
|
32
33
|
"@vueuse/core": "10.7.2",
|
|
33
34
|
"@vueuse/integrations": "10.7.2",
|
|
34
35
|
"@vueuse/nuxt": "10.7.2",
|
|
35
|
-
"@vee-validate/yup": "4.12.5",
|
|
36
|
-
"vee-validate": "4.12.5",
|
|
37
36
|
"ios-pwa-splash": "1.0.0",
|
|
38
37
|
"pinia": "2.1.7",
|
|
39
|
-
"tailwind-merge": "2.2.1"
|
|
38
|
+
"tailwind-merge": "2.2.1",
|
|
39
|
+
"vee-validate": "4.12.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@lenne.tech/eslint-config-vue": "0.0.16",
|
|
@@ -46,14 +46,16 @@
|
|
|
46
46
|
"@nuxtjs/google-fonts": "3.1.3",
|
|
47
47
|
"@nuxtjs/plausible": "0.2.4",
|
|
48
48
|
"@nuxtjs/sitemap": "5.1.0",
|
|
49
|
-
"@nuxtjs/tailwindcss": "6.11.
|
|
49
|
+
"@nuxtjs/tailwindcss": "6.11.4",
|
|
50
|
+
"@playwright/test": "1.41.2",
|
|
50
51
|
"@tailwindcss/forms": "0.5.7",
|
|
51
52
|
"@tailwindcss/typography": "0.5.10",
|
|
52
|
-
"@
|
|
53
|
+
"@types/node": "20.11.19",
|
|
54
|
+
"@vitejs/plugin-vue": "5.0.4",
|
|
53
55
|
"@vue/test-utils": "2.4.4",
|
|
54
56
|
"eslint": "8.56.0",
|
|
55
57
|
"jsdom": "24.0.0",
|
|
56
|
-
"nuxt": "3.10.
|
|
58
|
+
"nuxt": "3.10.2",
|
|
57
59
|
"nuxt-simple-robots": "4.0.0-rc.14",
|
|
58
60
|
"ts-loader": "9.5.1",
|
|
59
61
|
"typescript": "5.3.3",
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { defineConfig, devices } from '@playwright/test';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Read environment variables from file.
|
|
5
|
+
* https://github.com/motdotla/dotenv
|
|
6
|
+
*/
|
|
7
|
+
// require('dotenv').config();
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* See https://playwright.dev/docs/test-configuration.
|
|
11
|
+
*/
|
|
12
|
+
export default defineConfig({
|
|
13
|
+
testDir: './e2e',
|
|
14
|
+
/* Run tests in files in parallel */
|
|
15
|
+
fullyParallel: true,
|
|
16
|
+
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
|
17
|
+
forbidOnly: !!process.env.CI,
|
|
18
|
+
/* Retry on CI only */
|
|
19
|
+
retries: process.env.CI ? 2 : 0,
|
|
20
|
+
/* Opt out of parallel tests on CI. */
|
|
21
|
+
workers: process.env.CI ? 1 : undefined,
|
|
22
|
+
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
|
23
|
+
reporter: 'html',
|
|
24
|
+
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
|
25
|
+
use: {
|
|
26
|
+
/* Base URL to use in actions like `await page.goto('/')`. */
|
|
27
|
+
// baseURL: 'http://127.0.0.1:3000',
|
|
28
|
+
|
|
29
|
+
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
|
30
|
+
trace: 'on-first-retry',
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
/* Configure projects for major browsers */
|
|
34
|
+
projects: [
|
|
35
|
+
{
|
|
36
|
+
name: 'chromium',
|
|
37
|
+
use: { ...devices['Desktop Chrome'] },
|
|
38
|
+
},
|
|
39
|
+
|
|
40
|
+
{
|
|
41
|
+
name: 'firefox',
|
|
42
|
+
use: { ...devices['Desktop Firefox'] },
|
|
43
|
+
},
|
|
44
|
+
|
|
45
|
+
{
|
|
46
|
+
name: 'webkit',
|
|
47
|
+
use: { ...devices['Desktop Safari'] },
|
|
48
|
+
},
|
|
49
|
+
|
|
50
|
+
/* Test against mobile viewports. */
|
|
51
|
+
// {
|
|
52
|
+
// name: 'Mobile Chrome',
|
|
53
|
+
// use: { ...devices['Pixel 5'] },
|
|
54
|
+
// },
|
|
55
|
+
// {
|
|
56
|
+
// name: 'Mobile Safari',
|
|
57
|
+
// use: { ...devices['iPhone 12'] },
|
|
58
|
+
// },
|
|
59
|
+
|
|
60
|
+
/* Test against branded browsers. */
|
|
61
|
+
// {
|
|
62
|
+
// name: 'Microsoft Edge',
|
|
63
|
+
// use: { ...devices['Desktop Edge'], channel: 'msedge' },
|
|
64
|
+
// },
|
|
65
|
+
// {
|
|
66
|
+
// name: 'Google Chrome',
|
|
67
|
+
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
|
|
68
|
+
// },
|
|
69
|
+
],
|
|
70
|
+
|
|
71
|
+
/* Run your local dev server before starting the tests */
|
|
72
|
+
// webServer: {
|
|
73
|
+
// command: 'npm run start',
|
|
74
|
+
// url: 'http://127.0.0.1:3000',
|
|
75
|
+
// reuseExistingServer: !process.env.CI,
|
|
76
|
+
// },
|
|
77
|
+
});
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
</
|
|
2
|
+
<div>
|
|
3
|
+
<NuxtLayout>
|
|
4
|
+
<ModalContainer />
|
|
5
|
+
<NotificationContainer />
|
|
6
|
+
<BaseContextMenuContainer />
|
|
7
|
+
<NuxtPage />
|
|
8
|
+
</NuxtLayout>
|
|
9
|
+
</div>
|
|
10
|
+
</template>
|
package/package.json
CHANGED