create-nuxt-base 0.2.1 → 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
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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
|
+
|
|
5
17
|
### [0.2.1](https://github.com/lenneTech/nuxt-base-starter/compare/v0.2.0...v0.2.1) (2024-02-02)
|
|
6
18
|
|
|
7
19
|
## [0.2.0](https://github.com/lenneTech/nuxt-base-starter/compare/v0.1.23...v0.2.0) (2024-02-02)
|
|
@@ -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,16 +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.
|
|
32
|
-
"@playwright/test": "
|
|
31
|
+
"@nuxtjs/tailwindcss": "6.11.4",
|
|
32
|
+
"@playwright/test": "1.41.2",
|
|
33
33
|
"@tailwindcss/forms": "0.5.7",
|
|
34
34
|
"@tailwindcss/typography": "0.5.10",
|
|
35
|
-
"@types/node": "
|
|
36
|
-
"@vitejs/plugin-vue": "5.0.
|
|
35
|
+
"@types/node": "20.11.19",
|
|
36
|
+
"@vitejs/plugin-vue": "5.0.4",
|
|
37
37
|
"@vue/test-utils": "2.4.4",
|
|
38
38
|
"eslint": "8.56.0",
|
|
39
39
|
"jsdom": "24.0.0",
|
|
40
|
-
"nuxt": "3.10.
|
|
40
|
+
"nuxt": "3.10.2",
|
|
41
41
|
"nuxt-simple-robots": "4.0.0-rc.14",
|
|
42
42
|
"ts-loader": "9.5.1",
|
|
43
43
|
"typescript": "5.3.3",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"node_modules/@apollo/client": {
|
|
100
|
-
"version": "3.9.
|
|
101
|
-
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.
|
|
102
|
-
"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==",
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@graphql-typed-document-node/core": "^3.1.1",
|
|
105
105
|
"@wry/caches": "^1.0.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"hoist-non-react-statics": "^3.3.2",
|
|
110
110
|
"optimism": "^0.18.0",
|
|
111
111
|
"prop-types": "^15.7.2",
|
|
112
|
-
"rehackt": "0.0.
|
|
112
|
+
"rehackt": "0.0.5",
|
|
113
113
|
"response-iterator": "^0.2.6",
|
|
114
114
|
"symbol-observable": "^4.0.0",
|
|
115
115
|
"ts-invariant": "^0.10.3",
|
|
@@ -1789,32 +1789,28 @@
|
|
|
1789
1789
|
"dev": true
|
|
1790
1790
|
},
|
|
1791
1791
|
"node_modules/@graphql-codegen/add": {
|
|
1792
|
-
"version": "5.0.
|
|
1793
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-5.0.
|
|
1794
|
-
"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==",
|
|
1795
1795
|
"dependencies": {
|
|
1796
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1797
|
-
"tslib": "~2.
|
|
1796
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
1797
|
+
"tslib": "~2.6.0"
|
|
1798
1798
|
},
|
|
1799
1799
|
"peerDependencies": {
|
|
1800
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"
|
|
1801
1801
|
}
|
|
1802
1802
|
},
|
|
1803
|
-
"node_modules/@graphql-codegen/add/node_modules/tslib": {
|
|
1804
|
-
"version": "2.5.3",
|
|
1805
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
1806
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
1807
|
-
},
|
|
1808
1803
|
"node_modules/@graphql-codegen/cli": {
|
|
1809
|
-
"version": "5.0.
|
|
1810
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-5.0.
|
|
1811
|
-
"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==",
|
|
1812
1807
|
"dependencies": {
|
|
1813
1808
|
"@babel/generator": "^7.18.13",
|
|
1814
1809
|
"@babel/template": "^7.18.10",
|
|
1815
1810
|
"@babel/types": "^7.18.13",
|
|
1816
|
-
"@graphql-codegen/
|
|
1817
|
-
"@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",
|
|
1818
1814
|
"@graphql-tools/apollo-engine-loader": "^8.0.0",
|
|
1819
1815
|
"@graphql-tools/code-file-loader": "^8.0.0",
|
|
1820
1816
|
"@graphql-tools/git-loader": "^8.0.0",
|
|
@@ -1926,177 +1922,137 @@
|
|
|
1926
1922
|
}
|
|
1927
1923
|
},
|
|
1928
1924
|
"node_modules/@graphql-codegen/client-preset": {
|
|
1929
|
-
"version": "4.
|
|
1930
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.
|
|
1931
|
-
"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==",
|
|
1932
1928
|
"dependencies": {
|
|
1933
1929
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1934
1930
|
"@babel/template": "^7.20.7",
|
|
1935
|
-
"@graphql-codegen/add": "^5.0.
|
|
1936
|
-
"@graphql-codegen/gql-tag-operations": "4.0.
|
|
1937
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1938
|
-
"@graphql-codegen/typed-document-node": "^5.0.
|
|
1939
|
-
"@graphql-codegen/typescript": "^4.0.
|
|
1940
|
-
"@graphql-codegen/typescript-operations": "^4.
|
|
1941
|
-
"@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",
|
|
1942
1938
|
"@graphql-tools/documents": "^1.0.0",
|
|
1943
1939
|
"@graphql-tools/utils": "^10.0.0",
|
|
1944
1940
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
1945
|
-
"tslib": "~2.
|
|
1941
|
+
"tslib": "~2.6.0"
|
|
1946
1942
|
},
|
|
1947
1943
|
"peerDependencies": {
|
|
1948
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"
|
|
1949
1945
|
}
|
|
1950
1946
|
},
|
|
1951
|
-
"node_modules/@graphql-codegen/client-preset/node_modules/tslib": {
|
|
1952
|
-
"version": "2.5.3",
|
|
1953
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
1954
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
1955
|
-
},
|
|
1956
1947
|
"node_modules/@graphql-codegen/core": {
|
|
1957
|
-
"version": "4.0.
|
|
1958
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-4.0.
|
|
1959
|
-
"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==",
|
|
1960
1951
|
"dependencies": {
|
|
1961
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1952
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
1962
1953
|
"@graphql-tools/schema": "^10.0.0",
|
|
1963
1954
|
"@graphql-tools/utils": "^10.0.0",
|
|
1964
|
-
"tslib": "~2.
|
|
1955
|
+
"tslib": "~2.6.0"
|
|
1965
1956
|
},
|
|
1966
1957
|
"peerDependencies": {
|
|
1967
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"
|
|
1968
1959
|
}
|
|
1969
1960
|
},
|
|
1970
|
-
"node_modules/@graphql-codegen/core/node_modules/tslib": {
|
|
1971
|
-
"version": "2.5.3",
|
|
1972
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
1973
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
1974
|
-
},
|
|
1975
1961
|
"node_modules/@graphql-codegen/gql-tag-operations": {
|
|
1976
|
-
"version": "4.0.
|
|
1977
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.
|
|
1978
|
-
"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==",
|
|
1979
1965
|
"dependencies": {
|
|
1980
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1981
|
-
"@graphql-codegen/visitor-plugin-common": "4.
|
|
1966
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
1967
|
+
"@graphql-codegen/visitor-plugin-common": "4.1.2",
|
|
1982
1968
|
"@graphql-tools/utils": "^10.0.0",
|
|
1983
1969
|
"auto-bind": "~4.0.0",
|
|
1984
|
-
"tslib": "~2.
|
|
1970
|
+
"tslib": "~2.6.0"
|
|
1985
1971
|
},
|
|
1986
1972
|
"peerDependencies": {
|
|
1987
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"
|
|
1988
1974
|
}
|
|
1989
1975
|
},
|
|
1990
|
-
"node_modules/@graphql-codegen/gql-tag-operations/node_modules/tslib": {
|
|
1991
|
-
"version": "2.5.3",
|
|
1992
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
1993
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
1994
|
-
},
|
|
1995
1976
|
"node_modules/@graphql-codegen/plugin-helpers": {
|
|
1996
|
-
"version": "5.0.
|
|
1997
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.
|
|
1998
|
-
"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==",
|
|
1999
1980
|
"dependencies": {
|
|
2000
1981
|
"@graphql-tools/utils": "^10.0.0",
|
|
2001
1982
|
"change-case-all": "1.0.15",
|
|
2002
1983
|
"common-tags": "1.8.2",
|
|
2003
1984
|
"import-from": "4.0.0",
|
|
2004
1985
|
"lodash": "~4.17.0",
|
|
2005
|
-
"tslib": "~2.
|
|
1986
|
+
"tslib": "~2.6.0"
|
|
2006
1987
|
},
|
|
2007
1988
|
"peerDependencies": {
|
|
2008
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"
|
|
2009
1990
|
}
|
|
2010
1991
|
},
|
|
2011
|
-
"node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
|
|
2012
|
-
"version": "2.5.3",
|
|
2013
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2014
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2015
|
-
},
|
|
2016
1992
|
"node_modules/@graphql-codegen/schema-ast": {
|
|
2017
|
-
"version": "4.0.
|
|
2018
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.
|
|
2019
|
-
"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==",
|
|
2020
1996
|
"dependencies": {
|
|
2021
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
1997
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
2022
1998
|
"@graphql-tools/utils": "^10.0.0",
|
|
2023
|
-
"tslib": "~2.
|
|
1999
|
+
"tslib": "~2.6.0"
|
|
2024
2000
|
},
|
|
2025
2001
|
"peerDependencies": {
|
|
2026
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"
|
|
2027
2003
|
}
|
|
2028
2004
|
},
|
|
2029
|
-
"node_modules/@graphql-codegen/schema-ast/node_modules/tslib": {
|
|
2030
|
-
"version": "2.5.3",
|
|
2031
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2032
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2033
|
-
},
|
|
2034
2005
|
"node_modules/@graphql-codegen/typed-document-node": {
|
|
2035
|
-
"version": "5.0.
|
|
2036
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-5.0.
|
|
2037
|
-
"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==",
|
|
2038
2009
|
"dependencies": {
|
|
2039
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
2040
|
-
"@graphql-codegen/visitor-plugin-common": "4.
|
|
2010
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
2011
|
+
"@graphql-codegen/visitor-plugin-common": "4.1.2",
|
|
2041
2012
|
"auto-bind": "~4.0.0",
|
|
2042
2013
|
"change-case-all": "1.0.15",
|
|
2043
|
-
"tslib": "~2.
|
|
2014
|
+
"tslib": "~2.6.0"
|
|
2044
2015
|
},
|
|
2045
2016
|
"peerDependencies": {
|
|
2046
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"
|
|
2047
2018
|
}
|
|
2048
2019
|
},
|
|
2049
|
-
"node_modules/@graphql-codegen/typed-document-node/node_modules/tslib": {
|
|
2050
|
-
"version": "2.5.3",
|
|
2051
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2052
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2053
|
-
},
|
|
2054
2020
|
"node_modules/@graphql-codegen/typescript": {
|
|
2055
|
-
"version": "4.0.
|
|
2056
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.0.
|
|
2057
|
-
"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==",
|
|
2058
2024
|
"dependencies": {
|
|
2059
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
2060
|
-
"@graphql-codegen/schema-ast": "^4.0.
|
|
2061
|
-
"@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",
|
|
2062
2028
|
"auto-bind": "~4.0.0",
|
|
2063
|
-
"tslib": "~2.
|
|
2029
|
+
"tslib": "~2.6.0"
|
|
2064
2030
|
},
|
|
2065
2031
|
"peerDependencies": {
|
|
2066
2032
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
2067
2033
|
}
|
|
2068
2034
|
},
|
|
2069
2035
|
"node_modules/@graphql-codegen/typescript-operations": {
|
|
2070
|
-
"version": "4.
|
|
2071
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.
|
|
2072
|
-
"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==",
|
|
2073
2039
|
"dependencies": {
|
|
2074
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
2075
|
-
"@graphql-codegen/typescript": "^4.0.
|
|
2076
|
-
"@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",
|
|
2077
2043
|
"auto-bind": "~4.0.0",
|
|
2078
|
-
"tslib": "~2.
|
|
2044
|
+
"tslib": "~2.6.0"
|
|
2079
2045
|
},
|
|
2080
2046
|
"peerDependencies": {
|
|
2081
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"
|
|
2082
2048
|
}
|
|
2083
2049
|
},
|
|
2084
|
-
"node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": {
|
|
2085
|
-
"version": "2.5.3",
|
|
2086
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2087
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2088
|
-
},
|
|
2089
|
-
"node_modules/@graphql-codegen/typescript/node_modules/tslib": {
|
|
2090
|
-
"version": "2.5.3",
|
|
2091
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2092
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2093
|
-
},
|
|
2094
2050
|
"node_modules/@graphql-codegen/visitor-plugin-common": {
|
|
2095
|
-
"version": "4.
|
|
2096
|
-
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.
|
|
2097
|
-
"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==",
|
|
2098
2054
|
"dependencies": {
|
|
2099
|
-
"@graphql-codegen/plugin-helpers": "^5.0.
|
|
2055
|
+
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
2100
2056
|
"@graphql-tools/optimize": "^2.0.0",
|
|
2101
2057
|
"@graphql-tools/relay-operation-optimizer": "^7.0.0",
|
|
2102
2058
|
"@graphql-tools/utils": "^10.0.0",
|
|
@@ -2105,17 +2061,12 @@
|
|
|
2105
2061
|
"dependency-graph": "^0.11.0",
|
|
2106
2062
|
"graphql-tag": "^2.11.0",
|
|
2107
2063
|
"parse-filepath": "^1.0.2",
|
|
2108
|
-
"tslib": "~2.
|
|
2064
|
+
"tslib": "~2.6.0"
|
|
2109
2065
|
},
|
|
2110
2066
|
"peerDependencies": {
|
|
2111
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"
|
|
2112
2068
|
}
|
|
2113
2069
|
},
|
|
2114
|
-
"node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": {
|
|
2115
|
-
"version": "2.5.3",
|
|
2116
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
|
2117
|
-
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
2118
|
-
},
|
|
2119
2070
|
"node_modules/@graphql-tools/apollo-engine-loader": {
|
|
2120
2071
|
"version": "8.0.0",
|
|
2121
2072
|
"resolved": "https://registry.npmjs.org/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.0.tgz",
|
|
@@ -2154,9 +2105,9 @@
|
|
|
2154
2105
|
}
|
|
2155
2106
|
},
|
|
2156
2107
|
"node_modules/@graphql-tools/apollo-engine-loader/node_modules/@whatwg-node/node-fetch": {
|
|
2157
|
-
"version": "0.5.
|
|
2158
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2159
|
-
"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==",
|
|
2160
2111
|
"dependencies": {
|
|
2161
2112
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2162
2113
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -2280,9 +2231,9 @@
|
|
|
2280
2231
|
}
|
|
2281
2232
|
},
|
|
2282
2233
|
"node_modules/@graphql-tools/executor-http": {
|
|
2283
|
-
"version": "1.0.
|
|
2284
|
-
"resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-1.0.
|
|
2285
|
-
"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==",
|
|
2286
2237
|
"dependencies": {
|
|
2287
2238
|
"@graphql-tools/utils": "^10.0.2",
|
|
2288
2239
|
"@repeaterjs/repeater": "^3.0.4",
|
|
@@ -2320,9 +2271,9 @@
|
|
|
2320
2271
|
}
|
|
2321
2272
|
},
|
|
2322
2273
|
"node_modules/@graphql-tools/executor-http/node_modules/@whatwg-node/node-fetch": {
|
|
2323
|
-
"version": "0.5.
|
|
2324
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2325
|
-
"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==",
|
|
2326
2277
|
"dependencies": {
|
|
2327
2278
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2328
2279
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -2417,9 +2368,9 @@
|
|
|
2417
2368
|
}
|
|
2418
2369
|
},
|
|
2419
2370
|
"node_modules/@graphql-tools/github-loader/node_modules/@whatwg-node/node-fetch": {
|
|
2420
|
-
"version": "0.5.
|
|
2421
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2422
|
-
"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==",
|
|
2423
2374
|
"dependencies": {
|
|
2424
2375
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2425
2376
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -2605,9 +2556,9 @@
|
|
|
2605
2556
|
}
|
|
2606
2557
|
},
|
|
2607
2558
|
"node_modules/@graphql-tools/prisma-loader/node_modules/@whatwg-node/node-fetch": {
|
|
2608
|
-
"version": "0.5.
|
|
2609
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2610
|
-
"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==",
|
|
2611
2562
|
"dependencies": {
|
|
2612
2563
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2613
2564
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -2768,9 +2719,9 @@
|
|
|
2768
2719
|
}
|
|
2769
2720
|
},
|
|
2770
2721
|
"node_modules/@graphql-tools/url-loader/node_modules/@whatwg-node/node-fetch": {
|
|
2771
|
-
"version": "0.5.
|
|
2772
|
-
"resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.
|
|
2773
|
-
"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==",
|
|
2774
2725
|
"dependencies": {
|
|
2775
2726
|
"@kamilkisiela/fast-url-parser": "^1.1.4",
|
|
2776
2727
|
"@whatwg-node/events": "^0.1.0",
|
|
@@ -3593,17 +3544,17 @@
|
|
|
3593
3544
|
}
|
|
3594
3545
|
},
|
|
3595
3546
|
"node_modules/@lenne.tech/nuxt-base": {
|
|
3596
|
-
"version": "3.
|
|
3597
|
-
"resolved": "https://registry.npmjs.org/@lenne.tech/nuxt-base/-/nuxt-base-3.
|
|
3598
|
-
"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==",
|
|
3599
3550
|
"dependencies": {
|
|
3600
|
-
"@apollo/client": "3.9.
|
|
3551
|
+
"@apollo/client": "3.9.5",
|
|
3601
3552
|
"@babel/core": "7.23.9",
|
|
3602
|
-
"@graphql-codegen/cli": "5.0.
|
|
3603
|
-
"@graphql-codegen/client-preset": "4.
|
|
3604
|
-
"@graphql-codegen/typescript": "4.0.
|
|
3605
|
-
"@nuxt/kit": "3.10.
|
|
3606
|
-
"@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",
|
|
3607
3558
|
"@pinia/nuxt": "0.5.1",
|
|
3608
3559
|
"@vue/apollo-composable": "4.0.1",
|
|
3609
3560
|
"gql-query-builder": "3.8.0",
|
|
@@ -3611,9 +3562,9 @@
|
|
|
3611
3562
|
"graphql-tag": "2.12.6",
|
|
3612
3563
|
"graphql-tools": "9.0.0",
|
|
3613
3564
|
"jwt-decode": "3.1.2",
|
|
3614
|
-
"nuxi": "3.10.
|
|
3565
|
+
"nuxi": "3.10.1",
|
|
3615
3566
|
"pinia": "2.1.7",
|
|
3616
|
-
"vue": "3.4.
|
|
3567
|
+
"vue": "3.4.19"
|
|
3617
3568
|
}
|
|
3618
3569
|
},
|
|
3619
3570
|
"node_modules/@mapbox/node-pre-gyp": {
|
|
@@ -4613,25 +4564,25 @@
|
|
|
4613
4564
|
}
|
|
4614
4565
|
},
|
|
4615
4566
|
"node_modules/@nuxt/kit": {
|
|
4616
|
-
"version": "3.10.
|
|
4617
|
-
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.10.
|
|
4618
|
-
"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==",
|
|
4619
4570
|
"dependencies": {
|
|
4620
|
-
"@nuxt/schema": "3.10.
|
|
4621
|
-
"c12": "^1.
|
|
4571
|
+
"@nuxt/schema": "3.10.2",
|
|
4572
|
+
"c12": "^1.7.0",
|
|
4622
4573
|
"consola": "^3.2.3",
|
|
4623
4574
|
"defu": "^6.1.4",
|
|
4624
|
-
"globby": "^14.0.
|
|
4575
|
+
"globby": "^14.0.1",
|
|
4625
4576
|
"hash-sum": "^2.0.0",
|
|
4626
|
-
"ignore": "^5.3.
|
|
4577
|
+
"ignore": "^5.3.1",
|
|
4627
4578
|
"jiti": "^1.21.0",
|
|
4628
4579
|
"knitwork": "^1.0.0",
|
|
4629
4580
|
"mlly": "^1.5.0",
|
|
4630
4581
|
"pathe": "^1.1.2",
|
|
4631
4582
|
"pkg-types": "^1.0.3",
|
|
4632
|
-
"scule": "^1.
|
|
4633
|
-
"semver": "^7.
|
|
4634
|
-
"ufo": "^1.
|
|
4583
|
+
"scule": "^1.3.0",
|
|
4584
|
+
"semver": "^7.6.0",
|
|
4585
|
+
"ufo": "^1.4.0",
|
|
4635
4586
|
"unctx": "^2.3.1",
|
|
4636
4587
|
"unimport": "^3.7.1",
|
|
4637
4588
|
"untyped": "^1.4.2"
|
|
@@ -4640,12 +4591,44 @@
|
|
|
4640
4591
|
"node": "^14.18.0 || >=16.10.0"
|
|
4641
4592
|
}
|
|
4642
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
|
+
},
|
|
4643
4626
|
"node_modules/@nuxt/kit/node_modules/globby": {
|
|
4644
|
-
"version": "14.0.
|
|
4645
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.
|
|
4646
|
-
"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==",
|
|
4647
4630
|
"dependencies": {
|
|
4648
|
-
"@sindresorhus/merge-streams": "^1.0
|
|
4631
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
4649
4632
|
"fast-glob": "^3.3.2",
|
|
4650
4633
|
"ignore": "^5.2.4",
|
|
4651
4634
|
"path-type": "^5.0.0",
|
|
@@ -4682,9 +4665,9 @@
|
|
|
4682
4665
|
}
|
|
4683
4666
|
},
|
|
4684
4667
|
"node_modules/@nuxt/kit/node_modules/semver": {
|
|
4685
|
-
"version": "7.
|
|
4686
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
4687
|
-
"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==",
|
|
4688
4671
|
"dependencies": {
|
|
4689
4672
|
"lru-cache": "^6.0.0"
|
|
4690
4673
|
},
|
|
@@ -4712,9 +4695,9 @@
|
|
|
4712
4695
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
4713
4696
|
},
|
|
4714
4697
|
"node_modules/@nuxt/schema": {
|
|
4715
|
-
"version": "3.10.
|
|
4716
|
-
"resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.10.
|
|
4717
|
-
"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==",
|
|
4718
4701
|
"dependencies": {
|
|
4719
4702
|
"@nuxt/ui-templates": "^1.3.1",
|
|
4720
4703
|
"consola": "^3.2.3",
|
|
@@ -4977,13 +4960,13 @@
|
|
|
4977
4960
|
"integrity": "sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA=="
|
|
4978
4961
|
},
|
|
4979
4962
|
"node_modules/@nuxt/vite-builder": {
|
|
4980
|
-
"version": "3.10.
|
|
4981
|
-
"resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.10.
|
|
4982
|
-
"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==",
|
|
4983
4966
|
"dependencies": {
|
|
4984
|
-
"@nuxt/kit": "3.10.
|
|
4967
|
+
"@nuxt/kit": "3.10.2",
|
|
4985
4968
|
"@rollup/plugin-replace": "^5.0.5",
|
|
4986
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
4969
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
4987
4970
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
4988
4971
|
"autoprefixer": "^10.4.17",
|
|
4989
4972
|
"clear": "^0.1.0",
|
|
@@ -4998,22 +4981,22 @@
|
|
|
4998
4981
|
"get-port-please": "^3.1.2",
|
|
4999
4982
|
"h3": "^1.10.1",
|
|
5000
4983
|
"knitwork": "^1.0.0",
|
|
5001
|
-
"magic-string": "^0.30.
|
|
4984
|
+
"magic-string": "^0.30.7",
|
|
5002
4985
|
"mlly": "^1.5.0",
|
|
5003
4986
|
"ohash": "^1.1.3",
|
|
5004
4987
|
"pathe": "^1.1.2",
|
|
5005
4988
|
"perfect-debounce": "^1.0.0",
|
|
5006
4989
|
"pkg-types": "^1.0.3",
|
|
5007
|
-
"postcss": "^8.4.
|
|
4990
|
+
"postcss": "^8.4.35",
|
|
5008
4991
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
5009
4992
|
"std-env": "^3.7.0",
|
|
5010
4993
|
"strip-literal": "^2.0.0",
|
|
5011
|
-
"ufo": "^1.
|
|
4994
|
+
"ufo": "^1.4.0",
|
|
5012
4995
|
"unenv": "^1.9.0",
|
|
5013
|
-
"unplugin": "^1.
|
|
5014
|
-
"vite": "5.
|
|
4996
|
+
"unplugin": "^1.7.1",
|
|
4997
|
+
"vite": "5.1.1",
|
|
5015
4998
|
"vite-node": "^1.2.2",
|
|
5016
|
-
"vite-plugin-checker": "^0.6.
|
|
4999
|
+
"vite-plugin-checker": "^0.6.4",
|
|
5017
5000
|
"vue-bundle-renderer": "^2.0.0"
|
|
5018
5001
|
},
|
|
5019
5002
|
"engines": {
|
|
@@ -5184,16 +5167,15 @@
|
|
|
5184
5167
|
"dev": true
|
|
5185
5168
|
},
|
|
5186
5169
|
"node_modules/@nuxtjs/tailwindcss": {
|
|
5187
|
-
"version": "6.11.
|
|
5188
|
-
"resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.11.
|
|
5189
|
-
"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==",
|
|
5190
5173
|
"dev": true,
|
|
5191
5174
|
"dependencies": {
|
|
5192
5175
|
"@nuxt/kit": "^3.9.3",
|
|
5193
5176
|
"autoprefixer": "^10.4.17",
|
|
5194
5177
|
"chokidar": "^3.5.3",
|
|
5195
5178
|
"clear-module": "^4.1.2",
|
|
5196
|
-
"colorette": "^2.0.20",
|
|
5197
5179
|
"consola": "^3.2.3",
|
|
5198
5180
|
"defu": "^6.1.4",
|
|
5199
5181
|
"h3": "^1.10.0",
|
|
@@ -6245,9 +6227,9 @@
|
|
|
6245
6227
|
"dev": true
|
|
6246
6228
|
},
|
|
6247
6229
|
"node_modules/@types/node": {
|
|
6248
|
-
"version": "20.11.
|
|
6249
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
6250
|
-
"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==",
|
|
6251
6233
|
"dependencies": {
|
|
6252
6234
|
"undici-types": "~5.26.4"
|
|
6253
6235
|
}
|
|
@@ -7083,9 +7065,9 @@
|
|
|
7083
7065
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
7084
7066
|
},
|
|
7085
7067
|
"node_modules/@vitejs/plugin-vue": {
|
|
7086
|
-
"version": "5.0.
|
|
7087
|
-
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.
|
|
7088
|
-
"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==",
|
|
7089
7071
|
"engines": {
|
|
7090
7072
|
"node": "^18.0.0 || >=20.0.0"
|
|
7091
7073
|
},
|
|
@@ -8626,18 +8608,20 @@
|
|
|
8626
8608
|
}
|
|
8627
8609
|
},
|
|
8628
8610
|
"node_modules/c12": {
|
|
8629
|
-
"version": "1.
|
|
8630
|
-
"resolved": "https://registry.npmjs.org/c12/-/c12-1.
|
|
8631
|
-
"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==",
|
|
8632
8614
|
"dependencies": {
|
|
8633
8615
|
"chokidar": "^3.5.3",
|
|
8634
|
-
"defu": "^6.1.
|
|
8635
|
-
"dotenv": "^16.3.
|
|
8616
|
+
"defu": "^6.1.4",
|
|
8617
|
+
"dotenv": "^16.3.2",
|
|
8636
8618
|
"giget": "^1.2.1",
|
|
8637
8619
|
"jiti": "^1.21.0",
|
|
8638
|
-
"
|
|
8620
|
+
"json5": "^2.2.3",
|
|
8621
|
+
"jsonc-parser": "^3.2.1",
|
|
8622
|
+
"mlly": "^1.5.0",
|
|
8639
8623
|
"ohash": "^1.1.3",
|
|
8640
|
-
"pathe": "^1.1.
|
|
8624
|
+
"pathe": "^1.1.2",
|
|
8641
8625
|
"perfect-debounce": "^1.0.0",
|
|
8642
8626
|
"pkg-types": "^1.0.3",
|
|
8643
8627
|
"rc9": "^2.1.1"
|
|
@@ -8911,15 +8895,9 @@
|
|
|
8911
8895
|
}
|
|
8912
8896
|
},
|
|
8913
8897
|
"node_modules/chokidar": {
|
|
8914
|
-
"version": "3.
|
|
8915
|
-
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.
|
|
8916
|
-
"integrity": "sha512-
|
|
8917
|
-
"funding": [
|
|
8918
|
-
{
|
|
8919
|
-
"type": "individual",
|
|
8920
|
-
"url": "https://paulmillr.com/funding/"
|
|
8921
|
-
}
|
|
8922
|
-
],
|
|
8898
|
+
"version": "3.6.0",
|
|
8899
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
8900
|
+
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
8923
8901
|
"dependencies": {
|
|
8924
8902
|
"anymatch": "~3.1.2",
|
|
8925
8903
|
"braces": "~3.0.2",
|
|
@@ -8932,6 +8910,9 @@
|
|
|
8932
8910
|
"engines": {
|
|
8933
8911
|
"node": ">= 8.10.0"
|
|
8934
8912
|
},
|
|
8913
|
+
"funding": {
|
|
8914
|
+
"url": "https://paulmillr.com/funding/"
|
|
8915
|
+
},
|
|
8935
8916
|
"optionalDependencies": {
|
|
8936
8917
|
"fsevents": "~2.3.2"
|
|
8937
8918
|
}
|
|
@@ -13343,9 +13324,9 @@
|
|
|
13343
13324
|
}
|
|
13344
13325
|
},
|
|
13345
13326
|
"node_modules/jose": {
|
|
13346
|
-
"version": "5.2.
|
|
13347
|
-
"resolved": "https://registry.npmjs.org/jose/-/jose-5.2.
|
|
13348
|
-
"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==",
|
|
13349
13330
|
"funding": {
|
|
13350
13331
|
"url": "https://github.com/sponsors/panva"
|
|
13351
13332
|
}
|
|
@@ -14277,9 +14258,9 @@
|
|
|
14277
14258
|
}
|
|
14278
14259
|
},
|
|
14279
14260
|
"node_modules/magic-string": {
|
|
14280
|
-
"version": "0.30.
|
|
14281
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.
|
|
14282
|
-
"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==",
|
|
14283
14264
|
"dependencies": {
|
|
14284
14265
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
14285
14266
|
},
|
|
@@ -15826,9 +15807,9 @@
|
|
|
15826
15807
|
"integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw=="
|
|
15827
15808
|
},
|
|
15828
15809
|
"node_modules/nuxi": {
|
|
15829
|
-
"version": "3.10.
|
|
15830
|
-
"resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.10.
|
|
15831
|
-
"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==",
|
|
15832
15813
|
"bin": {
|
|
15833
15814
|
"nuxi": "bin/nuxi.mjs",
|
|
15834
15815
|
"nuxi-ng": "bin/nuxi.mjs",
|
|
@@ -15843,24 +15824,24 @@
|
|
|
15843
15824
|
}
|
|
15844
15825
|
},
|
|
15845
15826
|
"node_modules/nuxt": {
|
|
15846
|
-
"version": "3.10.
|
|
15847
|
-
"resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.10.
|
|
15848
|
-
"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==",
|
|
15849
15830
|
"dependencies": {
|
|
15850
15831
|
"@nuxt/devalue": "^2.0.2",
|
|
15851
15832
|
"@nuxt/devtools": "^1.0.8",
|
|
15852
|
-
"@nuxt/kit": "3.10.
|
|
15853
|
-
"@nuxt/schema": "3.10.
|
|
15833
|
+
"@nuxt/kit": "3.10.2",
|
|
15834
|
+
"@nuxt/schema": "3.10.2",
|
|
15854
15835
|
"@nuxt/telemetry": "^2.5.3",
|
|
15855
15836
|
"@nuxt/ui-templates": "^1.3.1",
|
|
15856
|
-
"@nuxt/vite-builder": "3.10.
|
|
15837
|
+
"@nuxt/vite-builder": "3.10.2",
|
|
15857
15838
|
"@unhead/dom": "^1.8.10",
|
|
15858
15839
|
"@unhead/ssr": "^1.8.10",
|
|
15859
15840
|
"@unhead/vue": "^1.8.10",
|
|
15860
|
-
"@vue/shared": "^3.4.
|
|
15841
|
+
"@vue/shared": "^3.4.19",
|
|
15861
15842
|
"acorn": "8.11.3",
|
|
15862
|
-
"c12": "^1.
|
|
15863
|
-
"chokidar": "^3.
|
|
15843
|
+
"c12": "^1.7.0",
|
|
15844
|
+
"chokidar": "^3.6.0",
|
|
15864
15845
|
"cookie-es": "^1.0.0",
|
|
15865
15846
|
"defu": "^6.1.4",
|
|
15866
15847
|
"destr": "^2.0.2",
|
|
@@ -15869,13 +15850,13 @@
|
|
|
15869
15850
|
"escape-string-regexp": "^5.0.0",
|
|
15870
15851
|
"estree-walker": "^3.0.3",
|
|
15871
15852
|
"fs-extra": "^11.2.0",
|
|
15872
|
-
"globby": "^14.0.
|
|
15853
|
+
"globby": "^14.0.1",
|
|
15873
15854
|
"h3": "^1.10.1",
|
|
15874
15855
|
"hookable": "^5.5.3",
|
|
15875
15856
|
"jiti": "^1.21.0",
|
|
15876
15857
|
"klona": "^2.0.6",
|
|
15877
15858
|
"knitwork": "^1.0.0",
|
|
15878
|
-
"magic-string": "^0.30.
|
|
15859
|
+
"magic-string": "^0.30.7",
|
|
15879
15860
|
"mlly": "^1.5.0",
|
|
15880
15861
|
"nitropack": "^2.8.1",
|
|
15881
15862
|
"nuxi": "^3.10.0",
|
|
@@ -15886,19 +15867,19 @@
|
|
|
15886
15867
|
"perfect-debounce": "^1.0.0",
|
|
15887
15868
|
"pkg-types": "^1.0.3",
|
|
15888
15869
|
"radix3": "^1.1.0",
|
|
15889
|
-
"scule": "^1.
|
|
15870
|
+
"scule": "^1.3.0",
|
|
15890
15871
|
"std-env": "^3.7.0",
|
|
15891
15872
|
"strip-literal": "^2.0.0",
|
|
15892
|
-
"ufo": "^1.
|
|
15873
|
+
"ufo": "^1.4.0",
|
|
15893
15874
|
"ultrahtml": "^1.5.2",
|
|
15894
15875
|
"uncrypto": "^0.1.3",
|
|
15895
15876
|
"unctx": "^2.3.1",
|
|
15896
15877
|
"unenv": "^1.9.0",
|
|
15897
15878
|
"unimport": "^3.7.1",
|
|
15898
|
-
"unplugin": "^1.
|
|
15879
|
+
"unplugin": "^1.7.1",
|
|
15899
15880
|
"unplugin-vue-router": "^0.7.0",
|
|
15900
15881
|
"untyped": "^1.4.2",
|
|
15901
|
-
"vue": "^3.4.
|
|
15882
|
+
"vue": "^3.4.19",
|
|
15902
15883
|
"vue-bundle-renderer": "^2.0.0",
|
|
15903
15884
|
"vue-devtools-stub": "^0.1.0",
|
|
15904
15885
|
"vue-router": "^4.2.5"
|
|
@@ -16029,6 +16010,43 @@
|
|
|
16029
16010
|
"@shikijs/core": "1.0.0-beta.3"
|
|
16030
16011
|
}
|
|
16031
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
|
+
},
|
|
16032
16050
|
"node_modules/nuxt/node_modules/escape-string-regexp": {
|
|
16033
16051
|
"version": "5.0.0",
|
|
16034
16052
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -16041,11 +16059,11 @@
|
|
|
16041
16059
|
}
|
|
16042
16060
|
},
|
|
16043
16061
|
"node_modules/nuxt/node_modules/globby": {
|
|
16044
|
-
"version": "14.0.
|
|
16045
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.
|
|
16046
|
-
"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==",
|
|
16047
16065
|
"dependencies": {
|
|
16048
|
-
"@sindresorhus/merge-streams": "^1.0
|
|
16066
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
16049
16067
|
"fast-glob": "^3.3.2",
|
|
16050
16068
|
"ignore": "^5.2.4",
|
|
16051
16069
|
"path-type": "^5.0.0",
|
|
@@ -17045,9 +17063,9 @@
|
|
|
17045
17063
|
}
|
|
17046
17064
|
},
|
|
17047
17065
|
"node_modules/postcss": {
|
|
17048
|
-
"version": "8.4.
|
|
17049
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.
|
|
17050
|
-
"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==",
|
|
17051
17069
|
"funding": [
|
|
17052
17070
|
{
|
|
17053
17071
|
"type": "opencollective",
|
|
@@ -18140,9 +18158,9 @@
|
|
|
18140
18158
|
}
|
|
18141
18159
|
},
|
|
18142
18160
|
"node_modules/rehackt": {
|
|
18143
|
-
"version": "0.0.
|
|
18144
|
-
"resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.
|
|
18145
|
-
"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==",
|
|
18146
18164
|
"peerDependencies": {
|
|
18147
18165
|
"@types/react": "*",
|
|
18148
18166
|
"react": "*"
|
|
@@ -18635,9 +18653,9 @@
|
|
|
18635
18653
|
"integrity": "sha512-MuCAyrGZcTLfQoH2XoBlQ8C6bzwN88XT/0slOGz0pn8+gIP85BOAfYa44ZXQUTOwRwPU0QvgU+V+OSajl/59Xg=="
|
|
18636
18654
|
},
|
|
18637
18655
|
"node_modules/scule": {
|
|
18638
|
-
"version": "1.
|
|
18639
|
-
"resolved": "https://registry.npmjs.org/scule/-/scule-1.
|
|
18640
|
-
"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=="
|
|
18641
18659
|
},
|
|
18642
18660
|
"node_modules/semver": {
|
|
18643
18661
|
"version": "6.3.1",
|
|
@@ -19388,9 +19406,9 @@
|
|
|
19388
19406
|
}
|
|
19389
19407
|
},
|
|
19390
19408
|
"node_modules/strip-literal/node_modules/js-tokens": {
|
|
19391
|
-
"version": "8.0.
|
|
19392
|
-
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.
|
|
19393
|
-
"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=="
|
|
19394
19412
|
},
|
|
19395
19413
|
"node_modules/stylehacks": {
|
|
19396
19414
|
"version": "6.0.2",
|
|
@@ -20465,9 +20483,9 @@
|
|
|
20465
20483
|
}
|
|
20466
20484
|
},
|
|
20467
20485
|
"node_modules/ufo": {
|
|
20468
|
-
"version": "1.
|
|
20469
|
-
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.
|
|
20470
|
-
"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=="
|
|
20471
20489
|
},
|
|
20472
20490
|
"node_modules/ultrahtml": {
|
|
20473
20491
|
"version": "1.5.2",
|
|
@@ -20722,11 +20740,11 @@
|
|
|
20722
20740
|
}
|
|
20723
20741
|
},
|
|
20724
20742
|
"node_modules/unplugin": {
|
|
20725
|
-
"version": "1.
|
|
20726
|
-
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.
|
|
20727
|
-
"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==",
|
|
20728
20746
|
"dependencies": {
|
|
20729
|
-
"acorn": "^8.11.
|
|
20747
|
+
"acorn": "^8.11.3",
|
|
20730
20748
|
"chokidar": "^3.5.3",
|
|
20731
20749
|
"webpack-sources": "^3.2.3",
|
|
20732
20750
|
"webpack-virtual-modules": "^0.6.1"
|
|
@@ -21029,12 +21047,12 @@
|
|
|
21029
21047
|
}
|
|
21030
21048
|
},
|
|
21031
21049
|
"node_modules/vite": {
|
|
21032
|
-
"version": "5.
|
|
21033
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-5.
|
|
21034
|
-
"integrity": "sha512-
|
|
21050
|
+
"version": "5.1.1",
|
|
21051
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz",
|
|
21052
|
+
"integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==",
|
|
21035
21053
|
"dependencies": {
|
|
21036
21054
|
"esbuild": "^0.19.3",
|
|
21037
|
-
"postcss": "^8.4.
|
|
21055
|
+
"postcss": "^8.4.35",
|
|
21038
21056
|
"rollup": "^4.2.0"
|
|
21039
21057
|
},
|
|
21040
21058
|
"bin": {
|
|
@@ -21238,9 +21256,9 @@
|
|
|
21238
21256
|
}
|
|
21239
21257
|
},
|
|
21240
21258
|
"node_modules/vite-plugin-checker/node_modules/semver": {
|
|
21241
|
-
"version": "7.
|
|
21242
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
21243
|
-
"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==",
|
|
21244
21262
|
"dependencies": {
|
|
21245
21263
|
"lru-cache": "^6.0.0"
|
|
21246
21264
|
},
|
|
@@ -21980,9 +21998,9 @@
|
|
|
21980
21998
|
}
|
|
21981
21999
|
},
|
|
21982
22000
|
"node_modules/vscode-languageclient/node_modules/semver": {
|
|
21983
|
-
"version": "7.
|
|
21984
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
21985
|
-
"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==",
|
|
21986
22004
|
"dependencies": {
|
|
21987
22005
|
"lru-cache": "^6.0.0"
|
|
21988
22006
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
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
32
|
"@vee-validate/yup": "4.12.5",
|
|
33
33
|
"@vueuse/core": "10.7.2",
|
|
@@ -46,16 +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
50
|
"@playwright/test": "1.41.2",
|
|
51
51
|
"@tailwindcss/forms": "0.5.7",
|
|
52
52
|
"@tailwindcss/typography": "0.5.10",
|
|
53
|
-
"@types/node": "20.11.
|
|
54
|
-
"@vitejs/plugin-vue": "5.0.
|
|
53
|
+
"@types/node": "20.11.19",
|
|
54
|
+
"@vitejs/plugin-vue": "5.0.4",
|
|
55
55
|
"@vue/test-utils": "2.4.4",
|
|
56
56
|
"eslint": "8.56.0",
|
|
57
57
|
"jsdom": "24.0.0",
|
|
58
|
-
"nuxt": "3.10.
|
|
58
|
+
"nuxt": "3.10.2",
|
|
59
59
|
"nuxt-simple-robots": "4.0.0-rc.14",
|
|
60
60
|
"ts-loader": "9.5.1",
|
|
61
61
|
"typescript": "5.3.3",
|
|
@@ -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