Skip to content

Commit

Permalink
Merge pull request #57 from RyanNerd/external-package-upgrades
Browse files Browse the repository at this point in the history
Updated several 📦 packages to the latest version
  • Loading branch information
RyanNerd authored Oct 23, 2020
2 parents b318f59 + ebac5e7 commit b9390a4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 25 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"bootstrap": "^4.3.1",
"bwip-js": "^2.0.10",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"bootstrap": "^4.5.3",
"bwip-js": "^2.0.11",
"frak": "^3.1.2",
"lodash": ">=4.17.13",
"lodash.template": ">=4.5.0",
"react": "^16.14.0",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.13.1",
"react-new-window": "^0.1.2",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-scripts": "^3.4.4",
"reactn": "^2.2.7",
"typescript": "^3.8.3"
"typescript": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
7 changes: 0 additions & 7 deletions public/bootstrap.min.css

This file was deleted.

5 changes: 0 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="stylesheet"
href="%PUBLIC_URL%/bootstrap.min.css"
rev="4.4.1"
/>
<title>℞Chart</title>
</head>
<body>
Expand Down
5 changes: 3 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React, {setGlobal} from "reactn";
import ReactDOM from 'react-dom';
import 'bootstrap/dist/css/bootstrap.min.css';
import App from './components/App';
import getInitialState from "./utility/getInitialState";
import React, {setGlobal} from "reactn";
import ReactDOM from 'react-dom';

const InitError = () => {
return (
Expand Down

0 comments on commit b9390a4

Please sign in to comment.