Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions user-restricted-combined-auth-tutorials/cis2/php/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###

# Yarn Berry
.pnp.*
.yarn/*
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/patches
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-class-static-block": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^4.0.0",
"@symfony/webpack-encore": "^5.1.0",
"@symfony/webpack-encore": "^5",
"bootstrap": "^5.2.0",
"core-js": "^3.41.0",
"regenerator-runtime": "^0.14.1",
Expand Down
2,631 changes: 1,234 additions & 1,397 deletions user-restricted-combined-auth-tutorials/cis2/php/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###

# Yarn Berry
.pnp.*
.yarn/*
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/patches
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-class-static-block": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^4.0.0",
"@symfony/webpack-encore": "^5.1.0",
"@symfony/webpack-encore": "^5",
"bootstrap": "^5.2.0",
"core-js": "^3.41.0",
"regenerator-runtime": "^0.14.1",
Expand Down
2,471 changes: 1,207 additions & 1,264 deletions user-restricted-combined-auth-tutorials/nhs-login/php/yarn.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions user-restricted-separate-auth-tutorials/cis2/php/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###

# Yarn Berry
.pnp.*
.yarn/*
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/patches
10 changes: 10 additions & 0 deletions user-restricted-separate-auth-tutorials/nhs-login/php/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ npm-debug.log
yarn-error.log
*.key
###< symfony/webpack-encore-bundle ###


# Yarn Berry
.pnp.*
.yarn/*
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/patches

Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-class-static-block": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.29.0",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^4.0.0",
"@symfony/webpack-encore": "^3.1.0",
"@symfony/webpack-encore": "^5",
"bootstrap": "^5.2.0",
"core-js": "^3.41.0",
"regenerator-runtime": "^0.14.1",
"webpack": "5",
"webpack-cli": "5",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
Expand Down
Loading