Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsware committed Feb 21, 2023
1 parent e81153e commit bbcffc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo/inferno-router-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"koa-static": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@parcel/config-default": "^2.8.2",
"@parcel/packager-ts": "^2.8.1",
"@parcel/transformer-babel": "^2.8.1",
"@parcel/transformer-sass": "^2.8.1",
"@parcel/transformer-typescript-types": "^2.8.1",
"@types/node": "^18.11.9",
"babel-plugin-inferno": "^6.5.0",
"@types/node": "^18.13.0",
"babel-plugin-inferno": "^6.6.0",
"cross-env": "^7.0.3",
"jest-environment-jsdom": "^29.1.2",
"jest-environment-jsdom": "^29.4.2",
"npm-run-all": "^4.1.5",
"parcel": "^2.8.2",
"process": "^0.11.10",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"alias": {
"inferno": "inferno/dist/index.dev.esm.js",
Expand Down

0 comments on commit bbcffc9

Please sign in to comment.