Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit b23b4c9

Browse files
committed
⬆️ Packages Upgrade
2 parents 58c2210 + b26e3a8 commit b23b4c9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
1717
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
1818
docker:
19-
- image: cimg/node:15.1
19+
- image: cimg/node:16.8
2020
# Then run your tests!
2121
# CircleCI will report the results back to your VCS provider.
2222
steps:
@@ -40,7 +40,7 @@ jobs:
4040

4141
build-and-test:
4242
docker:
43-
- image: cimg/node:15.1
43+
- image: cimg/node:16.8
4444
steps:
4545
- checkout
4646
- node/install-packages:

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "react-typescript-template",
33
"version": "0.1.0",
44
"description": "React TypeScript Boiler with Storybook & Styled Components and Webpack 5",
5-
"main": "index.js",
6-
"author": "Tushar Mistry",
5+
"keywords": [
6+
"React",
7+
"TypeScript",
8+
"Webpack 5",
9+
"Starter Template",
10+
"react-boilerplate",
11+
"react-boilerplate-template",
12+
"typescript",
13+
"styled-components"
14+
],
715
"license": "ISC",
16+
"author": "Tushar Mistry",
17+
"main": "index.js",
818
"scripts": {
919
"start": "cross-env APP_ENV=local NODE_ENV=development webpack serve --config webpack/webpack.config.js --env env=dev",
1020
"build": "cross-env APP_ENV=production NODE_ENV=production webpack --config webpack/webpack.config.js --env env=prod",
@@ -19,16 +29,6 @@
1929
"upgrade:package": "npx npm-check-updates -u && yarn",
2030
"prepare": "husky install"
2131
},
22-
"keywords": [
23-
"React",
24-
"TypeScript",
25-
"Webpack 5",
26-
"Starter Template",
27-
"react-boilerplate",
28-
"react-boilerplate-template",
29-
"typescript",
30-
"styled-components"
31-
],
3232
"dependencies": {
3333
"@babel/core": "^7.15.5",
3434
"@babel/plugin-transform-runtime": "^7.14.2",
@@ -39,6 +39,7 @@
3939
"@svgr/webpack": "^5.5.0",
4040
"babel-loader": "^8.2.2",
4141
"copy-webpack-plugin": "^9.0.1",
42+
"cross-env": "^7.0.3",
4243
"css-loader": "^6.2.0",
4344
"dotenv-webpack": "^7.0.2",
4445
"html-webpack-plugin": "^5.3.1",
@@ -71,7 +72,6 @@
7172
"@types/styled-components": "^5.1.14",
7273
"@typescript-eslint/eslint-plugin": "^4.31.0",
7374
"@typescript-eslint/parser": "^4.31.0",
74-
"cross-env": "^7.0.3",
7575
"eslint": "^7.26.0",
7676
"eslint-config-airbnb": "18.2.1",
7777
"eslint-config-prettier": "^8.3.0",

0 commit comments

Comments
 (0)