Skip to content

Commit

Permalink
Merge branch 'latest' into lite-atianalytics-script
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore108 committed Oct 17, 2024
2 parents 8456020 + 96e4070 commit 81e87b6
Show file tree
Hide file tree
Showing 44 changed files with 146 additions and 155 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/fsevents-patch-6b67494872-10.zip
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@
"winston": "patch:[email protected]#./patches/winston-file-descriptor.patch"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/eslint-parser": "7.25.7",
"@babel/plugin-proposal-export-default-from": "7.25.7",
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@babel/plugin-proposal-export-default-from": "7.25.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-throw-expressions": "7.25.7",
"@babel/plugin-proposal-throw-expressions": "7.25.8",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@babel/runtime": "7.25.7",
Expand Down Expand Up @@ -185,7 +185,7 @@
"@types/node-fetch": "^2.6.11",
"@types/ramda": "0.30.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"@types/react-helmet": "6.1.11",
"@types/react-lazyload": "^3.2.0",
"@types/react-router-dom": "5.3.3",
Expand Down Expand Up @@ -250,7 +250,7 @@
"ts-loader": "9.5.1",
"typescript": "5.4.5",
"wait-on": "8.0.0",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions ws-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test:e2e:interactive": "yarn stop && yarn build && run-p --race start cypress:interactive -- --e2e"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/plugin-proposal-export-default-from": "7.25.7",
"@babel/core": "7.25.8",
"@babel/plugin-proposal-export-default-from": "7.25.8",
"@babel/preset-react": "7.25.7",
"@emotion/babel-plugin": "11.11.0",
"@emotion/jest": "^11.11.0",
Expand Down
Loading

0 comments on commit 81e87b6

Please sign in to comment.