-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update npm non-major dependencies
- Loading branch information
1 parent
844b3b1
commit e3efc1d
Showing
24 changed files
with
183 additions
and
183 deletions.
There are no files selected for viewing
160 changes: 80 additions & 80 deletions
160
.yarn/releases/yarn-4.5.2.cjs → .yarn/releases/yarn-4.5.3.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"license": "MIT", | ||
"main": "index.ts", | ||
"private": true, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"license": "MIT", | ||
"main": "index.ts", | ||
"private": true, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
Oops, something went wrong.