Skip to content

Commit

Permalink
Apply many minor/patch upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison committed Dec 31, 2023
1 parent 19fc8a5 commit 9f143d4
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 411 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@
"publish:experimental": "Be sure to run with npm, not yarn."
},
"devDependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/plugin-transform-runtime": "^7.22.7",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.18.6",
"@testing-library/react": "^14.0.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/cookies": "^0.7.7",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/cookies": "^0.7.10",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/jest": "^29.5.2",
"@types/keygrip": "^1.0.2",
"@types/set-cookie-parser": "^2.4.2",
"@types/keygrip": "^1.0.6",
"@types/set-cookie-parser": "^2.4.7",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"babel-jest": "^29.6.1",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.31.1",
"core-js": "^3.35.0",
"datwd": "^0.2.0",
"dts-bundle-generator": "^8.0.1",
"eslint": "^8.20.0",
Expand All @@ -83,7 +83,7 @@
"jscodeshift": "^0.15.0",
"lodash": "^4.17.21",
"mockdate": "^3.0.2",
"moment": "^2.29.4",
"moment": "^2.30.1",
"next": "~13.3.0",
"next-test-api-route-handler": "^3.1.6",
"npm-run-all": "^4.1.5",
Expand All @@ -93,13 +93,13 @@
"react-test-renderer": "^18.2.0",
"regenerator-runtime": "^0.13.9",
"set-cookie-parser": "^2.5.0",
"source-map-loader": "^4.0.1",
"source-map-loader": "^4.0.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.3",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.1.6",
"typescript": "^5.3.3",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"yargs": "^17.7.2"
Expand Down Expand Up @@ -130,7 +130,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.6",
"@babel/runtime": "^7.23.7",
"cookies": "^0.8.0",
"hoist-non-react-statics": "^3.3.2"
},
Expand Down
Loading

0 comments on commit 9f143d4

Please sign in to comment.