Skip to content

Commit

Permalink
build: upgrade TypeScript to v5 and DocuSaurus to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Dec 19, 2023
1 parent 2e86938 commit a423626
Show file tree
Hide file tree
Showing 5 changed files with 3,240 additions and 1,487 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"parcel": "^2.0.0",
"process": "^0.11.10",
"typescript": "3.9.10"
"typescript": "^5.3.3"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"cypress": "13.6.1",
"lerna": "4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsdx": "0.14.1",
"typescript": "3.9.10",
"typescript-plugin-css-modules": "3.4.0"
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^3.4.0"
},
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ReactDOM.render(<App />, document.getElementById('root'))

### Preparing the context

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

```diff
import React from 'react';
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@consent-manager/integration-vimeo": "^2.0.0-next.2",
"@consent-manager/integration-youtube": "^2.0.0-next.2",
"@consent-manager/interface-default": "^2.0.0-next.2",
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "1.6.22",
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@mdx-js/react": "3.0.0",
"@u-wave/react-vimeo": "0.9.10",
"clsx": "2.0.0",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit a423626

Please sign in to comment.