Skip to content

Commit

Permalink
chore(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 26, 2024
1 parent 27dc410 commit a764892
Show file tree
Hide file tree
Showing 14 changed files with 440 additions and 568 deletions.
2 changes: 1 addition & 1 deletion development/azure-devops-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "The Altinn Studio Team",
"dependencies": {
"axios": "1.7.4",
"axios": "1.7.5",
"cors": "2.8.5",
"express": "4.19.2",
"morgan": "1.10.0",
Expand Down
6 changes: 3 additions & 3 deletions frontend/app-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@studio/hooks": "workspace:^",
"@studio/icons": "workspace:^",
"@studio/pure-functions": "workspace:^",
"axios": "1.7.4",
"axios": "1.7.5",
"classnames": "2.5.1",
"i18next": "23.13.0",
"i18next": "23.14.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.3",
Expand All @@ -24,7 +24,7 @@
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-dev-server": "5.0.4"
},
"license": "3-Clause BSD",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-dev-server": "5.0.4"
},
"license": "3-Clause BSD",
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-dev-server": "5.0.4"
},
"license": "3-Clause BSD",
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"uuid": "10.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
"@chromatic-com/storybook": "1.7.0",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/schema-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jest": "29.7.0"
},
"peerDependencies": {
"axios": "1.7.4",
"axios": "1.7.5",
"classnames": "2.5.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-router-dom": "6.26.1"
},
"devDependencies": {
"@types/react": "18.3.3",
"@types/react": "18.3.4",
"jest": "29.7.0",
"typescript": "5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ux-editor-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "3-Clause BSD",
"main": "index.js",
"peerDependencies": {
"webpack": "5.93.0"
"webpack": "5.94.0"
},
"scripts": {
"test": "jest --maxWorkers=50%"
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ux-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "3-Clause BSD",
"main": "index.js",
"peerDependencies": {
"webpack": "5.93.0"
"webpack": "5.94.0"
},
"scripts": {
"test": "jest --maxWorkers=50%"
Expand Down
2 changes: 1 addition & 1 deletion frontend/resourceadm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-dev-server": "5.0.4"
},
"license": "3-Clause BSD",
Expand Down
4 changes: 2 additions & 2 deletions frontend/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "altinn-studio-internal-stats",
"dependencies": {
"axios": "1.7.4"
"axios": "1.7.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"glob": "10.4.5",
"husky": "9.1.4",
"husky": "9.1.5",
"jsonpointer": "5.0.1",
"lint-staged": "15.2.9",
"prettier": "^3.0.3",
Expand Down
20 changes: 10 additions & 10 deletions frontend/scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@ __metadata:
dependencies:
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
axios: "npm:1.7.4"
axios: "npm:1.7.5"
eslint: "npm:8.57.0"
eslint-plugin-import: "npm:2.29.1"
glob: "npm:10.4.5"
husky: "npm:9.1.4"
husky: "npm:9.1.5"
jsonpointer: "npm:5.0.1"
lint-staged: "npm:15.2.9"
prettier: "npm:^3.0.3"
Expand Down Expand Up @@ -526,14 +526,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.4":
version: 1.7.4
resolution: "axios@npm:1.7.4"
"axios@npm:1.7.5":
version: 1.7.5
resolution: "axios@npm:1.7.5"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/7a1429be1e3d0c2e1b96d4bba4d113efbfabc7c724bed107beb535c782c7bea447ff634886b0c7c43395a264d085450d009eb1154b5f38a8bae49d469fdcbc61
checksum: 10/6cbcfe943a84089f420a900a3a3aeb54ee94dcc9c2b81b150434896357be5d1079eff0b1bbb628597371e79f896b1bc5776df04184756ba99656ff31df9a75bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -1469,12 +1469,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:9.1.4":
version: 9.1.4
resolution: "husky@npm:9.1.4"
"husky@npm:9.1.5":
version: 9.1.5
resolution: "husky@npm:9.1.5"
bin:
husky: bin.js
checksum: 10/c43aa7cbf98246d4f347bc3da807049555b5003af7c6e1658c5cea44a9743b4d0683c72973a4fe02a4ccceb81031a664ecaa7a1a86efe4d37a80a0af17c988ea
checksum: 10/21a3036dd03141c41347693bde301c62502b4e3bffb87310e7e42b3011c2e55691af2e4a9a5f39bd94e6b1d69e3cfc26ec636d8e164e19737b26f11c556caf10
languageName: node
linkType: hard

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"@digdir/designsystemet-css": "0.10.0",
"@digdir/designsystemet-react": "0.63.0",
"@digdir/designsystemet-theme": "0.15.3",
"@microsoft/applicationinsights-react-js": "17.3.0",
"@microsoft/applicationinsights-react-js": "17.3.1",
"@microsoft/applicationinsights-web": "3.3.1",
"@microsoft/signalr": "8.0.7",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query-devtools": "5.51.23",
"@tanstack/react-query": "5.52.1",
"@tanstack/react-query-devtools": "5.52.1",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"i18next": "23.13.0",
"i18next": "23.14.0",
"identity-obj-proxy": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -24,18 +24,18 @@
"react-toastify": "10.0.5"
},
"devDependencies": {
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@svgr/webpack": "8.1.0",
"@swc/core": "1.7.11",
"@swc/core": "1.7.14",
"@swc/jest": "0.2.36",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/css-modules": "1.0.5",
"@types/jest": "29.5.12",
"@types/react": "18.3.3",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand All @@ -49,27 +49,27 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.3.0",
"glob": "10.4.5",
"husky": "9.1.4",
"husky": "9.1.5",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fail-on-console": "3.3.0",
"jest-junit": "16.0.0",
"lint-staged": "15.2.9",
"mini-css-extract-plugin": "2.9.0",
"mini-css-extract-plugin": "2.9.1",
"prettier": "3.3.3",
"source-map-loader": "5.0.0",
"swc-loader": "0.2.6",
"terser-webpack-plugin": "5.3.10",
"typescript": "5.5.4",
"typescript-plugin-css-modules": "5.1.0",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"whatwg-fetch": "3.6.20"
},
"resolutions": {
"@testing-library/dom": "10.4.0",
"@babel/traverse": "7.25.3"
"@babel/traverse": "7.25.4"
},
"lint-staged": {
"*{js,jsx,tsx,ts,css,md}": "prettier -w",
Expand Down
Loading

0 comments on commit a764892

Please sign in to comment.