Skip to content

Commit adb3647

Browse files
authored
Merge pull request #93 from Staffbase/chore-bump-deps
chore: bumped deps
2 parents d996922 + f23d4ef commit adb3647

3 files changed

Lines changed: 364 additions & 258 deletions

File tree

samples/weather-forecast/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
moduleNameMapper: {
55
'icons/(.*)\.svg$': '<rootDir>/__mocks__/lazySvgMock.js',
66
'\\.svg$': '<rootDir>/__mocks__/fileMock.js',
7+
'^axios$': 'axios/dist/node/axios.cjs'
78
},
89
testEnvironment: 'jsdom',
910
};

samples/weather-forecast/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@staffbase/weather-forecast",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"scripts": {
66
"start": "webpack serve --open --config webpack.dev.ts",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@staffbase/widget-sdk": "^3.12.8",
2121
"acorn": "^8.12.0",
22-
"axios": "0.21.1",
22+
"axios": "1.7.2",
2323
"date-fns": "^2.23.0",
2424
"dayjs": "1.11.11",
2525
"openweather-apis": "4.5.0",
@@ -43,7 +43,7 @@
4343
"@rjsf/material-ui": "5.19.1",
4444
"@rjsf/utils": "5.19.1",
4545
"@rjsf/validator-ajv8": "^5.19.1",
46-
"@svgr/webpack": "6.5.1",
46+
"@svgr/webpack": "8.1.0",
4747
"@testing-library/dom": "8.11.1",
4848
"@testing-library/jest-dom": "5.15.0",
4949
"@testing-library/react": "12.1.5",
@@ -61,7 +61,7 @@
6161
"@typescript-eslint/parser": "5.4.0",
6262
"@ungap/custom-elements": "1.3.0",
6363
"babel-eslint": "10.1.0",
64-
"babel-loader": "^8.2.2",
64+
"babel-loader": "^9.1.3",
6565
"copy-webpack-plugin": "^9.0.1",
6666
"core-js": "3.37.1",
6767
"eslint": "8.3.0",
@@ -78,7 +78,7 @@
7878
"typescript": "4.5.2",
7979
"url-loader": "^4.1.1",
8080
"webpack": "^5.92.1",
81-
"webpack-cli": "^4.8.0",
81+
"webpack-cli": "^5.1.4",
8282
"webpack-dev-server": "^4.5.0",
8383
"webpack-merge": "^5.10.0"
8484
},

0 commit comments

Comments
 (0)