Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfendeksilverstripe committed Feb 14, 2024
1 parent 8f1aec6 commit 2f816c4
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 289 deletions.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,40 +49,42 @@
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.20.0",
"@silverstripe/eslint-config": "^1.1.0",
"@silverstripe/webpack-config": "^2.0.0",
"babel-jest": "^29.3.0",
"babel-loader": "^9.1.3",
"core-js": "^3.36.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"jest-cli": "^29.3.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"apollo-client": "^2.4.2",
"babel-polyfill": "6.7.4",
"bootstrap": "^4.3.1",
"classnames": "^2.2.5",
"graphql": "^14.0.0",
"@apollo/client": "^3.7.1",
"bootstrap": "^4.6.2",
"classnames": "^2.3.2",
"graphql": "^16.6.0",
"graphql-fragments": "^0.1.0",
"graphql-tag": "^2.10.0",
"griddle-react": "^0.8.2",
"griddle-react": "^1.13.1",
"jquery": "^3.5.0",
"moment": "^2.21.0",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"react": "16.8.6",
"react-apollo": "^2.1.11",
"react-dom": "^16.6.1",
"react-redux": "^4.4.5",
"react-resize-aware": "^2.7.1",
"react-router": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-resize-aware": "^3.1.2",
"react-router": "^6.7",
"react-router-redux": "^4.0.5",
"reactstrap": "^6.4.0",
"redux": "^3.3.1",
"uuid": "^3.2.1"
"reactstrap": "^8.9.0",
"redux": "^4.2.0",
"uuid": "^9.0.1"
},
"browserslist": [
"defaults"
Expand Down
Loading

0 comments on commit 2f816c4

Please sign in to comment.