Skip to content

Commit 15efd79

Browse files
committed
Merge branch 'main' into update-xterm
2 parents 1f3645e + b1ec463 commit 15efd79

File tree

10 files changed

+1334
-1919
lines changed

10 files changed

+1334
-1919
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,8 @@ jobs:
965965
id: review
966966
uses: actions/dependency-review-action@v4.3.2
967967
with:
968-
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
969-
allow-dependencies-licenses: "pkg:golang/github.com/coder/wgtunnel@0.1.13-0.20240522110300-ade90dfb2da0, pkg:npm/pako@1.0.11"
968+
allow-licenses: Apache-2.0, 0BSD, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
969+
allow-dependencies-licenses: "pkg:golang/github.com/coder/wgtunnel@0.1.13-0.20240522110300-ade90dfb2da0, pkg:npm/pako@1.0.11, pkg:npm/caniuse-lite@1.0.30001639"
970970
license-check: true
971971
vulnerability-check: false
972972
- name: "Report"

offlinedocs/package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "coder-docs-generator",
3-
"version": "0.1.0",
43
"private": true,
54
"scripts": {
65
"dev": "pnpm copy-images && next dev",
@@ -14,29 +13,27 @@
1413
"format:check": "prettier --cache --check './**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'"
1514
},
1615
"dependencies": {
17-
"@chakra-ui/react": "2.8.0",
18-
"@emotion/react": "11",
19-
"@emotion/styled": "11",
16+
"@chakra-ui/react": "2.8.2",
17+
"@emotion/react": "11.11.4",
18+
"@emotion/styled": "11.11.5",
2019
"@types/lodash": "4.14.196",
2120
"archiver": "6.0.0",
22-
"framer-motion": "10",
21+
"framer-motion": "^10.17.6",
2322
"front-matter": "4.0.2",
24-
"fs-extra": "11.2.0",
2523
"lodash": "4.17.21",
26-
"next": "14.0.1",
27-
"react": "18.2.0",
28-
"react-dom": "18.2.0",
24+
"next": "14.2.4",
25+
"react": "18.3.1",
26+
"react-dom": "18.3.1",
2927
"react-icons": "4.12.0",
3028
"react-markdown": "9.0.1",
3129
"rehype-raw": "7.0.0",
3230
"remark-gfm": "4.0.0"
3331
},
3432
"devDependencies": {
35-
"@react-native-community/eslint-config": "3.2.0",
36-
"@react-native-community/eslint-plugin": "1.3.0",
33+
"@types/lodash": "4.14.196",
3734
"@types/node": "18.19.0",
38-
"@types/react": "18.2.17",
39-
"@types/react-dom": "18.2.7",
35+
"@types/react": "18.3.3",
36+
"@types/react-dom": "18.3.0",
4037
"eslint": "8.56.0",
4138
"eslint-config-next": "14.0.1",
4239
"prettier": "3.1.0",

0 commit comments

Comments
 (0)