Skip to content

Commit a423626

Browse files
committed
build: upgrade TypeScript to v5 and DocuSaurus to v3
1 parent 2e86938 commit a423626

5 files changed

Lines changed: 3240 additions & 1487 deletions

File tree

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"react-router-dom": "^5.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/react": "18.2.18",
19-
"@types/react-dom": "18.2.7",
18+
"@types/react": "18.2.45",
19+
"@types/react-dom": "18.2.18",
2020
"parcel": "^2.0.0",
2121
"process": "^0.11.10",
22-
"typescript": "3.9.10"
22+
"typescript": "^5.3.3"
2323
},
2424
"browserslist": "> 0.5%, last 2 versions, not dead"
2525
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@babel/helper-explode-assignable-expression": "^7.18.6",
3131
"@changesets/changelog-github": "0.5.0",
3232
"@changesets/cli": "2.27.1",
33-
"@types/react": "18.2.18",
34-
"@types/react-dom": "18.2.7",
33+
"@types/react": "18.2.45",
34+
"@types/react-dom": "18.2.18",
3535
"cypress": "13.6.1",
3636
"lerna": "4.0.0",
3737
"react": "18.2.0",
3838
"react-dom": "18.2.0",
3939
"tsdx": "0.14.1",
40-
"typescript": "3.9.10",
41-
"typescript-plugin-css-modules": "3.4.0"
40+
"typescript": "^5.3.3",
41+
"typescript-plugin-css-modules": "^3.4.0"
4242
},
4343
"workspaces": [
4444
"packages/*",

packages/docs/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ReactDOM.render(<App />, document.getElementById('root'))
2727

2828
### Preparing the context
2929

30-
Wrap your application with the [<ConsentManager/> provider](provider.md).
30+
Wrap your application with the [&lt;ConsentManager/> provider](provider.md).
3131

3232
```diff
3333
import React from 'react';

packages/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"@consent-manager/integration-vimeo": "^2.0.0-next.2",
4949
"@consent-manager/integration-youtube": "^2.0.0-next.2",
5050
"@consent-manager/interface-default": "^2.0.0-next.2",
51-
"@docusaurus/core": "2.4.3",
52-
"@docusaurus/preset-classic": "2.4.3",
53-
"@mdx-js/react": "1.6.22",
51+
"@docusaurus/core": "3.0.1",
52+
"@docusaurus/preset-classic": "3.0.1",
53+
"@mdx-js/react": "3.0.0",
5454
"@u-wave/react-vimeo": "0.9.10",
5555
"clsx": "2.0.0",
5656
"react": "18.2.0",

0 commit comments

Comments
 (0)