Skip to content

Commit

Permalink
demo_npm: use openfl 9.3.1 and starling-framework 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 17, 2023
1 parent 6eb0bb4 commit 0bc0ee5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions samples/demo_npm/as3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"asconfigc": "^1.8.0",
"cpx": "^1.5.0",
"http-server": "^14.1.1",
"openfl": "^8.9.6",
"starling-framework": "^2.5.1"
"openfl": "^9.3.1",
"starling-framework": "^2.7.0"
},
"scripts": {
"build": "npm run build:prod",
Expand Down
4 changes: 2 additions & 2 deletions samples/demo_npm/es5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"openfl": "^8.9.6",
"starling-framework": "^2.5.1",
"openfl": "^9.3.1",
"starling-framework": "^2.7.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
9 changes: 4 additions & 5 deletions samples/demo_npm/es6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1.0.0",
"private": true,
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/preset-env": "^7.22.20",
"babel-loader": "^9.1.3",
"openfl": "^8.9.6",
"starling-framework": "^2.5.1",
"copy-webpack-plugin": "^11.0.0",
"openfl": "^9.3.1",
"starling-framework": "^2.7.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
Expand All @@ -20,6 +20,5 @@
"start": "npm run start:dev",
"start:dev": "webpack serve --mode=development",
"start:prod": "webpack serve --mode=production"
},
"dependencies": {}
}
}
7 changes: 3 additions & 4 deletions samples/demo_npm/haxe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"copy-webpack-plugin": "^11.0.0",
"haxe": "^5.2.1",
"haxe-loader": "^0.10.0",
"openfl": "^8.9.6",
"starling-framework": "^2.5.1",
"openfl": "^9.3.1",
"starling-framework": "^2.7.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand All @@ -22,6 +22,5 @@
"start": "npm run start:dev",
"start:dev": "webpack serve --mode=development",
"start:prod": "webpack serve --mode=production"
},
"dependencies": {}
}
}
4 changes: 2 additions & 2 deletions samples/demo_npm/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"openfl": "^8.9.6",
"starling-framework": "^2.5.1",
"openfl": "^9.3.1",
"starling-framework": "^2.7.0",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
Expand Down

0 comments on commit 0bc0ee5

Please sign in to comment.