Skip to content

Commit

Permalink
Bump all libraries (#376)
Browse files Browse the repository at this point in the history
* Bump all libraries

* Revert to react 16
  • Loading branch information
rkuykendall committed Sep 21, 2021
1 parent ce5fb78 commit 370f6e2
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 165 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"analyze": "source-map-explorer 'dist/*.js'",
"build": "tsdx build",
"deploy": "np",
"format": "tsdx lint --fix",
"lint": "tsdx lint",
"format": "tsdx lint --fix src test",
"lint": "tsdx lint src test",
"prepublishOnly": "tsdx build",
"preversion": "npm run lint",
"start": "tsdx watch",
Expand Down Expand Up @@ -66,32 +66,32 @@
"resolutions": {},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.9",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.13",
"@types/lodash": "^4.14.161",
"@types/numeral": "^2.0.1",
"@types/react": "17.0.6",
"babel-jest": "^26.3.0",
"coveralls": "^3.1.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.173",
"@types/numeral": "^2.0.2",
"@types/react": "17.0.22",
"babel-jest": "^27.2.1",
"coveralls": "^3.1.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"lodash": "4.17.21",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"np": "^5.1.0",
"numeral": "^2.0.6",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^16",
"react-dom": "^16",
"source-map-explorer": "^2.5.0",
"tsdx": "^0.14.1"
},
"dependencies": {
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"decimal.js": "^10.1.1",
"date-fns": "^2.24.0",
"decimal.js": "^10.3.1",
"fast-memoize": "^2.5.2",
"html-react-parser": "1.2.6",
"html-react-parser": "1.3.0",
"iso8601-duration": "^1.1.7",
"moment": "^2.24.0",
"numeral": "^2.0.6"
Expand Down
Loading

0 comments on commit 370f6e2

Please sign in to comment.