Skip to content

Commit 80f603c

Browse files
committed
update dependencies
1 parent db88271 commit 80f603c

File tree

32 files changed

+3662
-5145
lines changed

32 files changed

+3662
-5145
lines changed

examples/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"typescript": "^5.1.6",
12+
"typescript": "^5.2.2",
1313
"vite": "^4.4.9"
1414
},
1515
"dependencies": {

examples/getting-started/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@orgajs/reorg": "4.0.0",
15-
"@orgajs/reorg-rehype": "4.0.0",
16-
"rehype-stringify": "^9.0.3",
14+
"@orgajs/reorg": "workspace:*",
15+
"@orgajs/reorg-rehype": "workspace:*",
16+
"rehype-stringify": "^9.0.4",
1717
"unified": "10.1.2",
1818
"unified-stream": "^2.0.0"
1919
}

examples/next-with-app-dir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"next": "13.4.3",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
21-
"rehype-pretty-code": "^0.9.5",
21+
"rehype-pretty-code": "^0.9.11",
2222
"typescript": "5.0.4"
2323
}
2424
}

examples/next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"@orgajs/loader": "workspace:^",
1212
"@orgajs/next": "workspace:^",
1313
"@orgajs/react": "workspace:^",
14-
"eslint-config-next": "^13.4.3",
15-
"next": "^13.4.3",
14+
"eslint-config-next": "^13.4.19",
15+
"next": "^13.4.19",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^18.2.6",
21-
"@types/react-dom": "^18.2.4"
20+
"@types/react": "^18.2.21",
21+
"@types/react-dom": "^18.2.7"
2222
}
2323
}

examples/webpack/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"start": "webpack serve"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "^7.21.8",
13-
"@babel/preset-env": "^7.21.5",
14-
"@babel/preset-react": "^7.18.6",
12+
"@babel/core": "^7.22.11",
13+
"@babel/preset-env": "^7.22.14",
14+
"@babel/preset-react": "^7.22.5",
1515
"@orgajs/loader": "workspace:^",
16-
"babel-loader": "^9.1.2",
16+
"babel-loader": "^9.1.3",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
19-
"webpack": "^5.83.1",
20-
"webpack-cli": "^5.0.2",
21-
"webpack-dev-server": "^4.13.3"
19+
"webpack": "^5.88.2",
20+
"webpack-cli": "^5.1.4",
21+
"webpack-dev-server": "^4.15.1"
2222
}
2323
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"name": "orgajs",
33
"private": true,
44
"devDependencies": {
5-
"@babel/core": "^7.21.8",
6-
"@babel/plugin-syntax-jsx": "^7.21.4",
7-
"@babel/preset-react": "^7.18.6",
8-
"@changesets/cli": "^2.26.1",
9-
"@typescript-eslint/eslint-plugin": "^5.59.6",
10-
"@typescript-eslint/parser": "^5.59.6",
11-
"chalk": "^4.1.0",
5+
"@babel/core": "^7.22.11",
6+
"@babel/plugin-syntax-jsx": "^7.22.5",
7+
"@babel/preset-react": "^7.22.5",
8+
"@changesets/cli": "^2.26.2",
9+
"@typescript-eslint/eslint-plugin": "^5.62.0",
10+
"@typescript-eslint/parser": "^5.62.0",
11+
"chalk": "^4.1.2",
1212
"cross-env": "^7.0.3",
13-
"eslint": "^8.41.0",
14-
"eslint-config-prettier": "^8.8.0",
15-
"eslint-import-resolver-typescript": "^3.5.5",
16-
"eslint-plugin-import": "^2.27.5",
13+
"eslint": "^8.48.0",
14+
"eslint-config-prettier": "^8.10.0",
15+
"eslint-import-resolver-typescript": "^3.6.0",
16+
"eslint-plugin-import": "^2.28.1",
1717
"eslint-plugin-prettier": "^4.2.1",
18-
"eslint-plugin-react": "^7.32.2",
19-
"husky": "^7.0.2",
20-
"lint-staged": "^13.2.2",
21-
"prettier": "^2.3.2",
22-
"turbo": "^1.9.6",
23-
"typescript": "^5.0.4"
18+
"eslint-plugin-react": "^7.33.2",
19+
"husky": "^7.0.4",
20+
"lint-staged": "^13.3.0",
21+
"prettier": "^2.8.8",
22+
"turbo": "^1.10.13",
23+
"typescript": "^5.2.2"
2424
},
2525
"scripts": {
2626
"clean": "turbo run clean --filter='./packages/*'",

packages/astro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"directory": "packages/astro"
2929
},
3030
"dependencies": {
31-
"@orgajs/metadata": "workspace:2.0.0",
31+
"@orgajs/metadata": "workspace:*",
3232
"@orgajs/rollup": "workspace:^",
3333
"estree-util-visit": "^1.2.1",
3434
"source-map": "^0.7.4"
@@ -37,7 +37,7 @@
3737
"@orgajs/orgx": "workspace:^",
3838
"@types/estree": "^1.0.1",
3939
"@types/estree-jsx": "^1.0.0",
40-
"astro": "^2.5.0",
40+
"astro": "^2.10.15",
4141
"unified": "^10.1.2"
4242
}
4343
}

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"@codemirror/language": "^6.9.0",
30-
"@codemirror/view": "^6.16.0",
30+
"@codemirror/view": "^6.17.1",
3131
"@lezer/highlight": "^1.1.6",
3232
"@orgajs/cm-lang": "workspace:^"
3333
},

packages/estree-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"build": "tsc --build"
2020
},
2121
"dependencies": {
22-
"astring": "^1.7.5"
22+
"astring": "^1.8.6"
2323
}
2424
}

packages/gatsby-plugin-orga/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@
2525
"react-dom": "^18.0.0"
2626
},
2727
"dependencies": {
28-
"@orgajs/estree-jsx": "4.0.0",
28+
"@orgajs/estree-jsx": "workspace:*",
2929
"@orgajs/loader": "workspace:^",
3030
"@orgajs/metadata": "workspace:*",
3131
"@orgajs/orgx": "workspace:*",
32-
"@orgajs/react": "^4.0.0",
33-
"@orgajs/rehype-latex": "1.0.2",
34-
"dataloader": "^2.0.0",
32+
"@orgajs/react": "workspace:^",
33+
"@orgajs/rehype-latex": "workspace:*",
34+
"dataloader": "^2.2.2",
3535
"estree-walker": "3.0.3",
3636
"gatsby-core-utils": "^2.15.0",
37-
"loader-utils": "^2.0.0"
37+
"loader-utils": "^2.0.4"
3838
},
3939
"devDependencies": {
4040
"@types/estree": "^1.0.1",
4141
"@types/estree-jsx": "^1.0.0",
42-
"@types/node": "^20.2.1",
43-
"@types/react": "^18.2.6",
44-
"@types/react-dom": "^18.2.4",
42+
"@types/node": "^20.5.7",
43+
"@types/react": "^18.2.21",
44+
"@types/react-dom": "^18.2.7",
4545
"@types/unist": "2.0.6",
46-
"gatsby": "^5.10.0",
47-
"typescript": "^5.0.4",
46+
"gatsby": "^5.12.3",
47+
"typescript": "^5.2.2",
4848
"unified": "10.1.2"
4949
}
5050
}

0 commit comments

Comments
 (0)