Skip to content

Commit

Permalink
[polish] dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
Soecka committed Sep 13, 2024
1 parent 9d9cdbb commit 61ec37f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"mobx-react": "^9.1.1",
"mobx-restful": "^1.0.1",
"mobx-restful-table": "^2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-bootstrap-editor": "^2.0.4",
"react-editor-js": "^2.1.0",
Expand All @@ -45,12 +45,12 @@
"@parcel/transformer-webmanifest": "~2.12.0",
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"buffer": "^6.0.3",
"eslint": "9.10.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ serviceWorker?.addEventListener('controllerchange', () =>
window.location.reload()
);

const root = createRoot(document.getElementById('app'));

root.render(<PageFrame />);
createRoot(document.querySelector('#app')).render(<PageFrame />);

0 comments on commit 61ec37f

Please sign in to comment.