Skip to content

Commit

Permalink
Merge pull request #93 from Staffbase/chore-bump-deps
Browse files Browse the repository at this point in the history
chore: bumped deps
  • Loading branch information
maximizeIT authored Jul 15, 2024
2 parents d996922 + f23d4ef commit adb3647
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 258 deletions.
1 change: 1 addition & 0 deletions samples/weather-forecast/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
moduleNameMapper: {
'icons/(.*)\.svg$': '<rootDir>/__mocks__/lazySvgMock.js',
'\\.svg$': '<rootDir>/__mocks__/fileMock.js',
'^axios$': 'axios/dist/node/axios.cjs'
},
testEnvironment: 'jsdom',
};
10 changes: 5 additions & 5 deletions samples/weather-forecast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@staffbase/weather-forecast",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"scripts": {
"start": "webpack serve --open --config webpack.dev.ts",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@staffbase/widget-sdk": "^3.12.8",
"acorn": "^8.12.0",
"axios": "0.21.1",
"axios": "1.7.2",
"date-fns": "^2.23.0",
"dayjs": "1.11.11",
"openweather-apis": "4.5.0",
Expand All @@ -43,7 +43,7 @@
"@rjsf/material-ui": "5.19.1",
"@rjsf/utils": "5.19.1",
"@rjsf/validator-ajv8": "^5.19.1",
"@svgr/webpack": "6.5.1",
"@svgr/webpack": "8.1.0",
"@testing-library/dom": "8.11.1",
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.5",
Expand All @@ -61,7 +61,7 @@
"@typescript-eslint/parser": "5.4.0",
"@ungap/custom-elements": "1.3.0",
"babel-eslint": "10.1.0",
"babel-loader": "^8.2.2",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^9.0.1",
"core-js": "3.37.1",
"eslint": "8.3.0",
Expand All @@ -78,7 +78,7 @@
"typescript": "4.5.2",
"url-loader": "^4.1.1",
"webpack": "^5.92.1",
"webpack-cli": "^4.8.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.5.0",
"webpack-merge": "^5.10.0"
},
Expand Down
Loading

0 comments on commit adb3647

Please sign in to comment.