Skip to content

Commit

Permalink
bump versions of everything in scripts package and update target brow…
Browse files Browse the repository at this point in the history
…sers
  • Loading branch information
suchipi committed Jun 1, 2024
1 parent 368aa79 commit 6378f59
Show file tree
Hide file tree
Showing 6 changed files with 6,547 additions and 3,562 deletions.
10,043 changes: 6,517 additions & 3,526 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions packages/scripts/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ module.exports = {
"@babel/preset-env",
{
modules: "commonjs",
// https://browsersl.ist/#q=defaults%0A
targets: "defaults",
},
],
"@babel/preset-react",
],
plugins: [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining",
],
};
2 changes: 1 addition & 1 deletion packages/scripts/base-tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"compilerOptions": {
"lib": ["esnext", "dom"],
"target": "es5",
"target": "es5015",
"module": "ES2015",

"strict": true,
Expand Down
53 changes: 25 additions & 28 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,41 @@
"license": "MIT",
"workspace-builder": "@workspace-builder/babel",
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/core": "^7.24.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@test-it/cli": "^0.8.0",
"@test-it/core": "^0.8.0",
"@types/lodash.debounce": "^4.0.6",
"@types/react-dev-utils": "^9.0.2",
"@types/webpack": "^4.41.2",
"@types/lodash.debounce": "^4.0.9",
"@types/react-dev-utils": "^9.0.15",
"@types/webpack": "^5.28.5",
"aseprite-loader": "^0.1.3",
"babel-loader": "^8.0.6",
"babel-loader": "^9.1.3",
"bmfont-loader": "^0.2.0",
"chalk": "^3.0.0",
"core-js": "^3.6.4",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"mime-types": "^2.1.26",
"chalk": "^5.3.0",
"core-js": "^3.37.1",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mime-types": "^2.1.35",
"ogmo-level-json-loader": "^0.2.0",
"ogmo-project-loader": "^0.2.0",
"on-exit": "^1.0.1",
"react-dev-utils": "^11.0.4",
"regenerator-runtime": "^0.13.3",
"resolve": "^1.14.2",
"style-loader": "^1.1.3",
"typescript": "^4.9.5",
"webpack": "^4.41.5",
"webpack-dev-server": "^3.10.1",
"react-dev-utils": "^12.0.1",
"regenerator-runtime": "^0.14.1",
"resolve": "^1.22.8",
"style-loader": "^4.0.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-dev-server": "^5.0.4",
"xml-source-loader": "^0.1.2",
"yargs-parser": "^18.1.3"
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/babel__core": "^7.1.7",
"@types/mime-types": "^2.1.0"
"@types/babel__core": "^7.20.5",
"@types/mime-types": "^2.1.4"
},
"peerDependencies": {
"@hex-engine/2d": "0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"compilerOptions": {
"lib": ["es2019", "dom"],
"target": "es5",
"target": "es2015",
"module": "ES2015",
"outDir": "./dist",

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

"compilerOptions": {
"lib": ["es2019", "dom"],
"target": "es5",
"target": "es2015",
"module": "ES2015",
"outDir": "./dist",

Expand Down

0 comments on commit 6378f59

Please sign in to comment.