Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chat-query
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
jaden
chat-query
Commits
553a7038
Commit
553a7038
authored
Jul 07, 2023
by
jaden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix ci
parent
9231395c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
20 deletions
+13
-20
.dockerignore
.dockerignore
+0
-1
package.json
package.json
+4
-4
pnpm-lock.yaml
pnpm-lock.yaml
+9
-15
No files found.
.dockerignore
View file @
553a7038
...
@@ -9,7 +9,6 @@ node_modules
...
@@ -9,7 +9,6 @@ node_modules
coverage
coverage
# next.js
# next.js
.next
out
out
# production
# production
...
...
package.json
View file @
553a7038
...
@@ -17,8 +17,6 @@
...
@@ -17,8 +17,6 @@
"
@monaco-editor/react
"
:
"
^4.4.5
"
,
"
@monaco-editor/react
"
:
"
^4.4.5
"
,
"
@next/font
"
:
"
13.1.6
"
,
"
@next/font
"
:
"
13.1.6
"
,
"
@types/lodash
"
:
"
^4.14.191
"
,
"
@types/lodash
"
:
"
^4.14.191
"
,
"
@types/node
"
:
"
18.11.18
"
,
"
@types/react
"
:
"
18.0.27
"
,
"
@types/react-dom
"
:
"
18.0.10
"
,
"
@types/react-dom
"
:
"
18.0.10
"
,
"
autoprefixer
"
:
"
^10.4.13
"
,
"
autoprefixer
"
:
"
^10.4.13
"
,
"
classnames
"
:
"
^2.3.1
"
,
"
classnames
"
:
"
^2.3.1
"
,
...
@@ -54,15 +52,17 @@
...
@@ -54,15 +52,17 @@
"
styled-components
"
:
"
6.0.0-rc.3
"
,
"
styled-components
"
:
"
6.0.0-rc.3
"
,
"
swr
"
:
"
^2.0.3
"
,
"
swr
"
:
"
^2.0.3
"
,
"
tailwindcss
"
:
"
^3.2.7
"
,
"
tailwindcss
"
:
"
^3.2.7
"
,
"
typescript
"
:
"
4.9.5
"
,
"
unstated-next
"
:
"
^1.1.0
"
"
unstated-next
"
:
"
^1.1.0
"
},
},
"resolutions"
:
{
"resolutions"
:
{
"
postcss
"
:
"
^8.4.14
"
"
postcss
"
:
"
^8.4.14
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@types/node
"
:
"
18.11.18
"
,
"
@types/react
"
:
"
18.0.27
"
,
"
postcss
"
:
"
^8.4.14
"
,
"
postcss
"
:
"
^8.4.14
"
,
"
postcss-nesting
"
:
"
^11.3.0
"
"
postcss-nesting
"
:
"
^11.3.0
"
,
"
typescript
"
:
"
4.9.5
"
},
},
"engines"
:
{
"engines"
:
{
"node"
:
"18"
"node"
:
"18"
...
...
pnpm-lock.yaml
View file @
553a7038
...
@@ -32,12 +32,6 @@ dependencies:
...
@@ -32,12 +32,6 @@ dependencies:
'
@types/lodash'
:
'
@types/lodash'
:
specifier
:
^4.14.191
specifier
:
^4.14.191
version
:
4.14.191
version
:
4.14.191
'
@types/node'
:
specifier
:
18.11.18
version
:
18.11.18
'
@types/react'
:
specifier
:
18.0.27
version
:
18.0.27
'
@types/react-dom'
:
'
@types/react-dom'
:
specifier
:
18.0.10
specifier
:
18.0.10
version
:
18.0.10
version
:
18.0.10
...
@@ -143,20 +137,26 @@ dependencies:
...
@@ -143,20 +137,26 @@ dependencies:
tailwindcss
:
tailwindcss
:
specifier
:
^3.2.7
specifier
:
^3.2.7
version
:
3.2.7(postcss@8.4.14)
version
:
3.2.7(postcss@8.4.14)
typescript
:
specifier
:
4.9.5
version
:
4.9.5
unstated-next
:
unstated-next
:
specifier
:
^1.1.0
specifier
:
^1.1.0
version
:
1.1.0
version
:
1.1.0
devDependencies
:
devDependencies
:
'
@types/node'
:
specifier
:
18.11.18
version
:
18.11.18
'
@types/react'
:
specifier
:
18.0.27
version
:
18.0.27
postcss
:
postcss
:
specifier
:
^8.4.14
specifier
:
^8.4.14
version
:
8.4.14
version
:
8.4.14
postcss-nesting
:
postcss-nesting
:
specifier
:
^11.3.0
specifier
:
^11.3.0
version
:
11.3.0(postcss@8.4.14)
version
:
11.3.0(postcss@8.4.14)
typescript
:
specifier
:
4.9.5
version
:
4.9.5
packages
:
packages
:
...
@@ -2421,11 +2421,9 @@ packages:
...
@@ -2421,11 +2421,9 @@ packages:
/@types/node@18.11.18
:
/@types/node@18.11.18
:
resolution
:
{
integrity
:
sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
}
resolution
:
{
integrity
:
sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
}
dev
:
false
/@types/prop-types@15.7.5
:
/@types/prop-types@15.7.5
:
resolution
:
{
integrity
:
sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
}
resolution
:
{
integrity
:
sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
}
dev
:
false
/@types/react-dom@18.0.10
:
/@types/react-dom@18.0.10
:
resolution
:
{
integrity
:
sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==
}
resolution
:
{
integrity
:
sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==
}
...
@@ -2439,11 +2437,9 @@ packages:
...
@@ -2439,11 +2437,9 @@ packages:
'
@types/prop-types'
:
15.7.5
'
@types/prop-types'
:
15.7.5
'
@types/scheduler'
:
0.16.2
'
@types/scheduler'
:
0.16.2
csstype
:
3.1.1
csstype
:
3.1.1
dev
:
false
/@types/scheduler@0.16.2
:
/@types/scheduler@0.16.2
:
resolution
:
{
integrity
:
sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
}
resolution
:
{
integrity
:
sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
}
dev
:
false
/@typescript-eslint/parser@5.52.0(eslint@8.33.0)(typescript@4.9.5)
:
/@typescript-eslint/parser@5.52.0(eslint@8.33.0)(typescript@4.9.5)
:
resolution
:
{
integrity
:
sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==
}
resolution
:
{
integrity
:
sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==
}
...
@@ -2965,7 +2961,6 @@ packages:
...
@@ -2965,7 +2961,6 @@ packages:
/csstype@3.1.1
:
/csstype@3.1.1
:
resolution
:
{
integrity
:
sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
}
resolution
:
{
integrity
:
sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
}
dev
:
false
/d3-color@3.1.0
:
/d3-color@3.1.0
:
resolution
:
{
integrity
:
sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==
}
resolution
:
{
integrity
:
sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==
}
...
@@ -5984,7 +5979,6 @@ packages:
...
@@ -5984,7 +5979,6 @@ packages:
resolution
:
{
integrity
:
sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
}
resolution
:
{
integrity
:
sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
}
engines
:
{
node
:
'
>=4.2.0'
}
engines
:
{
node
:
'
>=4.2.0'
}
hasBin
:
true
hasBin
:
true
dev
:
false
/ua-parser-js@1.0.35
:
/ua-parser-js@1.0.35
:
resolution
:
{
integrity
:
sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==
}
resolution
:
{
integrity
:
sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment