Commit 553a7038 authored by jaden's avatar jaden

fix: fix ci

parent 9231395c
......@@ -9,7 +9,6 @@ node_modules
coverage
# next.js
.next
out
# production
......
......@@ -17,8 +17,6 @@
"@monaco-editor/react": "^4.4.5",
"@next/font": "13.1.6",
"@types/lodash": "^4.14.191",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"classnames": "^2.3.1",
......@@ -54,15 +52,17 @@
"styled-components": "6.0.0-rc.3",
"swr": "^2.0.3",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5",
"unstated-next": "^1.1.0"
},
"resolutions": {
"postcss": "^8.4.14"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"postcss": "^8.4.14",
"postcss-nesting": "^11.3.0"
"postcss-nesting": "^11.3.0",
"typescript": "4.9.5"
},
"engines": {
"node": "18"
......
......@@ -32,12 +32,6 @@ dependencies:
'@types/lodash':
specifier: ^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':
specifier: 18.0.10
version: 18.0.10
......@@ -143,20 +137,26 @@ dependencies:
tailwindcss:
specifier: ^3.2.7
version: 3.2.7(postcss@8.4.14)
typescript:
specifier: 4.9.5
version: 4.9.5
unstated-next:
specifier: ^1.1.0
version: 1.1.0
devDependencies:
'@types/node':
specifier: 18.11.18
version: 18.11.18
'@types/react':
specifier: 18.0.27
version: 18.0.27
postcss:
specifier: ^8.4.14
version: 8.4.14
postcss-nesting:
specifier: ^11.3.0
version: 11.3.0(postcss@8.4.14)
typescript:
specifier: 4.9.5
version: 4.9.5
packages:
......@@ -2421,11 +2421,9 @@ packages:
/@types/node@18.11.18:
resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==}
dev: false
/@types/prop-types@15.7.5:
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
dev: false
/@types/react-dom@18.0.10:
resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==}
......@@ -2439,11 +2437,9 @@ packages:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.2
csstype: 3.1.1
dev: false
/@types/scheduler@0.16.2:
resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==}
dev: false
/@typescript-eslint/parser@5.52.0(eslint@8.33.0)(typescript@4.9.5):
resolution: {integrity: sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==}
......@@ -2965,7 +2961,6 @@ packages:
/csstype@3.1.1:
resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==}
dev: false
/d3-color@3.1.0:
resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
......@@ -5984,7 +5979,6 @@ packages:
resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: false
/ua-parser-js@1.0.35:
resolution: {integrity: sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment