Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore: update sample module deps
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker committed Mar 16, 2024
1 parent 3ecc7a3 commit e94cc27
Show file tree
Hide file tree
Showing 21 changed files with 147 additions and 147 deletions.
16 changes: 8 additions & 8 deletions prod-sample/sample-modules/cultured-frankie/0.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"@americanexpress/one-app-ducks": "^4.3.4",
"holocron": "^1.3.0",
"immutable": "^4.0.0",
"@americanexpress/one-app-ducks": "^4.5.0",
"holocron": "^1.10.2",
"immutable": "^4.3.5",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.23.0",
"react-intl": "^6.6.2",
"react-redux": "^7.2.9",
"redux": "^4.2.1"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
}
}
16 changes: 8 additions & 8 deletions prod-sample/sample-modules/cultured-frankie/0.0.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"@americanexpress/one-app-ducks": "^4.3.4",
"holocron": "^1.3.0",
"immutable": "^4.0.0",
"@americanexpress/one-app-ducks": "^4.5.0",
"holocron": "^1.10.2",
"immutable": "^4.3.5",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.23.0",
"react-intl": "^6.6.2",
"react-redux": "^7.2.9",
"redux": "^4.2.1"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
},
"one-amex": {
"bundler": {
Expand Down
22 changes: 11 additions & 11 deletions prod-sample/sample-modules/frank-lloyd-root/0.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"@americanexpress/one-app-ducks": "^4.3.3",
"content-security-policy-builder": "^2.1.0",
"holocron": "^1.2.0",
"holocron-module-route": "^1.1.4",
"immutable": "^4.0.0-rc.14",
"ip": "^1.1.5",
"prop-types": "^15.5.9",
"@americanexpress/one-app-ducks": "^4.5.0",
"content-security-policy-builder": "^2.1.1",
"holocron": "^1.10.2",
"holocron-module-route": "^1.10.2",
"immutable": "^4.3.5",
"ip": "^2.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
Expand All @@ -24,8 +25,7 @@
"redux": "^4.2.1"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
}
}
18 changes: 9 additions & 9 deletions prod-sample/sample-modules/frank-lloyd-root/0.0.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"@americanexpress/one-app-ducks": "^4.3.4",
"@americanexpress/one-app-ducks": "^4.5.0",
"content-security-policy-builder": "^2.1.1",
"holocron": "^1.3.0",
"holocron-module-route": "^1.3.0",
"immutable": "^4.0.0",
"ip": "^1.1.8",
"holocron": "^1.10.2",
"holocron-module-route": "^1.10.2",
"immutable": "^4.3.5",
"ip": "^2.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -23,8 +24,7 @@
"redux": "^4.2.1"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
}
}
24 changes: 12 additions & 12 deletions prod-sample/sample-modules/frank-lloyd-root/0.0.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"@americanexpress/one-app-ducks": "^4.3.3",
"@emotion/core": "^10.1.1",
"content-security-policy-builder": "^2.1.0",
"holocron": "^1.2.0",
"holocron-module-route": "^1.1.4",
"immutable": "^4.0.0",
"ip": "^1.1.5",
"prop-types": "^15.5.9",
"@americanexpress/one-app-ducks": "^4.5.0",
"@emotion/core": "^10.3.1",
"content-security-policy-builder": "^2.1.1",
"holocron": "^1.10.2",
"holocron-module-route": "^1.10.2",
"immutable": "^4.3.5",
"ip": "^2.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
Expand All @@ -25,9 +26,8 @@
"redux": "^4.2.1"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
},
"one-amex": {
"bundler": {
Expand Down
22 changes: 11 additions & 11 deletions prod-sample/sample-modules/frank-lloyd-root/0.0.3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
"prebuild": "npm run clean",
"build:assets": "cp -R assets build/0.0.3/assets",
"build": "bundle-module && npm run build:assets",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"@americanexpress/fetch-enhancers": "1.1.4",
"@americanexpress/one-app-ducks": "^4.3.4",
"@americanexpress/fetch-enhancers": "1.1.5",
"@americanexpress/one-app-ducks": "^4.5.0",
"content-security-policy-builder": "^2.1.1",
"holocron": "^1.3.0",
"holocron-module-route": "^1.3.0",
"immutable": "^4.1.0",
"ip": "^1.1.8",
"holocron": "^1.10.2",
"holocron-module-route": "^1.10.2",
"immutable": "^4.3.5",
"ip": "^2.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -26,10 +27,9 @@
"redux": "^4.2.1"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2",
"webpack": "^4.46.0"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3",
"webpack": "4.46.0"
},
"one-amex": {
"bundler": {
Expand Down
10 changes: 5 additions & 5 deletions prod-sample/sample-modules/frank-the-parrot/0.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"holocron": "^1.3.0",
"holocron": "^1.10.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.9"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
}
}
8 changes: 4 additions & 4 deletions prod-sample/sample-modules/franks-burgers/0.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
Expand All @@ -14,8 +15,7 @@
"react-redux": "^7.2.9"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
}
}
12 changes: 6 additions & 6 deletions prod-sample/sample-modules/healthy-frank/0.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"@americanexpress/one-app-router": "^1.2.1",
"holocron": "^1.3.0",
"holocron-module-route": "^1.3.0",
"holocron": "^1.10.2",
"holocron-module-route": "^1.10.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.9",
"redux": "^4.2.1"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
}
}
10 changes: 5 additions & 5 deletions prod-sample/sample-modules/late-frank/0.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"holocron": "^1.3.0",
"holocron": "^1.10.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.9"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
}
}
10 changes: 5 additions & 5 deletions prod-sample/sample-modules/late-frank/0.0.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
"@emotion/core": "^10.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.23.0",
"react-intl": "^6.6.2",
"react-redux": "^7.2.9"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
},
"one-amex": {
"bundler": {
Expand Down
8 changes: 4 additions & 4 deletions prod-sample/sample-modules/late-frank/0.0.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"prebuild": "npm run clean",
"build": "bundle-module",
"clean": "rimraf build",
"rimraf": "node -e \"process.argv.slice(1).forEach(path => require('node:fs').rmSync(path, { recursive: true, force: true }));\" --",
"clean": "npm run rimraf build",
"prepare": "npm run build"
},
"dependencies": {
Expand All @@ -15,9 +16,8 @@
"react-redux": "^7.2.9"
},
"devDependencies": {
"@americanexpress/one-app-bundler": "^6.21.1",
"babel-preset-amex": "^4.0.0",
"rimraf": "^3.0.2"
"@americanexpress/one-app-bundler": "^6.21.8",
"babel-preset-amex": "^4.0.3"
},
"one-amex": {
"bundler": {
Expand Down
Loading

0 comments on commit e94cc27

Please sign in to comment.