Skip to content

Commit

Permalink
fix(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 844b3b1 commit e3efc1d
Show file tree
Hide file tree
Showing 24 changed files with 183 additions and 183 deletions.
160 changes: 80 additions & 80 deletions .yarn/releases/yarn-4.5.2.cjs → .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ enableTelemetry: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
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.7",
"axios": "1.7.8",
"cors": "2.8.5",
"express": "4.21.1",
"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 @@ -14,13 +14,13 @@
"@studio/hooks": "workspace:^",
"@studio/icons": "workspace:^",
"@studio/pure-functions": "workspace:^",
"axios": "1.7.7",
"axios": "1.7.8",
"classnames": "2.5.1",
"i18next": "23.16.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.1.1",
"react-router-dom": "6.27.0"
"react-i18next": "15.1.2",
"react-router-dom": "6.28.0"
},
"devDependencies": {
"cross-env": "7.0.3",
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 @@ -11,7 +11,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.27.0"
"react-router-dom": "6.28.0"
},
"devDependencies": {
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.27.0"
"react-router-dom": "6.28.0"
},
"devDependencies": {
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/components",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-content-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/content-library",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"version": "0.1.0",
"main": "./src/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-feedback-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/feedback-form",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"version": "0.1.0",
"main": "./src/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/hooks",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/icons",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-pure-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/pure-functions",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/policy-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "index.ts",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"test": "jest"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/process-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "index.ts",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"test": "jest"
},
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.7",
"axios": "1.7.8",
"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 @@ -7,7 +7,7 @@
"qs": "6.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.27.0"
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@types/react": "18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion frontend/resourceadm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.27.0"
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/resourceadm/testing/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playwright-resourceadm",
"private": true,
"version": "1.0.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"dependencies": {
"dotenv": "^16.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altinn-studio-internal-stats",
"dependencies": {
"axios": "1.7.7"
"axios": "1.7.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand All @@ -17,7 +17,7 @@
"tsconfig-paths": "^4.2.0",
"typescript": "5.7.2"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"private": true,
"scripts": {
"generate-config-coverage-stats": "node -r ts-node/register/transpile-only -r tsconfig-paths/register configurationStats/run.ts",
Expand Down
16 changes: 8 additions & 8 deletions frontend/scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ __metadata:
dependencies:
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
axios: "npm:1.7.7"
axios: "npm:1.7.8"
eslint: "npm:8.57.1"
eslint-plugin-import: "npm:2.31.0"
glob: "npm:11.0.0"
Expand Down Expand Up @@ -570,14 +570,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
"axios@npm:1.7.8":
version: 1.7.8
resolution: "axios@npm:1.7.8"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1
checksum: 10/7ddcde188041ac55090186254b4025eb2af842be3cf615ce45393fd7f543c1eab0ad2fdd2017a5f6190695e3ecea73ee5e9c37f204854aec2698f9579046efdf
languageName: node
linkType: hard

Expand Down Expand Up @@ -2601,11 +2601,11 @@ __metadata:
linkType: hard

"prettier@npm:^3.0.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
version: 3.4.1
resolution: "prettier@npm:3.4.1"
bin:
prettier: bin/prettier.cjs
checksum: 10/5beac1f30b5b40162532b8e2f7c3a4eb650910a2695e9c8512a62ffdc09dae93190c29db9107fa7f26d1b6c71aad3628ecb9b5de1ecb0911191099be109434d7
checksum: 10/1ee4d1b1a9b6761cbb847cd81b9d87e51a0f4b2a4d5fe5755627c24828afe057a7ee9b764c3ee777d84abd46218d173d8a204ee9cb3acdd321ff9a6b25f99c1c
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion frontend/testing/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playwright-studio",
"private": true,
"version": "1.0.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"dependencies": {
"dotenv": "^16.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion gitea/files/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merge-locale",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"private": true,
"dependencies": {
"ini": "5.0.0"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"@microsoft/applicationinsights-react-js": "17.3.4",
"@microsoft/applicationinsights-web": "3.3.4",
"@microsoft/signalr": "8.0.7",
"@tanstack/react-query": "5.61.3",
"@tanstack/react-query-devtools": "5.61.3",
"@tanstack/react-query": "5.61.5",
"@tanstack/react-query-devtools": "5.61.5",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"i18next": "23.16.8",
"identity-obj-proxy": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-i18next": "15.1.1",
"react-router-dom": "6.27.0",
"react-i18next": "15.1.2",
"react-router-dom": "6.28.0",
"react-toastify": "10.0.6"
},
"devDependencies": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"jest-junit": "16.0.0",
"lint-staged": "15.2.10",
"mini-css-extract-plugin": "2.9.2",
"prettier": "3.3.3",
"prettier": "3.4.1",
"source-map-loader": "5.0.0",
"swc-loader": "0.2.6",
"terser-webpack-plugin": "5.3.10",
Expand All @@ -74,7 +74,7 @@
"*{js,jsx,tsx,ts,css,md}": "prettier -w",
"./frontend/language/src/*.json": "yarn run sort-texts"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -A -p run build",
Expand Down
Loading

0 comments on commit e3efc1d

Please sign in to comment.