Skip to content

Commit 852c35d

Browse files
committed
fix: examples versions
1 parent 41ed7c0 commit 852c35d

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

examples/cli-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clean": "rm -rf dist *.tsbuildinfo"
1111
},
1212
"dependencies": {
13-
"@app-config/main": "3.0.0-alpha.3"
13+
"@app-config/main": "3.0.0-alpha.4"
1414
},
1515
"devDependencies": {
1616
"@lcdev/tsconfig": "0.2",

examples/frontend-webpack-project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@app-config/main": "3.0.0-alpha.3"
13+
"@app-config/main": "3.0.0-alpha.4"
1414
},
1515
"devDependencies": {
16-
"@app-config/webpack": "3.0.0-alpha.3",
16+
"@app-config/webpack": "3.0.0-alpha.4",
1717
"@lcdev/tsconfig": "0.2",
1818
"cross-env": "7",
1919
"cypress": "6",

examples/nodejs-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"clean": "rm -rf dist *.tsbuildinfo"
1414
},
1515
"dependencies": {
16-
"@app-config/main": "3.0.0-alpha.3",
16+
"@app-config/main": "3.0.0-alpha.4",
1717
"fastify": "3"
1818
},
1919
"devDependencies": {

examples/react-native-project/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"eject": "expo eject"
1313
},
1414
"dependencies": {
15-
"@app-config/main": "3.0.0-alpha.3",
15+
"@app-config/main": "3.0.0-alpha.4",
1616
"expo": "39",
1717
"expo-status-bar": "1",
1818
"expo-yarn-workspaces": "1",
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@babel/core": "7",
25-
"@app-config/main": "3.0.0-alpha.3",
26-
"@app-config/react-native": "3.0.0-alpha.3",
25+
"@app-config/main": "3.0.0-alpha.4",
26+
"@app-config/react-native": "3.0.0-alpha.4",
2727
"@lcdev/tsconfig": "0.1",
2828
"@types/react": "16",
2929
"@types/react-native": "0.63",

tests/standalone-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clean": "rm -rf dist *.tsbuildinfo"
1111
},
1212
"dependencies": {
13-
"@app-config/main": "3.0.0-alpha.3"
13+
"@app-config/main": "3.0.0-alpha.4"
1414
},
1515
"devDependencies": {
1616
"typescript": "*"

tests/webpack-projects/app-config-core-in-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"clean": "rm -rf ./dist"
1111
},
1212
"dependencies": {
13-
"@app-config/core": "3.0.0-alpha.3",
14-
"@app-config/utils": "3.0.0-alpha.3"
13+
"@app-config/core": "3.0.0-alpha.4",
14+
"@app-config/utils": "3.0.0-alpha.4"
1515
},
1616
"devDependencies": {
1717
"@lcdev/tsconfig": "0.2",

tests/webpack-projects/cypress-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"clean": "rm -rf ./dist"
1111
},
1212
"dependencies": {
13-
"@app-config/main": "3.0.0-alpha.3",
14-
"@app-config/cypress": "3.0.0-alpha.3"
13+
"@app-config/main": "3.0.0-alpha.4",
14+
"@app-config/cypress": "3.0.0-alpha.4"
1515
},
1616
"devDependencies": {
17-
"@app-config/webpack": "3.0.0-alpha.3",
17+
"@app-config/webpack": "3.0.0-alpha.4",
1818
"@babel/core": "7",
1919
"@babel/preset-env": "7",
2020
"@cypress/webpack-preprocessor": "5",

tests/webpack-projects/extending-other-files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"clean": "rm -rf ./dist"
1111
},
1212
"dependencies": {
13-
"@app-config/main": "3.0.0-alpha.3"
13+
"@app-config/main": "3.0.0-alpha.4"
1414
},
1515
"devDependencies": {
16-
"@app-config/webpack": "3.0.0-alpha.3",
16+
"@app-config/webpack": "3.0.0-alpha.4",
1717
"@lcdev/tsconfig": "0.2",
1818
"cross-env": "7",
1919
"cypress": "6",

tests/webpack-projects/query-parameter-overrides/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"clean": "rm -rf ./dist"
1111
},
1212
"dependencies": {
13-
"@app-config/main": "3.0.0-alpha.3",
13+
"@app-config/main": "3.0.0-alpha.4",
1414
"lodash.merge": "^4.6.2"
1515
},
1616
"devDependencies": {
17-
"@app-config/webpack": "3.0.0-alpha.3",
17+
"@app-config/webpack": "3.0.0-alpha.4",
1818
"@lcdev/tsconfig": "0.2",
1919
"cross-env": "7",
2020
"cypress": "6",

tests/webpack-projects/two-app-config-sources/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"clean": "rm -rf ./dist"
1111
},
1212
"dependencies": {
13-
"@app-config/main": "3.0.0-alpha.3"
13+
"@app-config/main": "3.0.0-alpha.4"
1414
},
1515
"devDependencies": {
16-
"@app-config/webpack": "3.0.0-alpha.3",
16+
"@app-config/webpack": "3.0.0-alpha.4",
1717
"@lcdev/tsconfig": "0.2",
1818
"cross-env": "7",
1919
"cypress": "6",

0 commit comments

Comments
 (0)